Hi David, please take a look at reserved GPIOs that affect system boot-up:
https://docs.onion.io/omega2-docs/using-gpios.html#important-special-gpios
Best posts made by Pavel Metrokhin
-
RE: Omega don't start with a matrix
-
RE: Auto-negotiation support?!
@Stefan-s As @Douglas-Kryder said, you need to modify your
/etc/opkg/distfeeds.conf
file and uncomment the following repo:src/gz reboot_base http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base
Afterwards, you can issue the following to install the
ethtool
package:opkg update opkg install ethtool
And there you have it!
-
RE: New omega2 boots with Omega-0000 AP and wont let me connect
Hey guys!
The very easy fix to this problem is to issue a
updateHostname
and your Omega will obtain its proper AP!
Happy hacking! -
RE: From "Cross-Compiling for the Omega" I cannot successfully build the gpioRead example
On the other hand, if you are not using our Docker Image, you will have to run
make menuconfig
in the build system to selectlibugpio
package to be compiled and then compile it by runningmake
.In General you will need to have the external library, for instance
libugpio
, to be compiled by the Build system before it can be dynamically linked to code that you are trying to cross compile. Above all, I strongly recommend basing your BUild system on our GitHub source repo since it is preconfigured to include the Onion software repo and to build all the libraries that are included on the Omega.