Hi everyone,
I am very new to the Jetson platform.
I’m trying to configure the GPIO pin on my Jetson Orin Nano Super dev kit, The use case is straightforward, I have two push buttons, and two LED lights.
Pressing the push button should turn on the corresponding LED light using a python script.
Is there any way to achieve it without pinmux configuration?
If no other way, please provide step by step guide, especially pinmux spreadsheet configuration and dtsi file generation.
Thanks