The pins appear to be mapped wrong on 6.1-x.
5.10.168_gpioinfo.txt (7.1 KB)
6.1.83_gpioinfo.txt (7.1 KB)
If I build a Debian Bookworm image with 5.10.168-ti-r81, all the pin mappings are correct. I’m able to set P8_16 by writing ‘1’ to /sys/class/gpio/gpio46/value.
If I build a Debian Bookworm image with 6.1.83-ti-r36, the gpiochips are all shifted by 1. Meaning in order to set P8_16, I have to write ‘1’ to /sys/class/gpio/gpio14/value(which should be P9_26).
gpiochips are all “shifted” by 1. Meaning
- gpiochip0->gpiochip3
- gpiochip3->gpiochip2
- gpiochip2->gpiochip1
- gpiochip1->gpiochip0