[Router] Flashing from OpenWRT to DD-WRT

Once and for all, I’ll try to remember how to reflash a router after installing OpenWRT:

  • Download last version of DD-WRT
  • Enter terminal


scp dd-wrt.v24_std_generic.bin root@192.168.1.1:
ssh root@192.168.1.1
mtd -r write dd-wrt.bin linux

Tags: , , , ,

It is also a good idea to clear the nvram settings prior to rebooting. This will avoid conflicts with the new flashed system.

However, this may cause more problems than it solves on certain hardware.

http://wiki.openwrt.org/OpenWrtDocs/Troubleshooting