I am running SDK Manager 2.0.0.11402 on Ubuntu 20.04, and it is able to detect the Orin Nano without any problem, but everytime I try to Flash Jetson Linux, it fails.
I’m seeing the following errors below:
16:08:01 ERROR: Flash Jetson Linux - flash: command terminated with error
16:08:01 SUMMARY: Flash Jetson Linux - flash: First Error: Installation failed.
16:08:01 SUMMARY: NVIDIA Container Runtime with Docker integration (Beta) - target: Depends on failed component
16:08:01 SUMMARY: Multimedia API - target: Depends on failed component
16:08:01 SUMMARY: TensorRT on Target - target: Depends on failed component
16:08:01 SUMMARY: TensorRT Runtime - target: Depends on failed component
16:08:01 SUMMARY: CuPVA Runtime - target: Depends on failed component
16:08:01 SUMMARY: VPI on Target - target: Depends on failed component
16:08:01 SUMMARY: VPI Runtime - target: Depends on failed component
16:08:01 SUMMARY: CUDA Toolkit for L4T - target: Depends on failed component
16:08:01 SUMMARY: CUDA Runtime - target: Depends on failed component
16:08:01 SUMMARY: cuDNN on Target - target: Depends on failed component
16:08:01 SUMMARY: CuDNN Runtime - target: Depends on failed component
16:08:01 SUMMARY: OpenCV - target: Depends on failed component
16:08:01 SUMMARY: OpenCV Runtime - target: Depends on failed component
16:08:01 SUMMARY: DateTime Target Setup - target: Depends on failed component
16:08:02 ERROR: Nsight Perf SDK - host: unarchive the package failure: reading file in tar archive: /home/cesi/nvidia/nvidia_sdk/JetPack_5.1.2_Linux/NVIDIA_Nsight_Perf_SDK/NvPerf/lib/a64/libnvperf_grfx_host.so: making symbolic link for: symlink libnvperf_grfx_host.so.2023.3.1 /home/cesi/nvidia/nvidia_sdk/JetPack_5.1.2_Linux/NVIDIA_Nsight_Perf_SDK/NvPerf/lib/a64/libnvperf_grfx_host.so: file exists
16:08:02 ERROR: Nsight Perf SDK - host: command terminated with error
16:08:02 SUMMARY: Nsight Perf SDK - host: Installation failed.
16:09:04 SUMMARY: Nsight Compute - host: Install completed successfully.
16:09:48 SUMMARY: Drivers for Jetson - target_image: Install completed successfully.
16:14:37 SUMMARY: File System and OS - target_image: Install completed successfully.
16:18:01 ERROR: Flash Jetson Linux - flash: [ 0.6619 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
16:18:01 ERROR: Flash Jetson Linux - flash: [ 0.7090 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
16:18:01 ERROR: Flash Jetson Linux - flash: [ 0.7119 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported
16:18:02 ERROR: Flash Jetson Linux - flash: [ 1.4317 ] ERROR: might be timeout in USB write.
16:18:02 ERROR: Flash Jetson Linux - flash: command terminated with error
16:18:02 SUMMARY: DateTime Target Setup - target: Depends on failed component
16:18:02 ERROR: Nsight Perf SDK - host: command terminated with error
16:18:02 SUMMARY: Nsight Perf SDK - host: Installation failed.
I tried to make sure that disk was an ext4 disk, I run command “ls -l /usr/bin/sudo
”, then the first part of the reply is:
-rwsr-xr-x 1 root root
lsusb | grep NVIDIA
Bus 001 Device 011: ID 0955:7523 NVIDIA Corp.
I choose the below one since I only bought orin nano module not the develope kit, and I use a Samsung NVMe-SSD.
SDKM_logs_JetPack_5.1.2_Linux_for_Jetson_Orin_Nano_modules_2023-11-02_16-30-58.zip (271.7 KB)
Does anybody know what is going wrong that the root filesystem keeps failiing?