Skip to content

This repo was created specifically for the Archer C5 v4 which uses a MediaTek SoC. This is a Dual band router with 5 Gigabit (1000Mbps) ethernet ports and a single USB2 port. It is advertised as AC1200 for its 867Mbps (2×2) 5GHz band and 300 Mbps (2×2) 2.4GHz band. There is also a 'C5 W v4' offered in some countries such as Brazil.

Notifications You must be signed in to change notification settings

ShahariarRabby/Archer-c5-v4-Firmware

Repository files navigation

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

About

This repo was created specifically for the Archer C5 v4 which uses a MediaTek SoC. This is a Dual band router with 5 Gigabit (1000Mbps) ethernet ports and a single USB2 port. It is advertised as AC1200 for its 867Mbps (2×2) 5GHz band and 300 Mbps (2×2) 2.4GHz band. There is also a 'C5 W v4' offered in some countries such as Brazil.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published