Build for TP Link CPE210 v2

This is build for CPE 210 v2 since due to PCB design error bootstrap settings are wrong and the reference clock is not detected correctly.
Until a patch that won't disturb other devices is written I will post my builds for CPE210 v2 here.

Build is based on LEDE master branch.
Based on master branch commit: 9fe59abef8bde3b7f32868873c4e1f76e9222d46

Only thing that I include other than default stuff is Luci.

You can download it here:https://drive.google.com/drive/folders/12iYQ2pgTMs301K6iw1U0rBQduKRMRjnb?usp=sharing

Flashing is simple, just flash through WEB UI using factory image.

2 Likes

New version 26.11.2017. was released.
Only difference is that modes other than Master/Client should work thanks to patch by @nybash

i have v1 , can i use it? because i see that tp-link is using same builds for them both!!

NO,you cant since they are not the same.
Almost everything including SoC was changed

ok thank you!

Hello Robimarco,

Thanks for your work, how i can buil CPE210 V2 from your sources? I want test, learn and contribute, thanks a lot.

Regards

Well,there is no need for you to build your own image.
You can find download link in the first post

Hello robimarco, I saw your first post, but I want build from source to learn and add some packages to test, thanks a lot

Ok,if you want that then
https://lede-project.org/docs/guide-developer/quickstart-build-images

Just replace git clone https://git.lede-project.org/source.git lede with git clone -b CPE210-v2-unified --single-branch https://github.com/robimarko/source.git lede

Robomarko,

Thanks for your work and help, I will try build.

Regards

The images from https://drive.google.com/drive/folders/12iYQ2pgTMs301K6iw1U0rBQduKRMRjnb?usp=sharing don't seem to contain the current version of https://github.com/robimarko/source/commits/CPE210-v2-unified. Is there now a new place where I can download the new images?

Finally got around to cleaning up the branch and refreshing patches to use proper patches provided by Sven Eckelmann.
Now it is based on current master.

Boots and SSID is broadcasted.
I did not test further.

New images are available here:https://drive.google.com/drive/folders/1lUVr_1KgGeDNtVaUD2Z4VZDr0YpA1t5D?usp=sharing

Also,PR to merge support for this device should be made soon.