Has anyone had any luck or pointers for getting the MCC 128 hardware compiled and be able to use it within a docker instance to run the code on a Raspberry pi?
I can compile on the raspberry pi, but the ctypes module won't load the .so library, or if we can, it can't find any of the DAQ Hat addresses attached. When running the docker instance, I have tried to give access to the GPIO pins etc, using the flag --device /dev/gpiomem and also running with the flag --privileged but it can't get all the right libraries.
Question
AndyLeonard
Has anyone had any luck or pointers for getting the MCC 128 hardware compiled and be able to use it within a docker instance to run the code on a Raspberry pi?
I can compile on the raspberry pi, but the ctypes module won't load the .so library, or if we can, it can't find any of the DAQ Hat addresses attached. When running the docker instance, I have tried to give access to the GPIO pins etc, using the flag --device /dev/gpiomem and also running with the flag --privileged but it can't get all the right libraries.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now