-
This actually runs on the onion omega2 by manually extracting the ramips_24kec.ipk and putting the files onto the filesystem manually.
This package doesn't auto install because ramips_24kec is miss…
-
Builds in docker fail.
I used the following commands:
```
docker run -it onion/omega2-source /bin/bash
git pull
python scripts/onion-setup-build.py -c .config.O2-minimum
make -j24
```
After …
-
### Problem
It seems as soon as i add "files/etc/config" to "additions" the created firmware won't boot. Doesn't matter if there are files inside the directory or not. Tested on Omega2 Pro.
### To…
-
Hello,
Im trying to experiment with using gphoto on Onion Omega2 hardware. That hardware uses Embedded OpenWRT linux.
here is the link to the hardware
https://onion.io/omega2/
They have a …
-
In your led-blink.cpp example you mentioned LED 0
const uint8_t LED_PIN = 0;
What does that mean exactly? which pin is that? is there a pin 0 on omega2+?
Can you explain what this means?
Thank…
-
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
-
These issues were found when implementing fixes for the rservices modules sessions. See #17073 for more context.
The following issues were spotted with `rsh_login`, `rlogin_login`, `rexec_login`:
…
-
Running command `make -j1 V=s` fails
Seems to be an error resolved in openWRT 19.07.
Confirmed by me through deletion of the problem typedef and the following successful make run.
Solution was [htt…
-
``` bash
# opkg install kmod-wireguard
Installing kmod-wireguard (4.14.81+0.0.20180718-2) to root...
Downloading http://repo.onioniot.com/omega2/packages/core/kmod-wireguard_4.14.81%2b0.0.20180718-…
-
Part of #4016
### Introduce the problem
In the current stage of parallel rendering an lot of drawing related features are disabled. We should reconsider and re-implement them. This issue is to…