Hi there,
I purchased a Jetson AGX Orin 64GB Developer Kit on July 23, 2023, and unfortunately, I believe the GPIO port may now be damaged.
I’m using JetPack 6.2. To configure the GPIO pins for high/low output, I attempted to modify the Pinmux settings following the JetsonHacks tutorial. However, after each reboot to apply the changes, the system fails to boot properly. It shows the following errors:
"No root-device: Mount failed"
"VDD_3V3_PCIE: disabling"
"VDD_12V_PCIE: disabling"
Eventually, it enters emergency mode and stops there.
Additionally, when trying to pull a pin high using sudo gpioset gpiochip0 51=1
, the voltage did not change as expected. I then measured the voltage on all GPIO pins — some read 3.3V, some 0V, and others somewhere between 2.8V and 3.3V. This inconsistency made me suspect that the GPIO port may be damaged.
Is there any way to have this device repaired, or to get support for such hardware issues? The device is quite expensive, and I would really appreciate any advice on next steps.
Thank you!