Hello NVIDIA Community.
I am a student from Japan, so I apologize if there are any unnatural phrases in my English.
I am trying to flash JetPack 6.0(rev2) onto a Jetson Orin Nano Developer Kit, but I am encountering several issues during the installation process with SDK Manager. Below is a summary of the problems I am facing.
Currently, JetPack 5.1.3 is booting from an SD card without any issues, and I am attempting to install JetPack 6.0 (rev2) onto an NVMe SSD (formatted with ext4). My host machine is an HP Ryzen laptop running Ubuntu 22.04, and I am not using a virtual machine. Additionally, the OEM Configuration is set to Runtime mode. The error occurs when the flash status reaches 94%.
The following issues were generated from the logs using ChatGPT:
Screenshots.zip (2.4 MB)
SDKM_logs_JetPack_6.0_(rev._2)_Linux_for_Jetson_Orin_Nano_modules_2024-09-12_16-31-17.zip (237.4 KB)
- Java SSL Certificate Error:
• Error: cannot open ‘/etc/ssl/certs/java/cacerts’ for reading
• During installation, there is an issue accessing Java SSL certificates. I have verified that the certificates are up to date, but this error persists.
- RCM State Errors During Flash:
• Errors: rcm_state open failed and ERROR: failed to read rcm_state
• These errors occur when trying to flash the device in recovery mode. It seems like there is an issue with communication between the host PC and the device.
- Block Errors During Flash:
• Errors: 53899 blocks, 77459 blocks, and 129883 blocks
• These block-related errors occur during the flash process, leading to failed installation attempts.
- NFS Mount or Flash Command Failure:
• Error: Either the device cannot mount the NFS server on the host or a flash command has failed
• I have not configured an NFS server, but this error keeps appearing. Could this be due to a misconfiguration or a default setting?
- L4TConfiguration.dts Warnings:
• Warning: Node /fragment@0 has a unit name, but no reg property
• These warnings appear multiple times during the flash process. I am unsure if this is a critical issue or something that can be ignored. Could it be related to the other errors?
- CUDA-related Dependency Errors:
• During the installation of CUDA packages, dependency errors are reported, possibly due to version mismatches or missing packages.
- Nsight Systems and Nsight Graphics Errors:
• Errors during the installation of Nsight Systems and Nsight Graphics indicate dependency issues, particularly related to missing or conflicting libraries.
- VPI (Vision Programming Interface) Dependency Issues:
• Errors have also been encountered during the installation of VPI, which seem to be related to dependency or version compatibility problems.
I have already tried the following commands to resolve the dependency issues, but they did not resolve the problem:
• sudo apt-get update
• sudo apt-get upgrade
• sudo apt-get install -f
I would greatly appreciate any guidance, especially regarding the RCM state, block errors, and dependency-related issues.
Additionally, if there is anything else in the logs that could provide more information, I would appreciate your insights.
Thank you for your assistance.