opkg --force-depends install kmod-
Posts made by Jeremy Shubert
-
RE: Cannot install kmod-mii package
Help I have this issue again with kmod-spi-gpio-custom. Exact same error and situation, just a different package
-
SPI clock with spi-gpio-custom
Anyone else using this an having an issue with the CLK signal? Check out my LA capture in PulseView, one clock signal across 5 different reads using xfer2
-
RE: How to install third-party kmods?
You need to point to some different repo so that opkg can update with what you want...check out this instruction: https://docs.onion.io/omega2-docs/using-opkg.html
-
RE: Python3 modules for GPIO and Serial Port.
This has worked for me, thanks Lazar! I'm having some weird SPI no_cs issue now that I'm trying to work through...anytime that command is included in the Python project, sleep gets an argument error. If I comment that line out then the project runs without error. I'll report back if I get it resolved.
-
RE: ModuleNotFoundError: No module named 'onionGpio' Python3
Correction, the above does not work for me
-
RE: Python3 modules for GPIO and Serial Port.
Correction, the above does not work for me
-
RE: pyOnionGpio for Python3
Correction, this did not work for me. I get "SystemError: <class '_io.FileIO'> returned a result with an error set" OSError: [Errno 22] Invalid argument for the GPIO_EXPORT call. If I change the folder path I get FileNotFoundError so it seems that the folder for GPIO_EXPORT and there is some other error. I only changed the comments to run this in python3 instead of python2. @Lazar-Demin any thoughts?
-
RE: ModuleNotFoundError: No module named 'onionGpio' Python3
Anyone ever get an answer to this?
-
RE: Python3 modules for GPIO and Serial Port.
@Lazar-Demin But what about pyOnionGpio? Also, python3-pip installs all the python3 packages, which seems excessive.
-
RE: OpenWRT opkg Packages error
i downloaded an older firmware to my Omega...0.3.2 b230 and this was resolved. The build number of the kernel in this firmware matches what was available
-
RE: Cannot install Node
I still have the issue on 0.3.2 b232, anything else you did to fix this?
-
RE: OpenWRT opkg Packages error
I pointed to an older list of packages, this included kmod-spi-gpio-custom (4.14.54-1) yet I still get the error.
satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-spi-gpio-custom" kernel (=4.14.54-1-6c5d...)
Maybe this error isn't what I was thinking it was.
-
RE: OpenWRT opkg Packages error
also a correction, the first line in distfeeds.conf is actually: src/gz openwrt_core http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages
-
RE: OpenWRT opkg Packages error
I was able to install spidev-test (4.14.140-4) without a kernel dependency error but still get the error when trying to install kmod-spi-gpio-custom (4.14.140-1). I'm not sure what else to try.