I have a couple of BeagleBone Green units I’d like to use in some prototyping work since I have them on hand. I don’t see an option for distros for the Green. What’s the best distro that I can use with it? I currently have a Buster image with kernel 4.19.x loaded. I only need to use an I2C bus and one GPIO for this project so it’s fairly simple.
Just in case you still care about this:
You may want to get any of the debian-12 images from here, i personally started with the “minimal-2G” one on a BBB.
Then (and this is why i write here) you might want to get the device tree from github to map your i2c device to the /sys file system. I personally found the programming way easier (simply opening and reading pseudo files) than integrating some long-outdated python libs (if this is what you do) from adafruit or elsewhare.