Hello friends/sir, I am a newbie in Embedded Linux. I am working on AM68xx EVM machine. There is a 40 pin expansion header pin on the EVM board in which GPIO0_27, GPIO0_36 and GPIO0_3 are connected to the processor. I have connected LEDs to these GPIO pins. GPIO driver available. After getting root access to the board, when I give the command echo 27 > /sys/class/gpio/export, an error is coming. export_store: invalid GPIO 27 -sh: echo: write error: invalid argument mux pin for gpio is 7 how to add it to dts file so gpio can receive it I have installed the SDK j721s2-evm-08_00_00_10 version for AM68xx EVMs.