Howto Freifunk Firmware: Unterschied zwischen den Versionen

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen
K
K
Zeile 6: Zeile 6:
  
 
=== Boot_wait setzen (falls was schiefgeht) ===
 
=== Boot_wait setzen (falls was schiefgeht) ===
 +
The boot_wait variable needs to be set, to cause the WRT to delay the boot process for a few seconds, allowing a new firmware to be installed through the bootloader.
 +
 +
This variable needs to be set via a "hack" using the ping functionality in the web interface. In the web interface, navigate to the Administration -> Diagnostics page, and hit the Ping button.
 +
 +
Enter each of these lines into the "ip address or domain name" text box, and hit "ping" after each entry:
 +
 +
;cp${IFS}*/*/nvram${IFS}/tmp/n
 +
;*/n${IFS}set${IFS}boot_wait=on
 +
;*/n${IFS}commit
 +
;*/n${IFS}show>tmp/ping.log
 +
 +
After the last command, a long list of configuration parameters is shown, and it should include
 +
 +
boot_wait=on
 +
 +
aus: http://martybugs.net/wireless/openwrt/flash.cgi
  
 
=== Neue Firmware installieren ===
 
=== Neue Firmware installieren ===

Version vom 9. März 2005, 19:13 Uhr

Neue Firmware für den Linksys WRT54 G (und GS)

Firmware runterladen

Die Freifunk Firmware findest du unter http://ff-firmware.sourceforge.net/ oder die aktuelle Version 0.6.8 direkt hier. Diese musst Du runterladen und dann ...

Boot_wait setzen (falls was schiefgeht)

The boot_wait variable needs to be set, to cause the WRT to delay the boot process for a few seconds, allowing a new firmware to be installed through the bootloader.

This variable needs to be set via a "hack" using the ping functionality in the web interface. In the web interface, navigate to the Administration -> Diagnostics page, and hit the Ping button.

Enter each of these lines into the "ip address or domain name" text box, and hit "ping" after each entry:

;cp${IFS}*/*/nvram${IFS}/tmp/n
;*/n${IFS}set${IFS}boot_wait=on
;*/n${IFS}commit
;*/n${IFS}show>tmp/ping.log

After the last command, a long list of configuration parameters is shown, and it should include

boot_wait=on

aus: http://martybugs.net/wireless/openwrt/flash.cgi

Neue Firmware installieren

... to be continued


Siehe auch: