I am using an Nvidia AGX Jetson Orin Dev Kit with the Zed X capture card installed. I am enabling certain IO pins from the 40-pin expansion header using the GUI provided by Nvidia and it creates a custom device tree overlay that gets loaded on boot.
This overwrites the ZED X Driver device tree changes that are made on installation. The same is true if the order is done in reverse, meaning ZED X driver installed first, reboot, and then update the GPIO pins.
This is preventing me from using both the capture card + GPIO pins in tandem and I am not sure how to proceed in order to have both working at the same time.
In my experience, getting the 40pin header on the jetson to work reliably is a major PITA, and you will require some sort of downstream signal amplifier anyway due to the low current output. I would suggest using an external serial device such as an arduino handle GPIO.
In my experience, getting the 40pin header on the jetson to work reliably is a major PITA, and you will require some sort of downstream signal amplifier anyway due to the low current output. I would suggest using an external serial device such as an arduino handle GPIO.