LaFonera Software Upgrade-Flashing

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:22, 28 March 2007 (edit)
Zbarnes (Talk | contribs)

← Previous diff
Revision as of 17:46, 4 April 2007 (edit) (undo)
Hal (Talk | contribs)
(Added navigation bar thing to the top, and catagories.)
Next diff →
Line 1: Line 1:
 +[[Category:LaFonera]]
 +[[Category:LaFonera_Software]]
 +You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[LaFonera|LaFonera]] / [[LaFonera_Software|Software]] / LaFonera Software Upgrade-Flashing'''
 +
'''NOTE: It is recommended that all firmware flashing is done VIA CABLE and not wireless to avoid connection problems and potential bad flashing / bricking of routers.''' '''NOTE: It is recommended that all firmware flashing is done VIA CABLE and not wireless to avoid connection problems and potential bad flashing / bricking of routers.'''

Revision as of 17:46, 4 April 2007

You are here: DD-WRT wiki mainpage / LaFonera / Software / LaFonera Software Upgrade-Flashing

NOTE: It is recommended that all firmware flashing is done VIA CABLE and not wireless to avoid connection problems and potential bad flashing / bricking of routers.

Contents

Web Gui Method

This is only for version 2007 - 0117 and newer.

Connect the Fonera by cable to your router or PC, access the Fonera's web config and follow the below guide.

Preparation

First you will need a fonera-firmware.bin file from your required firmware release. Check here for all releases, click a release date and then click the fonera-firmware.bin file to download it. Known good firmware releases are listed on the main La Fonera index page.

Reset Defaults

Browse to Administration > Factory Defaults

Restore Factory Defaults: Yes

Click Save.

Once connection is restablished, check to make sure all settings are at default. If not, change them to defaults manually if you can, and hold the reset button for around 75 seconds until the WLAN light flashes.

Upgrade Firmware

Browse to Administration > Firmware Upgrade

Click the Browse button to select the required fonera-firmware.bin file.

After flashing, reset to: Don't reset.

Click Upgrade and wait around 8 minutes before doing anything else. Fonera will show "Upgrade successful. Unit is rebooting now. Please wait a moment..." once firmware has finished uploading. Wait until a Continue button appears and click it.

Command Line 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.

Issue these commands through telnet, ssh, or serial console to the LaFonera: (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

External Links