Firmware Upgrade 0.0.4 to 0.0.5 hangs
-
Waiting for more than a day. Upgrade page states "Do NOT unplug"
What should I do ?- Console is still responsive
- I can ssh
- logon screen still shows omega-ware 0.0.4
I clicked the upgrade button again, will update post if this helps
-
seems to be stuck at downloading the image
root@Omega-1AE6:~# ps | grep wget
13507 root 3388 S wget -q -O /tmp/omega-v0.0.5-b251.bin http://repo.onion.io/omega/images/omega-v0.0.5-b251.root@Omega-1AE6:~# ls -l /tmp/omega-v0.0.5-b251.bin
-rw------- 1 root root 5021395 Dec 28 11:56 /tmp/omega-v0.0.5-b251.bin
-
succeeded on 4th attempt.
Is there a way to use the /usr/bin/oupgrade script with an image file ?
I had no problems downloading the image on my PC.
-
Should be possible with sysupgrade command...
It's described in the cross compile tutorial.
sysupgrade openwrt-ar71xx-generic-onion-omega-squashfs-factory.bin
If you wish the system to try to preserve modified files in /etc directory, where most of the configuration is kept, add the -c flag:
sysupgrade -c openwrt-ar71xx-generic-onion-omega-squashfs-factory.bin
If you wish to overwrite all configuration changes and restore the original image setting, add the -n flag:
sysupgrade -n openwrt-ar71xx-generic-onion-omega-squashfs-factory.bin