LaFonera Software Upgrade-Flashing

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 18:41, 25 March 2007 (edit)
Pepsimax2k (Talk | contribs)

← Previous diff
Revision as of 18:42, 25 March 2007 (edit) (undo)
Pepsimax2k (Talk | contribs)
(Redboot Method)
Next diff →
Line 1: Line 1:
=Redboot Method= =Redboot Method=
-This is for versions earlier than 2007 - 0117.+This is for versions earlier than '''2007 - 0117'''.
-DO NOT USE THIS METHOD FOR FLASHING FROM THE DEFAULT LaFonera FIRMWARE: Instead, use the method found [[LaFonera_Software_Flashing|here]].+'''DO NOT USE THIS METHOD FOR FLASHING FROM THE DEFAULT LaFonera FIRMWARE:''' Instead, use the method found [[LaFonera_Software_Flashing|here]].
Either follow the Inital Flash routine for flashing via Redboot, or use SSH, telnet or serial console to the LaFonera and issue the commands below (this might also work if you do it under the Commands section on the webinterface). Either follow the Inital Flash routine for flashing via Redboot, or use SSH, telnet or serial console to the LaFonera and issue the commands below (this might also work if you do it under the Commands section on the webinterface).
-cd /tmp+<pre>cd /tmp
wget <newest version of root.fs> wget <newest version of root.fs>
wget <newest version of vmlinux.bin.l7> wget <newest version of vmlinux.bin.l7>
mtd write vmlinux.bin.l7 vmlinux.bin.l7 mtd write vmlinux.bin.l7 vmlinux.bin.l7
mtd write root.fs rootfs mtd write root.fs rootfs
-reboot+reboot</pre>

Revision as of 18:42, 25 March 2007

Redboot Method

This is for versions earlier than 2007 - 0117.

DO NOT USE THIS METHOD FOR FLASHING FROM THE DEFAULT LaFonera FIRMWARE: Instead, use the method found here.

Either follow the Inital Flash routine for flashing via Redboot, or use SSH, telnet or serial console to the LaFonera and issue the commands below (this might also work if you do it under the Commands section on the webinterface).

cd /tmp
wget <newest version of root.fs>
wget <newest version of vmlinux.bin.l7>
mtd write vmlinux.bin.l7 vmlinux.bin.l7
mtd write root.fs rootfs
reboot