TLDR:
- Load the most recent firmware onto a USB drive and name it
omega2.bin
. It should be in the root of the drive - Plug USB drive into Omega2.
- Connect to the computer while the omega2 is off, continue to test different USB ports and cables until
/dev/tty.SLAB_USBtoUART
is visible (for OSX.) - Run the command
screen /dev/tty.SLAB_USBtoUART 115200
- Turn on the Omega2 with the reset button pressed down.
- You should see the normal loading screen in the terminal, select option
2
- Leave the omega plugged in. It will update and be good as new.
The Longer Version
I've finally figured it out with all of your help! Here's the outline of what I did;
I swapped cables and USB ports on my laptop until I saw /dev/tty.SLAB_USBtoUART
exist while the omega2 was plugged in, but turned off. I then ran the command
screen /dev/tty.SLAB_USBtoUART 115200
I then turned on the Omega2+ while I had the reset button down. This allowed me to select options during boot. I then entered the option 2
and was successfully able to load omega2.bin from the USB. The process then continued successfully and now my omega is back to normal!