TP-LINK CPE610 V1, CPE220 V2 and CPE220 V3 Support

Hi, I got chance to test CPE610 V1, CPE220 V2 and V3 to with openwrt.

  • cpe220 v2 = cpe220 v1
  • cpe220 V3 = CPE210 V2
  • cpe610 v1 = CPE510 v1

To install CPE610 V1:

  • Instal aredn firmware cpe610 (factory image) through web ui
  • ssh 192.168.1.1 (aredn default ip), the ssh use port 2222 with user root and password hsmm
  • put file openwrt for cpe510 (openwrt-18.06.4-ar71xx-generic-cpe510-520-v1-squashfs-sysupgrade.bin) with scp to /tmp/
  • run command "mtd -r write /tmp/firmware_image.bin firmware" and you're ready to go.

To install CPE220 V2:

  • Instal aredn firmware (aredn-3.19.3.0-cpe220-v2-factory.bin) through web ui
  • ssh 192.168.1.1 (aredn default ip), the ssh use port 2222 with user root and password hsmm
  • put file openwrt cpe220 v1 firmware (openwrt-18.06.4-ar71xx-generic-cpe210-220-v1-squashfs-sysupgrade.bin) with scp to /tmp/
  • run command "mtd -r write /tmp/firmware_image.bin firmware" and you're ready to go.

To install CPE220 V3:

  • Instal aredn firmware (aredn-3.19.3.0-cpe220-v3-factory.bin) through web ui
  • ssh 192.168.1.1 (aredn default ip), the ssh use port 2222 with user root and password hsmm
  • put file openwrt cpe210 v2 firmware (openwrt-18.06.4-ar71xx-generic-cpe210-v2-squashfs-sysupgrade.bin) with scp to /tmp/
  • run command "mtd -r write /tmp/firmware_image.bin firmware" and you're ready to go.

Known bug, for CPE220 V3 i can't pass packet through eth0 to eth1

You can download it from https://downloads.openwrt.org/snapshots/targets/ath79/generic/
The CPE220V3 should show up shortly as the code was just committed today.

Hi,

You can got to the Download Page at https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/

And download the latest ATH79 version as the ar71xx version is no longer maintained.

This if the Link for the Factory version

https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/openwrt-21.02.0-ath79-generic-tplink_cpe220-v3-squashfs-factory.bin

This is the link for the Sysupgrade

https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/openwrt-21.02.0-ath79-generic-tplink_cpe220-v3-squashfs-sysupgrade.bin

Regards

Andrew

Thank you :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.