We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
in your /boot/config.txt add dtparam=i2c_vc=on
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: