This is an old revision of the document!
So your router has become unresponsive and you have heard the horror stories of 'bricked' routers and are in panic mode. Relax my friend, I have flashed 100s of times and recovered unresponsive routers dozens of times. I have only complete destroyed 1 router in my sordid career. Chances are excellent that your router can be recovered. Below are a couple of tricks of the trade.
Alternatively you might follow the closely related OpenWRT failsafe instructions
This procedure assumes that:
NOTE: Unplug all external drives from the router or they will be erased by the firstboot process.
Open a terminal and:
The router which should now come up in its default Gargoyle configuration and you will be able to get started again.
This procedure assumes that:
NOTE: Unplug all external drives from the router or they will be erased by the firstboot process.
To recover:
firstboot
The router which should now come up in its default Gargoyle configuration and you will be able to get started again.
If you router's power LED is flashing fast it means you are stuck in boot mode. Configure your computer's ethernet port to a manual IP address of 192.168.1.2. Then 'ping 192.168.1.1' if you get a response it means your bootloader will most likely accept a new image so get the appropriate image for your router. For Broadcom routers you should get the “.bin” version rather than the “.trx” because the bootloader does not understand the “.trx” format. Then TFTP the image to your router and wait. The image transfers fast but it takes a few minutes for the bootloader to actually write the image you sent to flash. Cycling power during this period will result in having to start all over. When it is done it will reboot on its own.
Here is an example
D:\My Documents\Downloads>ping 192.168.1.1 Pinging 192.168.1.1 with 32 bytes of data: Reply from 192.168.1.1: bytes=32 time=1ms TTL=100 Reply from 192.168.1.1: bytes=32 time<1ms TTL=100 Ping statistics for 192.168.1.1: Packets: Sent = 2, Received = 2, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 1ms, Average = 0ms
D:\My Documents\Downloads>tftp -i 192.168.1.1 PUT gargoyle_1.4.1-wrt54g-squashfs.bin Transfer successful: 3346464 bytes in 6 seconds, 557744 bytes/s
If you get this
D:\My Documents\Downloads>tftp -i 192.168.1.1 PUT gargoyle_1.4.1-wrt54g-squashfs.trx Error on server : code pattern incorrect
It means your bootloader does not understand the format of your image file. Make sure you are using the correct one for your router and make sure you reboot before trying again. I have noticed that the bootloader will only accept one TFTP attempt per boot.
If you cannot get either of the above to work for you then the next approach I use is the JTAG cable method. This method requires that you purchase a cable on Ebay for $5 and solder a JTAG connector onto the motherboard of your router. So you need to decide how much work you are willing to do for the cost of a new router. I am not going to go into the details of this method since so much go info is already written about it at
http://wiki.openwrt.org/doc/hardware/port.jtag
http://sjoosten.nl/2013/07/unbrick-tl-wr1043nd.html