Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
This implies you are using an old (kernel 4.14) version of the BBB image – the `sys/devices/bone_capemgr*` doesn’t exist on the latest version (kernel 5.10).
You may find it easier to update your BBB to the latest image.
Download it from here
Use something like Balana Etcher to write that to a micro SD card and boot the BBB to update your eMMC.
Alternatively, you could use the image from here to just run off the micro SD card:
That would allow you to try it and see if it provides the i2c configuration.
It seems like you are encountering an error while trying to scan for available I2C devices on the bus. The error message you mentioned,“`Could not open file /dev/i2c-1: No such file or directory“`, indicates that the I2C device file is not being recognized, what type of i2c model are you using
CONTRIBUTE TO THIS THREAD