LED not working
-
I'm testing my omega. I can connect to wifi, but the LED commands are not recognized.
I use the serial port to send command line commands.
root@Omega-16FB:/# expled 0xf21133
/bin/ash: expled: not found
-
@Chris-Idema Seems that you might be using an older firmware version. You can use
oupgrade -check
to see if update is available for your device. If upgrade is available, you can upgrade to the newest version by doingoupgrade -force
. Just make sure you wait for the Omega to reboot after the upgrade. It can take up to 10 minutes to complete the upgrade.Please let me know if this helps!
-
I had software version 0.0.1 I've upgraded to 0.0.4 b220. Now It works fine. Thanks!