006w
April 27, 2024, 3:41am
1
Hello everyone, I am using TL-CPE510V1 produced in China, using [OpenWrt Wiki] TP-Link CPE510/CPE520 to upgrade the firmware, the firmware error is prompted, it cannot be upgraded, how to upgrade the TL-CPE510 V1 version produced in China to OPENWrt, thank you very much
The official firmware address is:
[TL-CPE510 V1.0_160108 Standard Edition - Download Area - TP-LINK Commercial Network] (https://smb.tp-link.com.cn/service/detail_download_2492.html )
Since I don't know English, the text translated by translation software may not be ideal, so I apologize in advance
1 Like
brada4
April 27, 2024, 6:29am
2
The new compatible router strings should be added here
.first_sysupgrade_partition = "os-image",
.last_sysupgrade_partition = "support-list",
},
/** Firmware layout for the CPE510/520 */
{
.id = "CPE510",
.vendor = "CPE510(TP-LINK|UN|N300-5):1.0\r\n",
.support_list =
"SupportList:\r\n"
"CPE510(TP-LINK|UN|N300-5):1.0\r\n"
"CPE510(TP-LINK|UN|N300-5):1.1\r\n"
"CPE510(TP-LINK|UN|N300-5):1.1\r\n"
"CPE510(TP-LINK|US|N300-5):1.1\r\n"
"CPE510(TP-LINK|EU|N300-5):1.1\r\n"
"CPE520(TP-LINK|UN|N300-5):1.1\r\n"
"CPE520(TP-LINK|US|N300-5):1.1\r\n"
"CPE520(TP-LINK|EU|N300-5):1.1\r\n",
.support_trail = '\xff',
.soft_ver = NULL,
1/ Figure out link for firmware (like zip file) download
2/ Some things are made jokes in translation, just make it shorter and for safety add Chinese original
3/ Certainly you have to open issue on GitHub tracker. Maybe ImmortalWRT can help you with it.
006w
April 27, 2024, 6:48am
3
Hello, thank you very much for your answer, I generally understand your ideas, but it is true that it cannot be realized, I found the download address, can you help me modify it, thank you very much
https://service.tp-link.com.cn/download/20161/TL-CPE510%20V1.0升级软件20160108.zip
1 Like
brada4
April 27, 2024, 7:38am
4
Which name is printed on the metallic device ID label?
SupportList:
CPE510(TP-LINK|UN|N300-5):1.0
CPE210(TP-LINK|UN|N300-2):1.0
WBS510(TP-LINK|UN|N300-5):1.0
WBS210(TP-LINK|UN|N300-2):1.0
CPE510(TP-LINK|UN|N300-5):1.1
CPE520(TP-LINK|UN|N300-5):1.1
CPE210(TP-LINK|UN|N300-2):1.1
CPE220(TP-LINK|UN|N300-2):1.1
WBS510(TP-LINK|UN|N300-5):1.20
WBS210(TP-LINK|UN|N300-2):1.20
CPE510(TP-LINK|US|N300-5):1.1
CPE520(TP-LINK|US|N300-5):1.1
CPE210(TP-LINK|US|N300-2):1.1
CPE220(TP-LINK|US|N300-2):1.1
WBS510(TP-LINK|US|N300-5):1.20
WBS210(TP-LINK|US|N300-2):1.20
CPE510(TP-LINK|EU|N300-5):1.1
CPE520(TP-LINK|EU|N300-5):1.1
CPE210(TP-LINK|EU|N300-2):1.1
CPE220(TP-LINK|EU|N300-2):1.1
WBS510(TP-LINK|EU|N300-5):1.20
WBS210(TP-LINK|EU|N300-2):1.20
CPE210(TP-LINK|EU|N300-2):2.0
CPE210(TP-LINK|UN|N300-2):2.0
TL-CPE210(TP-LINK|CN|N300-2):1.0
TL-CPE510(TP-LINK|CN|N300-5):1.0
TL-BS210(TP-LINK|CN|N300-2):1.0
TL-BS510(TP-LINK|CN|N300-5):1.0
TL-BS210(TP-LINK|CN|N300-2):1.20
TL-BS510(TP-LINK|CN|N300-5):1.20
This looks like a candidate
TL-CPE510(TP-LINK|CN|N300-5):1.0
brada4
April 27, 2024, 7:41am
5
Can you take a picture of the label on the back of tdevice, edit to cover all numbers and barcodes except top line of device model
006w
April 27, 2024, 7:49am
6
brada4
April 27, 2024, 7:50am
7
I opened the issue, I am not sure one file change is all needed.
opened 07:49AM - 27 Apr 24 UTC
target/x86
bug
release/23.05
Official Image
### Describe the bug
As identified at https://forum.openwrt.org/t/openwrt-canno… t-be-installed-on-tl-cpe510-in-the-china-region/196073
TL-CPE510(TP-LINK|CN|N300-5):1.0
According to "pharos" image all devices have same flash layout.
### OpenWrt version
r23809-234f1a2efa
### OpenWrt release
23.05.3
### OpenWrt target/subtarget
x86/64
### Device
rocketship
### Image kind
Official downloaded image
### Steps to reproduce
tplink-safeloader compat device list needs to be extended to boot on CN version of the device
### Actual behaviour
fw rejected
### Expected behaviour
fw accepted
### Additional info
_No response_
### Diffconfig
_No response_
### Terms
- [X] I am reporting an issue for OpenWrt, not an unsupported fork.
006w
April 27, 2024, 7:51am
9
I'm in China, usually CN, I'm looking for a label to show you, thank you very much
TL-CPE510(TP-LINK|CN|N300-5):1.0
brada4
April 27, 2024, 7:53am
10
If you are able to compile firmware try with that one change only.
Sticker says 1.1 but bin file has everything else but CN+1.1
006w
April 27, 2024, 8:36am
11
Thank you, I don't know how to edit the firmware, I'm not a computer professional, I can only wait for the big guy or the official to provide the firmware, thank you for your answer, thank you