Does onionGpio._freeGpio() free all gpio ports or just one passed the the function?
Posts made by Steven Lutz 0
-
RE: Gpio cleanup in Python
-
First Boot Network Setup Script
On first boot, it seems that there is a script that generates the stock network configuration, including setting the hostname and ssid with the last 4 of the mac address. where is this script?
I need to modify it. -
banner and other files in <buildroot>/files/* being overwritten on build
Any idea what script is adding the last 4 digits of the mac to the network settings and overwriting files like a customer banner placed in /files/etc/?
-
RE: AVRdude 6.9
Ah that makes more sense. I ended up just taking it out since I don't need it.
-
RE: Cross Compile docker libwebsockets.h not found mosquitto
I'm having this same issue on Linux Mint 19 using the docker image.
-
RE: docker omega2-source build fails
I'm having the libwebsockets + mosquitto issue in docker on Linux Mint 19.
Any info to address this would be greatly appreciated. -
How Much Disk space to Build from Docker Image?
I've tried building the OS from the docker image as stated in the github readme. I keep runing out of disk space during the build. How much space is required to build the OS?
I also keep running into dependency issues regardless of if building with the docker image or doing it in my native linux mint environment.
Any information would be appreciated.
-
AVRdude 6.9
When building the omega OS, make tries to download avrdude 6.9 but as far as i can tell, 6.9 doesn't exist.
what should i do to get around this?
-
Build with added python modules
Is there documentation somewhere that explains how to include additional python modules during build?
I also need to add a handful of files and change default muxing of some gpio ports. Can someone
here explain where to start to atleast please point in to the proper documentation?