Factory Reset not working?
-
Anyone have problems with factory reseting their omega? I'm using the expansion dock. Pressing the reset button for 10 to 30 seconds definitely reboots the omega, but it doesn't seem to change the omega back to its factory settings.
-
Solved this problem by following the tutorial on reflashing the firmware with the Ethernet dock.
https://wiki.onion.io/Tutorials/Reflash-The-Firmware-With-Ethernet-Expansion
-
Hi @Enrico-Bermudez, sorry for not replying to your previous post. Not sure why I didn't see it. There seems to be a bug in the image, the long-press of the reset button doesn't seem to be linked to the reset-script. We will fix that in the next update.
Cheers!
-
@Boken-Lin The reset button works when using the standard Omega image. But it didn't work for me when I had the cross-compiled image loaded on the Omega. I know there's also another discussion somewhere in this Community site about having a list of the standard omega packages that are missing in the cross-compiled image. That would be nice to have a list of those packages -- kinda giving us the ability to build the standard omega image from scratch.
-
@Enrico-Bermudez Yeah, we are working on a tool that makes it easy for you to compile your own images that's designed specifically for the Omega. Stay tuned!
-
@Enrico-Bermudez I had a similar problem after installing a cross-compiled image.
The way I got my Omega back to the standard image was as follows:- Downloaded the file omega-v0.0.5-b259.bin from http://repo.onion.io/omega/images/
- Copied omega-v0.0.5-b259.bin to /tmp directory on my Omega
- On the Omega, cd to /tmp
- Run the command: sysupgrade omega-v0.0.5-b259.bin
This should have you back to a standard 0.0.5-b259 version of the Omega code image.