Skip to content

Instantly share code, notes, and snippets.

@codyzu
Last active January 2, 2024 20:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codyzu/49093add3ae442dad7b8741299e545a5 to your computer and use it in GitHub Desktop.
Save codyzu/49093add3ae442dad7b8741299e545a5 to your computer and use it in GitHub Desktop.
Procedure to restore the factory firmware on a TL-WR810N v1 rotuer (restoring from openWRT or dd-wrt)
@mohakshah
Copy link

Thank you for the instructions. Even though the device was de-bricked successfully, I curiously did not see logs of any activity. The way I figured the flashing was successful is by noticing the router's lights.

@codyzu
Copy link
Author

codyzu commented Aug 31, 2020

Updates Pop os (ubuntu) 20.04

I need to update this gist because as noted above, there are now some issues:

  1. The default directory for the tftpd server is no longer /var/lib/tftpboot. It is now /srv/tftp. This can be observed in the config in /etc/default/tftpd-hpa. Either change the value in the config or change the directory in the directions
  2. As noted above, there is no output when flashing 😢 . Maybe adding the -v or even -vvv options to the config file will enable that level of logging.

After putting the files in /srv/tftp, it "just worked" ©️, but without any indication in the logs...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment