That worked. Thanks so much.
Heath Robinson
@Heath Robinson
Best posts made by Heath Robinson
Latest posts made by Heath Robinson
-
RE: Omega2S SD Card / GPIO Pins
Thanks so much for your reply. I will give that a try. This will save a me a lot of time soldering jumpers on 6 groups of pins on 25 boards.
-
Omega2S SD Card / GPIO Pins
I designed my board using the SD GPIO pins to use as GPIO pins. In practice, it does not seem that I can get them to operate correctly. Can GPIO22-29 be used as normal GPIO pins? The documentation seems to indicate that they can. Do I need to do something with omega2-ctrl? Looking at the MediaTek documentation it seems like I might need to set some registers to get it to work. Any ideas?
-
RE: /bin/ash: pip: not found
I believe this is the issue. If you look at /usr/bin/pip3, you will see the incorrect shebang line:
#!/codebuild/output/src727/src/github.com/OnionIoT/source/staging_dir/hostpkg/bin/python3.6
instead of
#!/usr/bin/python3
I think onion.io needs to fix their package. Does anyone know how to notify them?