Skip to content

Instantly share code, notes, and snippets.

@abarto
Last active February 15, 2022 00:59
Show Gist options
  • Save abarto/cfc7526a61dfc74cb415752739b0d2d7 to your computer and use it in GitHub Desktop.
Save abarto/cfc7526a61dfc74cb415752739b0d2d7 to your computer and use it in GitHub Desktop.

Archer C20 Install OpenWRT / Recover Stock Firmware

Basic Setup

  • Turn off the device
  • Install a tftp server
  • Set ip address to 192.168.0.66
  • Connect ethernet cable to any Ethernet port

Install OpenWRT

  • Download tftp recovery image from the device page
  • Rename the file to tp_recovery and put it on the tftpboot directory (i.e. /var/lib/tftpboot).
  • Press the rest button
  • Press the power button. Release once the WAN LED start flashing.
  • Wait until the process is completed.

Recover Stock Firmware

  • Download the device firmware image from TP-Link device page.
  • Unzip the firmware image
  • Prepare the image file for tftp recovery: dd if=Archer_C20v4_EU_0.9.1_4.16_up_boot[181213-rel63587].bin of=tp_recovery.bin bs=512 skip=1
  • Copy tp_recovery.bin to the tftpboot directory (i.e. /var/lib/tftpboot).
  • Press the rest button
  • Press the power button. Release once the WAN LED start flashing.
  • Wait until the process is completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment