...
Both methods need the GPIO number that Linux assigned during the enumeration. This number is dynamically assigned to the GPIO based on the number of pins, GPIO controllers, etc. Usually, this number is stable, but it might change during the BSP updates and sometimes even during reboots. The gpioinfo utility gives us information about the number of the GPIO we need to use according to its label:
...