Problem Description:
The Jetson system fails to boot, unable to Access System or Input via Serial Port ,and I suspect the issue is related to the automatic loading of xdma.ko and application startup through /etc/rc.local, which is causing the failure. I am trying to mount the Jetson file system in recovery mode, while the Jetson device is connected to a virtual machine via USB, to modify /etc/rc.local and /lib/systemd/system/rc-local.service.
Question:
How can I mount the Jetson file system in recovery mode on the virtual machine to make changes to /etc/rc.local and /lib/systemd/system/rc-local.service? Are there other methods to resolve this issue?
Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device: Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs: Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system: Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!