External wifi card with omega
-
@Boken-Lin I'm accessing omega through serial terminal using screen on Ubuntu 14.04.
-
@Enrico-Bermudez Can you post the output when you try to run
wifisetup
oroupgrade
?
-
@Boken-Lin Here you go:
root@OpenWrt:/# wifisetup /bin/ash: wifisetup: not found root@OpenWrt:/# oupgrade /bin/ash: oupgrade: not found
It seems that when I factory reset the omega, it just goes back to a clean version of the cross-compiled bare bones openwrt OS. Network and wireless are reset, and none of the omega packages installed.
-
@Enrico-Bermudez Can you show me the content of
/etc/sysupgrade.conf
? Files/directories listed in this configration files are not overwritten during the upgrade. That might be the issue?
-
## This file contains files and directories that should ## be preserved during an upgrade. # /etc/example.conf # /etc/openvpn/
-
@Enrico-Bermudez Can you try
sysupgrade
one more time with-n
flag. This will do a full reflash of your Omega. Please backup your data because this will reset all your settings.
-
@Boken-Lin It still didn't work. I reflashed for several times, but the -n didn't seem to matter. All files I had remained in the omega after the reflash attempts.
-
@Enrico-Bermudez Can you try manually downloading the script the following file and save it to
/usr/bin
?oupgrade
is at https://github.com/OnionIoT/oupgrade/blob/master/oupgrade.sh, andwifisetup
is at https://github.com/OnionIoT/wifisetup/blob/master/wifisetup.sh.First try to run the commands to see if the commands work, and then try performing another sysupgrade after to see if they continue working after the upgrade.
Unfortunately I'm not sure what is causing such bizarre behavior...
-
@Boken-Lin -- Even after I was able to assign the ip address, broadcast, and netmask to the omega, it errors out when executing the following wget:
wget https://raw.githubusercontent.com/OnionIoT/wifisetup/master/wifisetup.sh
So I had to download manually through my Ubuntu VM, then transfer the two files via python SimpleHTTPServer.
Here's the result of running wifisetup.sh:
root@OpenWrt:/tmp2# ./wifisetup.sh Onion Omega Wifi Setup Select from the following: 1) Scan for Wifi networks 2) Type network info q) Exit Selection: 1 Scanning for wifi networks... Command failed: Not found Failed to parse message data WARNING: Variable 'results' does not exist or is not an array/object ERROR: no networks detected... try again in a little while root@OpenWrt:/tmp2#
And here's the result of running oupgrade.sh (after running opkg update):
root@OpenWrt:/tmp2# ./oupgrade.sh ./oupgrade.sh: .: line 4: can't open '/usr/lib/onion/lib.sh' root@OpenWrt:/tmp2#
If this issue persists, maybe I can help write up a tutorial on how to manually install the base/factory files into the omega without flashing (if that's even possible). It seems that there are some foundational files and folders/directories missing in the OpenWRT baseline that is in my omega.
Not sure why even the factory reset is not working.
If all else fails, can I send my omega back for replacement?
-
@Enrico-Bermudez That is quite weird. Are you sure you downloaded the firmware from http://repo.onion.io/omega/images/omega-v0.0.5-b258.bin? This firmware should have all the packages pre-installed.
-
@Boken-Lin -- I'm 100% sure. And after various attempts of sysupgrades from a new .bin file from my cross compile environmnt, my omega still wouldn't get flashed. Then my last flash of was actually a fresh image from the repo site: v0.0.5-b259.bin.
After it went through the flash process, the LED on the omega turned off and it stayed off -- I assume the system just stopped. So I powercycled the dock using the on/off switch. I saw a lot of lines that generated the same errors that says "jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea003c: 0x0f56 instead"
See the final screen below:
It looks like there's finally a critical failure of some kind and the only thing I could get into at this point is the portion where I hit any key to stop the autobooting (I assume that the U-Boot for the Onion Omega.
-
@Enrico-Bermudez Oh no, seems like you unplugged the Omega when it is still reflashing, sometimes it can take quite a while to finish erasing the memory.
Do you have an ethernet expansion to debrick the Omega?
-
Yes, I do. Not sure that's what happened...I left the omega for at least an hour while it was reflashing. But when I came back to it, the LED was off and nothing was happening on the screen.
-
@Enrico-Bermudez Do you have the console log while the Omega is flashing? It should output the status of the firmware upgrade.
-
@Boken-Lin -- I wish I took a snapshot of the log. I didn't, unfortunately. I just remember that when I finally got back to my setup, the omega's orange light was completely off, and the screen was either blanked out or just frozen. (Normally, after a reflash and reboot, I have to hit carriage return to get back to the omega's terminal prompt....but this time, it didn't do anything and the omega was completely off.)
Any estimate on when that tutorial to un-brick the omega will come out?
Thanks for your responsiveness!
-
Hi @Enrico-Bermudez, it is already available here: https://wiki.onion.io/Tutorials/Reflash-The-Firmware-With-Ethernet-Expansion
-
@Boken-Lin -- It worked!
Interesting event though after I reflashed the omega. I downloaded another image in a folder on the root directory...and forgetting that I didn't expand the rootfs with pivot-overlay, I filled up the storage. When I rebooted the omega and went back to delete the .bin image file, it kept telling me that it's a read-only file system and that I can't delete any file or folder. Even with a "rm -rf <directory_name>", the omega kept telling me that the file system is read only.
I fixed it by pressing the factory reset button -- which is also a good test that it's now working again.Thanks for helping me through this issue. I learned so much from this event.
-
@Enrico-Bermudez Awesome! Do
wifisetup
andoupgrade
work now as well?
-
@Boken-Lin -- Yes, both oupgrade and wifisetup work. One minor thing on oupgrade: It rightfully identified that b259 is in the device, but it says the latest firmware is b251 -- and that I have the latest firmware anyway.
-
@Enrico-Bermudez That's because b259 is a development release. b251 is still the latest stable release.