OpenMarine
[solved]I2c app not starting - OP 2.0.22-stable.deb - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: [solved]I2c app not starting - OP 2.0.22-stable.deb (/showthread.php?tid=2311)



[solved]I2c app not starting - OP 2.0.22-stable.deb - erwinm - 2020-02-09

Hi All,
I had a problem with the I2C app not starting, for  reference these are the steps it takes to solve this:

Environment:
  RPI-4
  Buster lite install from raspberrypi.org
  full upgrade: Linux mhopenplotter 4.19.93-v7l+ #1290 SMP Fri Jan 10 16:45:11 GMT 2020 armv7l GNU/Linux
  install op & prereq: openplotter-settings_2.0.22-stable.deb
  install all OP-apps, except: CAN, Template & MCS
  install Moitessier Hat 1
  install charts from o-charts.org

Result: everything ok, except I2C App not starting

Solution: apt-get install  python3-smbus

I do hope this is helpful for someone...
cheers Erwin


RE: [solved]I2c app not starting - OP 2.0.22-stable.deb - Sailoog - 2020-02-10

Thanks, added python3-smbus as openplotter-i2c dependence.