Hi Alex
Sorry to bother you again, but how do you activate i2c in Python using your image on a Galileo Gen 1?
I have installed the i2c-tools, per
, and can run i2cdetect, which sees my i2c backpack LCD when I have an Arduino sketch running on the Galileo, but if the sketch isn't running, it can't see it. I want to see if I can get the Python i2c LCD libraries for the Raspberry Pi to work on Galileo, but can't make the i2c backpack visible. The i2c bus must be working or I couldn't access a PIR sensor from python, so I must do something else to make devices visible to other programs, but what?thanks
rgb