Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.92 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.92 KB

TP-Link Archer C5 v4

Installation via TFTP (Recovery mode)

  • rename the OpenWrt-19.07.3-ramips-mt7620-tplink_c5-v4-squashfs-TFTP-recovery.bin to tp_recovery.bin
  • start a TFTP server from IP address 192.168.0.66 and serve the image named tp_recovery.bin
  • connect your device to the router LAN port (1-4)
  • to start the TFTP recovery process on the router, press and hold the “Reset button” and then power up the router. Keep the “Reset button” pressed until the WPS LED turns on (it’s the LED with two arrows pointing in different directions)
If everything went well, you should see a read request on your TFTP server

Installation via serial connection

  • rename the OpenWrt-19.07.2-ramips-mt7620-tplink_archer-c5-v4-squashfs-factory.bin to test.bin
  • start a TFTP server from IP address 192.168.0.225 and serve the image named test.bin
  • connect your device to the router LAN port (1-4)
  • power up the router and press 4 on the console to stop the boot process
  • enter the following commands on the router console
tftp 0x80060000 test.bin
erase tplink 0x20000 0x7a0000
cp.b 0x80060000 0x20000 0x7a0000
reset

Stuck at bootloop

  • Setup everything the same as a serial connection.
  • enter the following commands on the router console
erase tplink 0x20000 0x7a0000
cp.b 0x80060000 0x20000 0x7a0000
tftp 0x80060000 test.bin
erase tplink 0x20000 0x7a0000
cp.b 0x80060000 0x20000 0x7a0000
reset

Update to stock

Force Flash firmware_flash_stoc_by_openwrt_ru.bin by OpenWrt web interface. After reboot, you will see the tplink interface at 192.168.0.1. Then flash the latest firmware from the web interface.

Archer C5 V4 OpenWrt support page

https://openwrt.org/toh/tp-link/archer_c5_v4

Check the pdf for more details.

Thanks