Hello,
I hope this is the right place to post. I’m trying to flash my AGX Xavier with Jetson 4.3, however, I’m getting a couple of errors during the installation process. I’m using Ubuntu 18.04. Some guidance and wisdom would be much appreciated :D
17:30:01 ERROR : VisionWorks on Host : download error: checksum is wrong
17:39:37 ERROR : File System and OS : gpg: can’t connect to the agent: IPC connect call failed
17:39:37 ERROR : File System and OS :
17:39:39 ERROR : File System and OS : [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh; [error]: exit status 2
17:39:39 ERROR : File System and OS : [error]: Run commands failed at step Install: command /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh finished with error
17:39:39 ERROR : File System and OS : command terminated with error
17:39:39 ERROR : File System and OS : Install ‘File System and OS’ failure, command < using adapter to install NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP@JETSON_AGX_XAVIER to /home/tony/nvidia/nvidia_sdk/JetPack_4.3_Linux_JETSON_AGX_XAVIER > terminated with error.
18:11:24 ERROR : Device Mode Host Setup in Flash : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : Flash Jetson AGX Xavier : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : Device Mode Host Setup in Target SDK : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : DateTime Target Setup : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : CUDA Toolkit for L4T : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : cuDNN on Target : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : TensorRT on Target : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : OpenCV on Target : Flash skipped due to component(s) download/install failure
18:11:24 ERROR : VisionWorks on Target : Flash skipped due to component(s) download/install failure
Are you connect Ethernet cable on your host Ubuntu machine?
Please make sure network is working, the SDK Manager can start download files/packages from server.
Yes the ethernet is connected and works. However, the SDKmanager has not prompted me to boot up the AGX.
After doing some more digging through the log file, it looks the “apply_binaries.sh” file is not found. I tried searching manually and couldn’t find the script either. When does that script get added to the folder. If i can find it, I could insert it in manually possibly.
22:00:11 INFO : DeepStream : verifying checksum of /home/tony/Downloads/nvidia/sdkm_downloads/deepstream-4.0_4.0.2-1_arm64.deb
22:00:16 INFO : DeepStream : download /home/tony/Downloads/nvidia/sdkm_downloads/deepstream-4.0_4.0.2-1_arm64.deb successfully, checksum is correct
22:00:43 ERROR : File System and OS : sudo: ./apply_binaries.sh: command not found
22:00:43 ERROR : File System and OS : [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh; [error]: exit status 1
22:00:43 INFO : File System and OS : [ Package Install Finished with Error ]
22:00:43 INFO : File System and OS : [ 3.61 GB used. Disk Avail: 147.95 GB ]
22:00:43 INFO : File System and OS : [ NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP Install took 5m7s ]
22:00:43 ERROR : File System and OS : [error]: Run commands failed at step Install: command /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh finished with error
22:00:43 INFO : File System and OS :
22:00:43 ERROR : File System and OS : command terminated with error
22:00:43 ERROR : File System and OS : Install ‘File System and OS’ failure, command < using adapter to install NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP@JETSON_AGX_XAVIER to /home/tony/nvidia/nvidia_sdk/JetPack_4.3_Linux_JETSON_AGX_XAVIER > terminated with error.
Suggest you can remove below two folder and download again:
$ sudo rm -R /home/tony/nvidia/nvidia_sdk/JetPack_4.3_Linux_JETSON_AGX_XAVIER
$ sduo rm -R ~/.nvsdkm
If you want to try manually, the"apply_binaries.sh" script is in the L4T Driver Package.
If you still fail after remove two folder, please also try flash by manually:
So the installation worked yesterday and prompted me to connect the AGX and run in force recovery mode. I selected the manual setup, but I couldn’t install the SDK components. Now the AGX not longer boots up. It displays the Nvidia logo and proceeds to go dark. I suspect the installation process had some errors because the agx should be displaying the bootloader. I am trying this again with the instructions you provided in the last post. As for the AGX going blank, what is the potential solution for that?
Please ignore this errors from sdkmanager terminal, it’s known issue.
We will fix this error in next release build. The image still can be flash success without problem.
Sorry for confused you.
After you flash image success, please connect HDMI to you Xavier board and doing first boot up init setup process (setting username, password, timezone…), wait the device boot to Desktop, you can start install sdk components.