Closed dronecz closed 2 years ago
What does uname -a
say?
That's one of the reasons why I packaged on a docker container, some packages get renamed/deprecated on each release, so now you'll have to track them and fix some divergences :-S
My uname -am
says:
Linux raspberrypi 5.4.42-v8+ #1319 SMP PREEMPT Wed May 20 14:18:56 BST 2020 aarch64 GNU/Linux
I do not know if I can help, but I can try, if I will know what for to look 😉 .
Here's something I would look into: I suspect that /usr/src/app
is not where you are putting the .so
objects, perhaps? Hard to tell, I might try at some point but hard to tell/debug without building it myself from scratch with that distribution you are using, unfortunately.
OTOH, now that you managed to have the Balena/docker setup up and running, I would leverage that and try to fix the i.e cameras not being detected? For that I would google something like "docker usb passthrough" and see what others are doing to have USB within the docker container? Or this:
https://forums.balena.io/t/docker-container-cannot-access-dynamically-plugged-usb-devices/4277
I also went through those kind of errors you are seeing in the past, see my README.md commits history, I kept pasting the error messages and current status in the README.md until I got it working.
Hi, with right version of OS, I tried install OpenPnP, but it does not run.
I used these commands from script, but I can not install few packages:
Working commands:
Here are environmental variables:
Here is log from OpenPnP:
Many thanks for help. 🙂