Hi,
I’m using i2c in my application and on both Pi 1 and Pi 2 I have similar problem - i2c is not available after device boot. I have modprobe i2c-dev in my docker file though. i2c becomes available only if I restart application manually through resin dashboard. This happens after every device reboot. How can I fix that?
SPI and GPIO are working great at the same time.