hats icon indicating copy to clipboard operation
hats copied to clipboard

/sys/class/i2c-adapter/i2c-0 folder missing

Open Tyler-Ward opened this issue 10 years ago • 2 comments

When running eepflash I get the following error. eepflash.sh: line 116: /sys/class/i2c-adapter/i2c-0/new_device: No such file or directory

looking in the file system the /sys/class/i2c-adapter/i2c-0 folder is missing. This was encountered on a pi2.

Tyler-Ward avatar Mar 11 '15 02:03 Tyler-Ward

Have you read: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README You'll need to enable the "vc" i2c interface through device tree.

popcornmix avatar Mar 12 '15 17:03 popcornmix

in your /boot/config.txt add dtparam=i2c_vc=on

disk91 avatar Mar 28 '15 14:03 disk91