To make sure it wasn’t me messing anything up I downloaded IOT image of am335x-debian-11.8-iot-armhf-2023-10-07-4gb.img and burned to SD card and then booted beaglebone black with the SD card.
Pretty much as expected except for overlay with name of name
. I have no idea what this overlay is or what it’s configuring.
debian@BeagleBone:~$ uname -r
5.10.168-ti-r72
debian@BeagleBone:~$ ls /proc/device-tree/chosen/overlays
BB-ADC-00A0.kernel BB-BONE-eMMC1-01-00A0.kernel BB-BONE-LCD4-01-00A1.kernel name
Any suggestions to tie it to a .dts file or to somehow figure out what is setting up?
~Colin