I took a look at the file that the nv_l4t_readme.desktop L4T-README and it calls the .sh file in /etc/xdg/autostar/nv_l4t_readme.sh :
L4T_README_FOLDER="/media/$USER/L4T-README"
L4T_README_DISK="/dev/disk/by-label/L4T-README"
if [ ! -d "${L4T_README_FOLDER}" ] && [ -h "${L4T_README_DISK}" ]; then
udisksctl mount -b "${L4T_README_DISK}"
fi
if [ -d "${L4T_README_FOLDER}" ]; then
xdg-open "${L4T_README_FOLDER}"
fi
these paths do not exists.
L4T_README_FOLDER=“/media/$USER/L4T-README”
L4T_README_DISK=“/dev/disk/by-label/L4T-README”
Th .desktop application does not open.
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!
Hi,
Please connect AGX Orin developer kit to Ubuntu host PC through type-C to type-A cable. So that the Orin device enters USB device mode and you shall see the README pop up on host PC.