I am currently testing Jetson GPIO operation in Jetpack 6.1 environment.
I confirmed that sysfs is not supported in the Jetpack 6 environment, so I am testing gpiod.
I am using two products: Orin NX(8GB) module + Orin Nano Dev-kit Board, AGX Orin Dev-kit.
and I am testing in Jetpack 5.1.4 and Jetpack 6.1 environments, respectively.
Environment
Orin NX(8GB) module + Orin Nano Dev-kit Board / AGX Orin Dev-kit.
Jetpack: Jetpack 5.1.4 / Jetpack 6.1
TEST Process
PIN Configration:
Jetson Pin 38(gpio400/PI.01/line 52) set as input
Jetson Pin 40(gpio399/PI.00/line 51) set as output
Connect the two pins (40, 38) with a jumper cable.
Set Pin 40 (output) to high (1) & low (0) and monitored the change on pin 38 (input).
Result
The GPIO operates normally in Jetpack 5.1.4 for both products.
The GPIO fails in Jetpack 6.1 for both products.
I attached the results below. so please check the attached file.
Are there any additional settings or configuration required for testing in the Jetpack 6.1 environment?
How can I resolve this issue?
I applied the patch from the provided link and tested the GPIO.
Unfortunately, I am still encountering an operation failure.
I attached the patch file and related information for your review. Could you please check the attached file?
Additionally, are there any other potential solutions to resolve this issue?