4
Setting boot_script_data...
Done. Restarting device...
Note
: The re-flash will take about 3-5 minutes to complete.
2.
Steps to re-flash using Linux:
1)
Boot your Linux computer (or Live CD) and bring up a terminal window
(under "Applications", then "Accessories", then "terminal" on Ubuntu).
2)
Make sure it is connected to the internet, then type the following to
download the files you will need:
sudo apt-get update
sudo apt-get install wget
wget http://dev.open-mesh.com/downloads/stable/firmware/open-mesh-f
lash
chmod +x open-mesh-flash
3)
Type: sudo ./open-mesh-flash. You should see something like:
Usage:
./open-mesh-flash [ethdevice] flashes embedded rootfs:
open-mesh firmware r2643
./open-mesh-flash [ethdevice] rootfs.bin kernel.lzma flashes your rootfs
and kernel
./open-mesh-flash -v prints version information
The 'ethdevice' has to be one of the devices that are part of the supported
device list which follows. You can either specify its name or the interface
number.
1: eth0
(No description available)
2: wmaster0
(No description available)
3: wlan0
(No description available)
4: any
(Description: Pseudo-device that captures on all interfaces)
5: lo
(No description available)