Upgrade from openwrt

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:12, 26 January 2009 (edit)
Digid (Talk | contribs)
(WRT54GS V2 upgrade from Open WRT - Fix Brick after reset)
← Previous diff
Current revision (16:59, 30 April 2010) (edit) (undo)
Glenn (Talk | contribs)
(catspec)
 
(3 intermediate revisions not shown.)
Line 12: Line 12:
wget http://www.dd-wrt.com/dd-wrtv2/downloads/v24-sp1/Consumer/Linksys/WRT54GS_v2/dd-wrt.v24_mini_generic.bin wget http://www.dd-wrt.com/dd-wrtv2/downloads/v24-sp1/Consumer/Linksys/WRT54GS_v2/dd-wrt.v24_mini_generic.bin
-mtd -r write wrt.v24_mini_generic.bin linux+mtd -r write dd-wrt.v24_mini_generic.bin linux
Line 21: Line 21:
Digid Digid
-1-26-2009+[[Category:Flashing networking hardware]]
- +
-I did this to my 2nd WRT54GS version 2 , and it bricked it.+
- +
-I could restore it using the method of shorting 2 pins on the flash, and restore a factory Linksys image. If up then used the linksys image to load the DD-WRT all worked fine until I rebooted the router.+
- +
-I found this information, and it worked for me.+
- +
-http://www.dd-wrt.com/phpBB2/viewtopic.php?t=42711+
- +
- +
-Note that this is specific to the WRT54GS V2 only!+
- +
- +
-Flash with link sys Image+
-Reboot Router+
-Upgrade to V24 SP 1 (Do not reboot)+
-Telnet to router+
-Issue erase nvram;nvram set sdram_init=0x010b;nvram commit;reboot+
-When router comes back reset to factor defaults.+
-Reboot Router+
- +
-All works good. +
- +
- +
-Hope this helps everyone out.+
- +
- +
-Digid+

Current revision

I had a linksys WRT54GS version 2 router that I wanted to upgrade from openwrt to dd-wrt. I could not find any documentation on how to do this. So I created this page just in case anyone else needed to do this.


Replace your firware image referenced below with the correct image for you router.


secure shell or telnet into the router running openwrt

cd /tmp

wget http://www.dd-wrt.com/dd-wrtv2/downloads/v24-sp1/Consumer/Linksys/WRT54GS_v2/dd-wrt.v24_mini_generic.bin

mtd -r write dd-wrt.v24_mini_generic.bin linux


If all goes well your router will reboot, and when it comes up it will be running dd-wrt

I did a factory defaults after the reboot, I am not sure if it is needed or not.

Digid