HOW TO ACCESS I2C-5 FROM STLINUX ON STM32MP157A-EV1
I would like to use the I2C_EXT channel on the EV1. The only devices in STLinux are /dev/i2c-1, /dev/i2c-2
We are evaluating for purpose of supplanting development on R.Pi with something more industrial, like MP1.
2 things I want to accomplish:
1: have kernel / OS complete connection chain in order
what are the steps I need to take to make this happen?
2: use PYTHON SMBus to communicate to my devices
apt-get install does not find anything beyond low-level I2C utils prepackaged, so
what are the step I need to take to get SMBus in PYTHON operating?
thanks.
-PUP.
