I am trying to boot my Jetson Xavier NX board with a new OS image. However, my board can not boot even after I flash a new image to an SD card. I connect to my monitor.
09:44:34 ERROR: File System and OS - target_image: [error]: : [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh; [error]:
09:44:34 ERROR: File System and OS - target_image: command terminated with error
09:44:34 SUMMARY: File System and OS - target_image: First Error: Installation failed
I also try to flash using the command ‘sudo ./flash.sh -r -k kernel-dtb jetson-xavier-nx-devkit-emmc mmcblk0p1’ from ‘Linux_for_Tegra’ folder instead of SDK GUI. Then, I get one error about opening the USB port.
[ 2.1147 ] tegrarcm_v2 --isapplet
[ 2.1158 ] USB communication failed.Check if device is in recovery
[ 2.3796 ]
[ 2.3819 ] tegrarcm_v2 --ismb2
[ 2.3828 ] USB communication failed.Check if device is in recovery
[ 2.6440 ]
[ 2.6463 ] tegradevflash_v2 --iscpubl
[ 2.6473 ] Cannot Open USB
[ 2.9001 ]
[ 3.9036 ] tegrarcm_v2 --isapplet
[ 3.9045 ] USB communication failed.Check if device is in recovery
[ 4.1677 ]
[ 4.1700 ] tegrarcm_v2 --ismb2
[ 4.1707 ] USB communication failed.Check if device is in recovery
[ 4.4202 ]
[ 4.4234 ] tegradevflash_v2 --iscpubl
[ 4.4244 ] Cannot Open USB
Your jetpack4.6 folder is not prepared well at all. So this is your first time flashing jetpack4.6?
sudo mkdir -p rootfs/opt/nvidia/deb_repos
**********************
Info: exec_command: /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh
Using rootfs directory of: /media/kimbring2/6224AA7924AA5039/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/rootfs
||||||||||||||||||||||| ERROR |||||||||||||||||||||||
-----------------------------------------------------
1. The root filesystem, provided with this package,
has to be extracted to this directory:
/media/kimbring2/6224AA7924AA5039/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/rootfs
-----------------------------------------------------
2. The root filesystem, provided with this package,
has to be extracted with 'sudo' to this directory:
/media/kimbring2/6224AA7924AA5039/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/rootfs
I am no talking about the sdcard… Flashing from sdkmanager does not care what is on the sdcard.
The flash is not yet started. You already got error when sdkmanager prepared the file on your host. So, I guess you may understand what filesystem I am talking about now…