Hello,
I am trying to write a devicetree-overlay for BBAI-64. The Hardware is self designed and the issue burns down to getting a led to blink. As an Example I tried to write a overlay just for one of the abot 20 pins I need as a gpio (mode 7);
what kernel version? uname -r ? what pin number? we’ve patched our device-tree so every ‘header’ pin is automatically a gpio input… so you can use libgpiod to change anything to be an led without ‘any’ overlays.
Now I removed the „overlay-stuff“
With gpioset i can write, but without effect on board. (Voltage stays the same) and on some Pins there is even in sw no effect but no error. I tried various pin numbers, e.g. P8-03, as gpio1 20
The whole thing is for Smart Home, so on the hw there is some Logic to decode the pin State to some ssd relays for different thgings. To get it done, i Need to be able to toggle the gpio-Pins as for leds from cli/python. In the gpioinfo all of my used Pins are „unused - Input - active high“
this is work i did with the BeagleY-AI with 6.1.x-ti, these change were not backported to the 5.10.x branch… i really recommend 6.6.x-ti for the bbai64 at this point.