Best Distro for BeagleBone-Green

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.

Is there a Bullseye distro that I could use?

this like has a 2023-09 miage

am335x is on the BBG just like the BBB.

I would bet some of the same images you use for the BBB, would work well on the BBG too.

Seth

P.S. Good luck. I have tested Bullseye and Bookworm out… The BBG works.

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.