Unable to flash Jetson AGX Xavier

I am having difficulty in flashing my Jetson AGX Xavier using the following settings on SDK Manager 1.3.1.7110:

STEP 01:
Product Category: Jetson
Hardware Configuration: Host Machine | Target Hardware Jetson AGX Xavier Detected
Target Operating System: Linux Jetpack 4.4.1
Additional SDKs DISABLED
STEP 02:
HOST COMPONENTS

CUDA
Computer Vision
Developer Tools
TARGET COMPONENTS
Jetson OS
Flash Jetson OS
(Jetson SDK Components is DE-SELECTED)

After selecting “Continue to step 03” to begin flashing the Jetson, the “INSTALLATION FAILED” and the output from the terminal is:

16:03:56 INFO: NVIDIA Container Runtime with Docker integration (Beta): Found file /home/sam/nvidia/nvidia-container-toolkit_1.0.1-1_arm64.deb with correct checksum, skip downloading.
16:03:57 INFO: NVIDIA Container Runtime with Docker integration (Beta): verifying checksum of /home/sam/nvidia/nvidia-docker2_2.2.0-1_all.deb
16:03:57 INFO: NVIDIA Container Runtime with Docker integration (Beta): Found file /home/sam/nvidia/nvidia-container-runtime_3.1.0-1_arm64.deb with correct checksum, skip downloading.
16:03:57 INFO: Multimedia API: verifying checksum of /home/sam/nvidia/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb
16:03:57 INFO: NVIDIA Container Runtime with Docker integration (Beta): Found file /home/sam/nvidia/nvidia-docker2_2.2.0-1_all.deb with correct checksum, skip downloading.
16:03:57 INFO: NVIDIA Nsight Systems: verifying checksum of /home/sam/nvidia/NsightSystems-linux-public-2020.4.2.18-f0b18f6.deb
16:03:57 INFO: Multimedia API: Found file /home/sam/nvidia/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb with correct checksum, skip downloading.
16:03:57 INFO: TensorRT on Target: Found file /home/sam/nvidia/libnvinfer-samples_7.1.3-1+cuda10.2_all.deb with correct checksum, skip downloading.
16:03:57 INFO: File System and OS: Found file /home/sam/nvidia/Tegra_Linux_Sample-Root-Filesystem_R32.4.4_aarch64.tbz2 with correct checksum, skip downloading.
16:03:57 INFO: NVIDIA Nsight Systems: Found file /home/sam/nvidia/NsightSystems-linux-public-2020.4.2.18-f0b18f6.deb with correct checksum, skip downloading.
16:03:57 INFO: NVIDIA Nsight Graphics: Found file /home/sam/nvidia/NVIDIA_Nsight_Graphics_L4T_2020.1.20059.deb with correct checksum, skip downloading.
16:03:59 INFO: All done!
16:07:28 INFO: Start to check if only one device connected…
16:07:28 DEBUG: running command < true >
16:07:28 INFO: command finished successfully
16:07:28 DEBUG: running command < [ lsusb | grep -c "0955:" -ne 1 ] >
16:07:28 DEBUG: command terminated with error
16:07:28 INFO: Only one NVIDIA device detected, as expected.
16:07:28 INFO: Start to check if in device recovery mode…
16:07:28 DEBUG: running command < true >
16:07:28 INFO: command finished successfully
16:07:28 DEBUG: running command < lsusb | grep 0955:7020 >
16:07:28 DEBUG: command terminated with error
16:07:28 INFO: Jetson device is in recovery mode.
16:07:28 INFO: Start to check if the right device connected…
16:07:28 DEBUG: running command < true >
16:07:28 INFO: command finished successfully
16:07:28 DEBUG: running command < lsusb | grep 0955:7019 >
16:07:28 INFO: Bus 001 Device 021: ID 0955:7019 NVidia Corp.
16:07:28 INFO: command finished successfully
16:07:28 INFO: Verified, 0955:7019 detected in recovery mode.
16:07:28 DEBUG: running command < true >
16:07:28 INFO: command finished successfully
16:07:28 DEBUG: Device Mode Host Setup in Flash: using adapter to install NV_DEVICE_MODE_SETUP_IMAGE_COMP@JETSON_AGX_XAVIER to /home/sam/nvidia/nvidia_sdk/JetPack_4.4.1_Linux_JETSON_AGX_XAVIER
16:07:28 INFO: Device Mode Host Setup in Flash: Using GenericInstaller to Install NV_DEVICE_MODE_SETUP_IMAGE_COMP
16:07:28 INFO: Device Mode Host Setup in Flash: Found route default wlp59s0, setting up device mode
16:07:28 INFO: Device Mode Host Setup in Flash: net.ipv4.ip_forward = 1
16:07:28 INFO: Device Mode Host Setup in Flash: Device mode on host successfuly set with DNS 8.8.8.8!
16:07:28 INFO: Device Mode Host Setup in Flash: command finished successfully
16:07:28 SUMMARY: Device Mode Host Setup in Flash: Install completed successfully.
16:07:28 DEBUG: running command < true >
16:07:28 INFO: command finished successfully
16:07:28 DEBUG: Flash Jetson AGX Xavier 16GB/32GB: using adapter to install NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP@JETSON_AGX_XAVIER to /home/sam/nvidia/nvidia_sdk/JetPack_4.4.1_Linux_JETSON_AGX_XAVIER
16:07:28 INFO: Flash Jetson AGX Xavier 16GB/32GB: exec_command: /tmp/tmp_NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP.sh
16:07:28 INFO: Flash Jetson AGX Xavier 16GB/32GB: sudo ./flash.sh jetson-xavier mmcblk0p1
16:07:28 INFO: Flash Jetson AGX Xavier 16GB/32GB: ###############################################################################
16:07:34 INFO: Flash Jetson AGX Xavier 16GB/32GB: USB port and is in recovery mode.
16:07:34 ERROR: Flash Jetson AGX Xavier 16GB/32GB: command terminated with error
16:07:34 SUMMARY: Flash Jetson AGX Xavier 16GB/32GB: Failed to execute commands with GenericInstaller

I would be very grateful if you could advise on how to fix this.
Note that the Xavier was in recovery mode, and was connected to an HDMI monitor, USB keyboard and mouse and a Dell Precision-5540 via the USB C port on the front.

Invalid checksums tell me there was a download error. You might just want to delete all of that temporary content and try again (SDKM will copy it back in place):
rm -Rf ~/Downloads/nvidia/sdkm_downloads
rm -Rf ~/nvidia
rm -Rf ~/.nvsdkm

In reality you probably don’t have to delete all of that, but it wouldn’t hurt.

Thanks for your fast reply linuxdev,
I have run the commands you suggested, however it appears that the flashing was unsuccessful again. I attempted both Jetpack 4.4 and 4.4.1, with and without the installation of Jetson SDK Components. The logs from just flashing the Jetson OS (no Jetson SDK Components) were as follows:

09:57:24 INFO: Install pre check Access to APT repository and ability to install Debian packages with it. verify succeed.
09:57:24 SUMMARY: CUDA on Host: Install completed successfully.
09:57:24 SUMMARY: CUDA Cross Compile Package on Host: Install completed successfully.
09:57:24 SUMMARY: VisionWorks on Host: Install completed successfully.
09:57:24 SUMMARY: NVIDIA Nsight Graphics: Install completed successfully.
09:57:24 SUMMARY: NVIDIA Nsight Systems: Install completed successfully.
09:57:24 INFO: Drivers for Jetson: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4-ga/JETPACK_44_b186/T194/Jetson_Linux_R32.4.3_aarch64.tbz2 to /home/sam/Downloads/nvidia/sdkm_downloads/Jetson_Linux_R32.4.3_aarch64.tbz2
09:57:24 INFO: File System and OS: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4-ga/JETPACK_44_b186/T194/Tegra_Linux_Sample-Root-Filesystem_R32.4.3_aarch64.tbz2 to /home/sam/Downloads/nvidia/sdkm_downloads/Tegra_Linux_Sample-Root-Filesystem_R32.4.3_aarch64.tbz2
09:57:24 INFO: VPI on Host: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4-ga/JETPACK_44_b186/vpi-lib-0.3.7-cuda10-x86_64-linux.deb to /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb
09:57:24 INFO: VPI on Host: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4-ga/JETPACK_44_b186/vpi-dev-0.3.7-cuda10-x86_64-linux.deb to /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb
09:57:24 INFO: VPI on Host: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4-ga/JETPACK_44_b186/vpi-samples-0.3.7-cuda10-x86_64-linux.deb to /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb
09:57:25 INFO: VPI on Host: verifying checksum of /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb
09:57:26 INFO: VPI on Host: download /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb successfully, checksum is correct
09:57:43 INFO: VPI on Host: verifying checksum of /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb
09:57:43 INFO: VPI on Host: download /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb successfully, checksum is correct
09:57:46 INFO: VPI on Host: verifying checksum of /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb
09:57:46 INFO: VPI on Host: download /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb successfully, checksum is correct
09:57:46 DEBUG: running command < true >
09:57:46 INFO: command finished successfully
09:57:46 DEBUG: VPI on Host: using adapter to install NV_VPI_HOST_COMP@host to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux
09:57:46 INFO: VPI on Host: [host] [ Disk Avail:89.17 GB ]
09:57:46 INFO: VPI on Host: Using GenericInstaller to Install NV_VPI_HOST_COMP
09:57:46 INFO: VPI on Host: NV_VPI_HOST_COMP include 3 package
09:57:46 INFO: VPI on Host: [ Package Install Started ]
09:57:46 INFO: VPI on Host: deb installer start to install
09:57:46 INFO: VPI on Host: exec_command: dpkg -f /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb Package | tr -d '\n'
09:57:46 INFO: VPI on Host: exec_command: dpkg -f /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb Version | tr -d '\n'
09:57:46 INFO: VPI on Host: deb file /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb, package name [vpi], package version [0.3.7]
09:57:46 INFO: VPI on Host: exec_command: sudo -E apt-get install -y --allow-downgrades '/home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb'
09:57:46 INFO: VPI on Host: [host] [sudo] password for sam:
09:57:46 INFO: VPI on Host: Reading package lists...
09:57:46 INFO: VPI on Host: Building dependency tree...
09:57:46 INFO: VPI on Host: Reading state information...
09:57:47 INFO: VPI on Host: The following packages were automatically installed and are no longer required:
09:57:47 INFO: VPI on Host: libcv-dev libcvaux-dev libdc1394-22 libdc1394-22-dev libgtkglext1
09:57:47 INFO: VPI on Host: libhighgui-dev libilmbase-dev libopencv-calib3d-dev libopencv-calib3d2.4v5
09:57:47 INFO: VPI on Host: libopencv-contrib-dev libopencv-contrib2.4v5 libopencv-core-dev
09:57:47 INFO: VPI on Host: libopencv-dev libopencv-features2d-dev libopencv-features2d2.4v5
09:57:47 INFO: VPI on Host: libopencv-flann-dev libopencv-flann2.4v5 libopencv-gpu-dev
09:57:47 INFO: VPI on Host: libopencv-gpu2.4v5 libopencv-highgui-dev libopencv-highgui2.4v5
09:57:47 INFO: VPI on Host: libopencv-imgproc-dev libopencv-legacy-dev libopencv-legacy2.4v5
09:57:47 INFO: VPI on Host: libopencv-ml-dev libopencv-ml2.4v5 libopencv-objdetect-dev
09:57:47 INFO: VPI on Host: libopencv-objdetect2.4v5 libopencv-ocl-dev libopencv-ocl2.4v5
09:57:47 INFO: VPI on Host: libopencv-photo-dev libopencv-photo2.4v5 libopencv-stitching-dev
09:57:47 INFO: VPI on Host: libopencv-stitching2.4v5 libopencv-superres-dev libopencv-superres2.4v5
09:57:47 INFO: VPI on Host: libopencv-ts-dev libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
09:57:47 INFO: VPI on Host: libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
09:57:47 INFO: VPI on Host: libopencv2.4-jni libopenexr-dev libraw1394-dev libraw1394-tools opencv-data
09:57:47 INFO: VPI on Host: Use 'sudo apt autoremove' to remove them.
09:57:47 INFO: VPI on Host: The following packages will be REMOVED:
09:57:47 INFO: VPI on Host: vpi-cross-aarch64-l4t vpi-dev vpi-samples
09:57:47 INFO: VPI on Host: The following packages will be DOWNGRADED:
09:57:47 INFO: VPI on Host: vpi
09:57:47 INFO: VPI on Host: 0 upgraded, 0 newly installed, 1 downgraded, 3 to remove and 233 not upgraded.
09:57:47 INFO: VPI on Host: Need to get 0 B/25.1 MB of archives.
09:57:47 INFO: VPI on Host: After this operation, 284 MB disk space will be freed.
09:57:47 INFO: VPI on Host: Get:1 /home/sam/Downloads/nvidia/sdkm_downloads/vpi-lib-0.3.7-cuda10-x86_64-linux.deb vpi amd64 0.3.7 [25.1 MB]
09:57:48 INFO: VPI on Host: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 343077 files and directories currently installed.)
09:57:48 INFO: VPI on Host: Removing vpi-cross-aarch64-l4t (0.4.4) ...
09:57:48 INFO: VPI on Host: Removing vpi-samples (0.4.4) ...
09:57:48 INFO: VPI on Host: Removing vpi-dev (0.4.4) ...
09:57:48 INFO: VPI on Host: dpkg: warning: downgrading vpi from 0.4.4 to 0.3.7
09:57:48 INFO: VPI on Host: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 342964 files and directories currently installed.)
09:57:48 INFO: VPI on Host: Preparing to unpack .../vpi-lib-0.3.7-cuda10-x86_64-linux.deb ...
09:57:48 INFO: VPI on Host: Unpacking vpi (0.3.7) over (0.4.4) ...
09:57:49 INFO: VPI on Host: dpkg: warning: unable to delete old directory '/opt/nvidia/vpi-0.4': Directory not empty
09:57:49 INFO: VPI on Host: Setting up vpi (0.3.7) ...
09:57:49 INFO: VPI on Host: update-alternatives: using /opt/nvidia/vpi-0.4 to provide /opt/nvidia/vpi-0.3 (vpi) in auto mode
09:57:49 INFO: VPI on Host: update-alternatives: warning: not replacing /opt/nvidia/vpi-0.3 with a link
09:57:49 INFO: VPI on Host: update-alternatives: warning: skip creation of /usr/lib/libnvvpi.so.0.4.4 because associated file /opt/nvidia/vpi-0.4/targets/x86_64-linux/lib/libnvvpi.so.0.4.4 (of link group vpi) doesn't exist
09:57:49 INFO: VPI on Host: update-alternatives: warning: skip creation of /usr/lib/libnvvpi.so.0 because associated file /opt/nvidia/vpi-0.4/targets/x86_64-linux/lib/libnvvpi.so.0 (of link group vpi) doesn't exist
09:57:49 INFO: VPI on Host: update-alternatives: warning: forcing reinstallation of alternative /opt/nvidia/vpi-0.4 because link group vpi is broken
09:57:49 INFO: VPI on Host: update-alternatives: warning: skip creation of /usr/lib/libnvvpi.so.0.3.7 because associated file /opt/nvidia/vpi-0.4/targets/x86_64-linux/lib/libnvvpi.so.0.4.4 (of link group vpi) doesn't exist
09:57:49 INFO: VPI on Host: update-alternatives: warning: skip creation of /usr/lib/libnvvpi.so.0 because associated file /opt/nvidia/vpi-0.4/targets/x86_64-linux/lib/libnvvpi.so.0 (of link group vpi) doesn't exist
09:57:50 INFO: VPI on Host: exec_command: dpkg-query -W -f='${db:Status-abbrev} ${Version}' vpi
09:57:50 INFO: VPI on Host: Host Deb package NV_VPI_HOST_COMP vpi-lib-0.3.7-cuda10-x86_64-linux.deb installed successfully.
09:57:50 INFO: VPI on Host: [ Package Install Finished Successfully ]
09:57:50 INFO: VPI on Host: [ Package PreInstall Started ]
09:57:50 INFO: VPI on Host: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux
09:57:50 INFO: VPI on Host: exec_command [host]:
09:57:50 INFO: VPI on Host: **********************
09:57:50 INFO: VPI on Host: #!/bin/bash
09:57:50 INFO: VPI on Host: set -e
09:57:50 INFO: VPI on Host: function safe_apt_install {
09:57:50 INFO: VPI on Host: echo "*begin $1, $2"
09:57:50 INFO: VPI on Host: tmp_log=/tmp/jetpack_dpkg_log.txt
09:57:50 INFO: VPI on Host: sudo rm -f $tmp_log
09:57:50 INFO: VPI on Host: set +e; $1 2>&1 | tee $tmp_log; CMD_STATUS=${PIPESTATUS[0]}; set -e
09:57:50 INFO: VPI on Host: while [ ${CMD_STATUS} -ne 0 ]; do
09:57:50 INFO: VPI on Host: if grep -q -e "is locked by another process" -e "E: Could not get lock /var/" $tmp_log; then
09:57:50 INFO: VPI on Host: sudo rm -f $tmp_log
09:57:50 INFO: VPI on Host: set +e; $1 2>&1 | tee $tmp_log; CMD_STATUS=${PIPESTATUS[0]}; set -e
09:57:50 INFO: VPI on Host: echo "Waiting $2 seconds for apt to be available"; sleep ${2}
09:57:50 INFO: VPI on Host: else
09:57:50 INFO: VPI on Host: echo "Unhandled error when running $1"; exit 1
09:57:50 INFO: VPI on Host: fi
09:57:50 INFO: VPI on Host: done
09:57:50 INFO: VPI on Host: }
09:57:50 INFO: VPI on Host: safe_apt_install "sudo apt-get install -y cmake g++" 5
09:57:50 INFO: VPI on Host: **********************
09:57:50 INFO: VPI on Host: exec_command: /tmp/tmp_NV_VPI_HOST_COMP.sh
09:57:50 INFO: VPI on Host: *begin sudo apt-get install -y cmake g++, 5
09:57:50 INFO: VPI on Host: Reading package lists...
09:57:51 INFO: VPI on Host: Building dependency tree...
09:57:51 INFO: VPI on Host: Reading state information...
09:57:51 INFO: VPI on Host: g++ is already the newest version (4:5.3.1-1ubuntu1).
09:57:51 INFO: VPI on Host: cmake is already the newest version (3.5.1-1ubuntu3).
09:57:51 INFO: VPI on Host: The following packages were automatically installed and are no longer required:
09:57:51 INFO: VPI on Host: libcv-dev libcvaux-dev libdc1394-22 libdc1394-22-dev libgtkglext1
09:57:51 INFO: VPI on Host: libhighgui-dev libilmbase-dev libopencv-calib3d-dev libopencv-calib3d2.4v5
09:57:51 INFO: VPI on Host: libopencv-contrib-dev libopencv-contrib2.4v5 libopencv-core-dev
09:57:51 INFO: VPI on Host: libopencv-dev libopencv-features2d-dev libopencv-features2d2.4v5
09:57:51 INFO: VPI on Host: libopencv-flann-dev libopencv-flann2.4v5 libopencv-gpu-dev
09:57:51 INFO: VPI on Host: libopencv-gpu2.4v5 libopencv-highgui-dev libopencv-highgui2.4v5
09:57:51 INFO: VPI on Host: libopencv-imgproc-dev libopencv-legacy-dev libopencv-legacy2.4v5
09:57:51 INFO: VPI on Host: libopencv-ml-dev libopencv-ml2.4v5 libopencv-objdetect-dev
09:57:51 INFO: VPI on Host: libopencv-objdetect2.4v5 libopencv-ocl-dev libopencv-ocl2.4v5
09:57:51 INFO: VPI on Host: libopencv-photo-dev libopencv-photo2.4v5 libopencv-stitching-dev
09:57:51 INFO: VPI on Host: libopencv-stitching2.4v5 libopencv-superres-dev libopencv-superres2.4v5
09:57:51 INFO: VPI on Host: libopencv-ts-dev libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
09:57:51 INFO: VPI on Host: libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
09:57:51 INFO: VPI on Host: libopencv2.4-jni libopenexr-dev libraw1394-dev libraw1394-tools opencv-data
09:57:51 INFO: VPI on Host: Use 'sudo apt autoremove' to remove them.
09:57:51 INFO: VPI on Host: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded.
09:57:51 INFO: VPI on Host: [ Package PreInstall Finished Successfully ]
09:57:51 INFO: VPI on Host: [ Package Install Started ]
09:57:51 INFO: VPI on Host: deb installer start to install
09:57:51 INFO: VPI on Host: exec_command: dpkg -f /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb Package | tr -d '\n'
09:57:51 INFO: VPI on Host: exec_command: dpkg -f /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb Version | tr -d '\n'
09:57:51 INFO: VPI on Host: deb file /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb, package name [vpi-dev], package version [0.3.7]
09:57:51 INFO: VPI on Host: exec_command: sudo -E apt-get install -y --allow-downgrades '/home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb'
09:57:51 INFO: VPI on Host: Reading package lists...
09:57:52 INFO: VPI on Host: Building dependency tree...
09:57:52 INFO: VPI on Host: Reading state information...
09:57:52 INFO: VPI on Host: The following packages were automatically installed and are no longer required:
09:57:52 INFO: VPI on Host: libcv-dev libcvaux-dev libdc1394-22 libdc1394-22-dev libgtkglext1
09:57:52 INFO: VPI on Host: libhighgui-dev libilmbase-dev libopencv-calib3d-dev libopencv-calib3d2.4v5
09:57:52 INFO: VPI on Host: libopencv-contrib-dev libopencv-contrib2.4v5 libopencv-core-dev
09:57:52 INFO: VPI on Host: libopencv-dev libopencv-features2d-dev libopencv-features2d2.4v5
09:57:52 INFO: VPI on Host: libopencv-flann-dev libopencv-flann2.4v5 libopencv-gpu-dev
09:57:52 INFO: VPI on Host: libopencv-gpu2.4v5 libopencv-highgui-dev libopencv-highgui2.4v5
09:57:52 INFO: VPI on Host: libopencv-imgproc-dev libopencv-legacy-dev libopencv-legacy2.4v5
09:57:52 INFO: VPI on Host: libopencv-ml-dev libopencv-ml2.4v5 libopencv-objdetect-dev
09:57:52 INFO: VPI on Host: libopencv-objdetect2.4v5 libopencv-ocl-dev libopencv-ocl2.4v5
09:57:52 INFO: VPI on Host: libopencv-photo-dev libopencv-photo2.4v5 libopencv-stitching-dev
09:57:52 INFO: VPI on Host: libopencv-stitching2.4v5 libopencv-superres-dev libopencv-superres2.4v5
09:57:52 INFO: VPI on Host: libopencv-ts-dev libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
09:57:52 INFO: VPI on Host: libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
09:57:52 INFO: VPI on Host: libopencv2.4-jni libopenexr-dev libraw1394-dev libraw1394-tools opencv-data
09:57:52 INFO: VPI on Host: Use 'sudo apt autoremove' to remove them.
09:57:52 INFO: VPI on Host: The following NEW packages will be installed:
09:57:52 INFO: VPI on Host: vpi-dev
09:57:52 INFO: VPI on Host: 0 upgraded, 1 newly installed, 0 to remove and 233 not upgraded.
09:57:52 INFO: VPI on Host: Need to get 0 B/37.1 kB of archives.
09:57:52 INFO: VPI on Host: After this operation, 278 kB of additional disk space will be used.
09:57:52 INFO: VPI on Host: Get:1 /home/sam/Downloads/nvidia/sdkm_downloads/vpi-dev-0.3.7-cuda10-x86_64-linux.deb vpi-dev amd64 0.3.7 [37.1 kB]
09:57:52 INFO: VPI on Host: Selecting previously unselected package vpi-dev.
09:57:52 INFO: VPI on Host: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 342964 files and directories currently installed.)
09:57:52 INFO: VPI on Host: Preparing to unpack .../vpi-dev-0.3.7-cuda10-x86_64-linux.deb ...
09:57:52 INFO: VPI on Host: Unpacking vpi-dev (0.3.7) ...
09:57:52 INFO: VPI on Host: Setting up vpi-dev (0.3.7) ...
09:57:52 INFO: VPI on Host: update-alternatives: using /opt/nvidia/vpi-0.3/include/vpi to provide /usr/include/vpi (vpi-dev) in auto mode
09:57:54 INFO: VPI on Host: exec_command: dpkg-query -W -f='${db:Status-abbrev} ${Version}' vpi-dev
09:57:54 INFO: VPI on Host: Host Deb package NV_VPI_HOST_COMP vpi-dev-0.3.7-cuda10-x86_64-linux.deb installed successfully.
09:57:54 INFO: VPI on Host: [ Package Install Finished Successfully ]
09:57:54 INFO: VPI on Host: [ Package Install Started ]
09:57:54 INFO: VPI on Host: deb installer start to install
09:57:54 INFO: VPI on Host: exec_command: dpkg -f /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb Package | tr -d '\n'
09:57:54 INFO: VPI on Host: exec_command: dpkg -f /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb Version | tr -d '\n'
09:57:54 INFO: VPI on Host: deb file /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb, package name [vpi-samples], package version [0.3.7]
09:57:54 INFO: VPI on Host: exec_command: sudo -E apt-get install -y --allow-downgrades '/home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb'
09:57:54 INFO: VPI on Host: Reading package lists...
09:57:54 INFO: VPI on Host: Building dependency tree...
09:57:54 INFO: VPI on Host: Reading state information...
09:57:55 INFO: VPI on Host: The following NEW packages will be installed:
09:57:55 INFO: VPI on Host: vpi-samples
09:57:55 INFO: VPI on Host: 0 upgraded, 1 newly installed, 0 to remove and 233 not upgraded.
09:57:55 INFO: VPI on Host: Need to get 0 B/14.1 MB of archives.
09:57:55 INFO: VPI on Host: After this operation, 14.3 MB of additional disk space will be used.
09:57:55 INFO: VPI on Host: Get:1 /home/sam/Downloads/nvidia/sdkm_downloads/vpi-samples-0.3.7-cuda10-x86_64-linux.deb vpi-samples amd64 0.3.7 [14.1 MB]
09:57:55 INFO: VPI on Host: Selecting previously unselected package vpi-samples.
09:57:55 INFO: VPI on Host: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 343008 files and directories currently installed.)
09:57:55 INFO: VPI on Host: Preparing to unpack .../vpi-samples-0.3.7-cuda10-x86_64-linux.deb ...
09:57:55 INFO: VPI on Host: Unpacking vpi-samples (0.3.7) ...
09:57:55 INFO: VPI on Host: Setting up vpi-samples (0.3.7) ...
09:57:57 INFO: VPI on Host: exec_command: dpkg-query -W -f='${db:Status-abbrev} ${Version}' vpi-samples
09:57:57 INFO: VPI on Host: Host Deb package NV_VPI_HOST_COMP vpi-samples-0.3.7-cuda10-x86_64-linux.deb installed successfully.
09:57:57 INFO: VPI on Host: [ Package Install Finished Successfully ]
09:57:57 INFO: VPI on Host: [host] [ 34.76 MB released. Disk Avail: 89.20 GB ]
09:57:57 INFO: VPI on Host: [ NV_VPI_HOST_COMP Install took 12s ]
09:57:57 INFO: VPI on Host: command finished successfully
09:57:57 SUMMARY: VPI on Host: Install completed successfully.
09:59:48 INFO: Drivers for Jetson: verifying checksum of /home/sam/Downloads/nvidia/sdkm_downloads/Jetson_Linux_R32.4.3_aarch64.tbz2
09:59:48 INFO: Drivers for Jetson: download /home/sam/Downloads/nvidia/sdkm_downloads/Jetson_Linux_R32.4.3_aarch64.tbz2 successfully, checksum is correct
09:59:48 DEBUG: running command < true >
09:59:48 INFO: command finished successfully
09:59:48 DEBUG: Drivers for Jetson: using adapter to install NV_L4T_DRIVERS_T194_COMP@JETSON_AGX_XAVIER to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
09:59:48 INFO: Drivers for Jetson: [host] [ Disk Avail:88.74 GB ]
09:59:48 INFO: Drivers for Jetson: Using GenericInstaller to Install NV_L4T_DRIVERS_T194_COMP
09:59:48 INFO: Drivers for Jetson: NV_L4T_DRIVERS_T194_COMP include 1 package
09:59:48 INFO: Drivers for Jetson: change working directory to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
09:59:48 INFO: Drivers for Jetson: [ Package PreInstall Started ]
09:59:48 INFO: Drivers for Jetson: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
09:59:48 INFO: Drivers for Jetson: exec_command: sudo rm -rf /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/
09:59:48 INFO: Drivers for Jetson: [ Package PreInstall Finished Successfully ]
09:59:48 INFO: Drivers for Jetson: [ Package Install Started ]
09:59:48 INFO: Drivers for Jetson: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
09:59:48 INFO: Drivers for Jetson: exec_command [host]:
09:59:48 INFO: Drivers for Jetson: **********************
09:59:48 INFO: Drivers for Jetson: #!/bin/bash
09:59:48 INFO: Drivers for Jetson: set -e
09:59:48 INFO: Drivers for Jetson: function safe_apt_install {
09:59:48 INFO: Drivers for Jetson: echo "*begin $1, $2"
09:59:48 INFO: Drivers for Jetson: tmp_log=/tmp/jetpack_dpkg_log.txt
09:59:48 INFO: Drivers for Jetson: sudo rm -f $tmp_log
09:59:48 INFO: Drivers for Jetson: set +e; $1 2>&1 | tee $tmp_log; CMD_STATUS=${PIPESTATUS[0]}; set -e
09:59:48 INFO: Drivers for Jetson: while [ ${CMD_STATUS} -ne 0 ]; do
09:59:48 INFO: Drivers for Jetson: if grep -q -e "is locked by another process" -e "E: Could not get lock /var/" $tmp_log; then
09:59:48 INFO: Drivers for Jetson: sudo rm -f $tmp_log
09:59:48 INFO: Drivers for Jetson: set +e; $1 2>&1 | tee $tmp_log; CMD_STATUS=${PIPESTATUS[0]}; set -e
09:59:48 INFO: Drivers for Jetson: echo "Waiting $2 seconds for apt to be available"; sleep ${2}
09:59:48 INFO: Drivers for Jetson: else
09:59:48 INFO: Drivers for Jetson: echo "Unhandled error when running $1"; exit 1
09:59:48 INFO: Drivers for Jetson: fi
09:59:48 INFO: Drivers for Jetson: done
09:59:48 INFO: Drivers for Jetson: }
09:59:48 INFO: Drivers for Jetson: sudo apt-get update || true
09:59:48 INFO: Drivers for Jetson: safe_apt_install "sudo apt-get install -y pigz lbzip2" 5
09:59:48 INFO: Drivers for Jetson: tar xf /home/sam/Downloads/nvidia/sdkm_downloads/Jetson_Linux_R32.4.3_aarch64.tbz2
09:59:48 INFO: Drivers for Jetson: **********************
09:59:48 INFO: Drivers for Jetson: exec_command: /tmp/tmp_NV_L4T_DRIVERS_T194_COMP.sh
09:59:48 INFO: Drivers for Jetson: Get:1 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
09:59:48 INFO: Drivers for Jetson: Ign:1 file:/var/cuda-repo-10-2-local-10.2.89-440.40 InRelease
09:59:48 INFO: Drivers for Jetson: Get:2 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 InRelease
09:59:48 INFO: Drivers for Jetson: Ign:2 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 InRelease
09:59:48 INFO: Drivers for Jetson: Get:3 file:/var/visionworks-repo InRelease
09:59:48 INFO: Drivers for Jetson: Ign:3 file:/var/visionworks-repo InRelease
09:59:48 INFO: Drivers for Jetson: Get:4 file:/var/visionworks-sfm-repo InRelease
09:59:48 INFO: Drivers for Jetson: Ign:4 file:/var/visionworks-sfm-repo InRelease
09:59:48 INFO: Drivers for Jetson: Get:5 file:/var/visionworks-tracking-repo InRelease
09:59:48 INFO: Drivers for Jetson: Ign:5 file:/var/visionworks-tracking-repo InRelease
09:59:48 INFO: Drivers for Jetson: Get:6 file:/var/cuda-repo-10-2-local-10.2.89-440.40 Release [574 B]
09:59:48 INFO: Drivers for Jetson: Get:7 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 Release [574 B]
09:59:48 INFO: Drivers for Jetson: Get:8 file:/var/visionworks-repo Release [1,999 B]
09:59:48 INFO: Drivers for Jetson: Get:9 file:/var/visionworks-sfm-repo Release [2,003 B]
09:59:48 INFO: Drivers for Jetson: Get:6 file:/var/cuda-repo-10-2-local-10.2.89-440.40 Release [574 B]
09:59:48 INFO: Drivers for Jetson: Get:10 file:/var/visionworks-tracking-repo Release [2,008 B]
09:59:48 INFO: Drivers for Jetson: Get:7 file:/var/cuda-repo-10-2-local-10.2.89-cross-aarch64 Release [574 B]
09:59:48 INFO: Drivers for Jetson: Get:8 file:/var/visionworks-repo Release [1,999 B]
09:59:48 INFO: Drivers for Jetson: Get:9 file:/var/visionworks-sfm-repo Release [2,003 B]
09:59:48 INFO: Drivers for Jetson: Get:10 file:/var/visionworks-tracking-repo Release [2,008 B]
09:59:49 INFO: Drivers for Jetson: Hit:16 http://gb.archive.ubuntu.com/ubuntu xenial InRelease
09:59:49 INFO: Drivers for Jetson: Hit:17 http://security.ubuntu.com/ubuntu xenial-security InRelease
09:59:49 INFO: Drivers for Jetson: Hit:18 http://packages.microsoft.com/repos/vscode stable InRelease
09:59:49 INFO: Drivers for Jetson: Hit:19 http://gb.archive.ubuntu.com/ubuntu xenial-updates InRelease
09:59:49 INFO: Drivers for Jetson: Hit:20 http://ppa.launchpad.net/slimbook/slimbook/ubuntu xenial InRelease
09:59:49 INFO: Drivers for Jetson: Hit:21 http://gb.archive.ubuntu.com/ubuntu xenial-backports InRelease
09:59:49 INFO: Drivers for Jetson: Ign:22 http://www.openprinting.org/download/printdriver/debian lsb3.2 InRelease
09:59:49 INFO: Drivers for Jetson: Hit:23 http://dl.google.com/linux/chrome/deb stable InRelease
09:59:49 INFO: Drivers for Jetson: Hit:24 http://packages.ros.org/ros/ubuntu xenial InRelease
09:59:49 INFO: Drivers for Jetson: Hit:25 http://www.openprinting.org/download/printdriver/debian lsb3.2 Release
09:59:51 INFO: Drivers for Jetson: Reading package lists...
09:59:51 ERROR: Drivers for Jetson: W: http://www.openprinting.org/download/printdriver/debian/dists/lsb3.2/Release.gpg: Signature by key F8897B6F00075648E248B7EC24CBF5474CFD1E2F uses weak digest algorithm (SHA1)
09:59:51 INFO: Drivers for Jetson: *begin sudo apt-get install -y pigz lbzip2, 5
09:59:51 INFO: Drivers for Jetson: Reading package lists...
09:59:51 INFO: Drivers for Jetson: Building dependency tree...
09:59:51 INFO: Drivers for Jetson: Reading state information...
09:59:51 INFO: Drivers for Jetson: lbzip2 is already the newest version (2.5-1).
09:59:51 INFO: Drivers for Jetson: pigz is already the newest version (2.3.1-2).
09:59:51 INFO: Drivers for Jetson: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded.
10:00:12 INFO: Drivers for Jetson: [ Package Install Finished Successfully ]
10:00:12 INFO: Drivers for Jetson: [host] [ 440.41 MB used. Disk Avail: 88.31 GB ]
10:00:12 INFO: Drivers for Jetson: [ NV_L4T_DRIVERS_T194_COMP Install took 23s ]
10:00:12 INFO: Drivers for Jetson: command finished successfully
10:00:12 SUMMARY: Drivers for Jetson: Install completed successfully.
10:03:37 INFO: File System and OS: verifying checksum of /home/sam/Downloads/nvidia/sdkm_downloads/Tegra_Linux_Sample-Root-Filesystem_R32.4.3_aarch64.tbz2
10:03:39 INFO: File System and OS: download /home/sam/Downloads/nvidia/sdkm_downloads/Tegra_Linux_Sample-Root-Filesystem_R32.4.3_aarch64.tbz2 successfully, checksum is correct
10:03:39 DEBUG: running command < true >
10:03:39 INFO: command finished successfully
10:03:39 DEBUG: File System and OS: using adapter to install NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP@JETSON_AGX_XAVIER to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
10:03:39 INFO: File System and OS: [host] [ Disk Avail:87.46 GB ]
10:03:39 INFO: File System and OS: Using GenericInstaller to Install NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP
10:03:39 INFO: File System and OS: NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP include 1 package
10:03:39 INFO: File System and OS: change working directory to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs/
10:03:39 INFO: File System and OS: [ Package PreInstall Started ]
10:03:39 INFO: File System and OS: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs
10:03:39 INFO: File System and OS: exec_command: sudo apt-get install -y qemu-user-static
10:03:39 INFO: File System and OS: Reading package lists...
10:03:40 INFO: File System and OS: Building dependency tree...
10:03:40 INFO: File System and OS: Reading state information...
10:03:40 INFO: File System and OS: qemu-user-static is already the newest version (1:2.5+dfsg-5ubuntu10.47).
10:03:40 INFO: File System and OS: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded.
10:03:40 INFO: File System and OS: exec_command: sudo apt-get install -y python
10:03:40 INFO: File System and OS: Reading package lists...
10:03:40 INFO: File System and OS: Building dependency tree...
10:03:40 INFO: File System and OS: Reading state information...
10:03:40 INFO: File System and OS: python is already the newest version (2.7.12-1~16.04).
10:03:40 INFO: File System and OS: 0 upgraded, 0 newly installed, 0 to remove and 233 not upgraded.
10:03:40 INFO: File System and OS: [ Package PreInstall Finished Successfully ]
10:03:40 INFO: File System and OS: [ Package Install Started ]
10:03:40 INFO: File System and OS: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs
10:03:40 INFO: File System and OS: exec_command [host]:
10:03:40 INFO: File System and OS: **********************
10:03:40 INFO: File System and OS: #!/bin/bash
10:03:40 INFO: File System and OS: set -e
10:03:40 INFO: File System and OS: sudo tar xpf /home/sam/Downloads/nvidia/sdkm_downloads/Tegra_Linux_Sample-Root-Filesystem_R32.4.3_aarch64.tbz2
10:03:40 INFO: File System and OS: cd ..
10:03:40 INFO: File System and OS: sudo ./apply_binaries.sh
10:03:40 INFO: File System and OS: sudo mkdir -p rootfs/opt/nvidia/deb_repos
10:03:40 INFO: File System and OS: **********************
10:03:40 INFO: File System and OS: exec_command: /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh
10:05:54 INFO: File System and OS: Using rootfs directory of: /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs
10:05:54 INFO: File System and OS: /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/nv_tegra/nv-apply-debs.sh
10:05:54 INFO: File System and OS: Root file system directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs
10:05:54 INFO: File System and OS: Copying public debian packages to rootfs
10:05:54 INFO: File System and OS: Start L4T BSP package installation
10:05:54 INFO: File System and OS: QEMU binary is not available, looking for QEMU from host system
10:05:54 INFO: File System and OS: Found /usr/bin/qemu-aarch64-static
10:05:54 INFO: File System and OS: Installing QEMU binary in rootfs
10:05:54 INFO: File System and OS: ~/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs ~/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra
10:05:54 INFO: File System and OS: Installing BSP Debian packages in /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs
10:05:54 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-core.
10:05:54 INFO: File System and OS: (Reading database ... 121860 files and directories currently installed.)
10:05:54 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-core_32.4.3-20200625213407_arm64.deb ...
10:05:54 INFO: File System and OS: Pre-installing... skip compatibility checking.
10:05:54 INFO: File System and OS: Unpacking nvidia-l4t-core (32.4.3-20200625213407) ...
10:05:56 INFO: File System and OS: Setting up nvidia-l4t-core (32.4.3-20200625213407) ...
10:05:56 INFO: File System and OS: Selecting previously unselected package jetson-gpio-common.
10:05:56 INFO: File System and OS: (Reading database ... 121908 files and directories currently installed.)
10:05:56 INFO: File System and OS: Preparing to unpack .../jetson-gpio-common_2.0.8_arm64.deb ...
10:05:56 INFO: File System and OS: Unpacking jetson-gpio-common (2.0.8) ...
10:05:56 INFO: File System and OS: Selecting previously unselected package python3-jetson-gpio.
10:05:56 INFO: File System and OS: Preparing to unpack .../python3-jetson-gpio_2.0.8_arm64.deb ...
10:05:56 INFO: File System and OS: Unpacking python3-jetson-gpio (2.0.8) ...
10:05:57 INFO: File System and OS: Selecting previously unselected package python-jetson-gpio.
10:05:57 INFO: File System and OS: Preparing to unpack .../python-jetson-gpio_2.0.8_arm64.deb ...
10:05:57 INFO: File System and OS: Unpacking python-jetson-gpio (2.0.8) ...
10:05:57 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-3d-core.
10:05:57 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-3d-core_32.4.3-20200625213407_arm64.deb ...
10:05:57 INFO: File System and OS: Unpacking nvidia-l4t-3d-core (32.4.3-20200625213407) ...
10:06:07 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-apt-source.
10:06:07 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-apt-source_32.4.3-20200625213407_arm64.deb ...
10:06:07 INFO: File System and OS: Unpacking nvidia-l4t-apt-source (32.4.3-20200625213407) ...
10:06:07 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-camera.
10:06:07 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-camera_32.4.3-20200625213407_arm64.deb ...
10:06:07 INFO: File System and OS: Unpacking nvidia-l4t-camera (32.4.3-20200625213407) ...
10:06:10 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-configs.
10:06:10 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-configs_32.4.3-20200625213407_arm64.deb ...
10:06:10 INFO: File System and OS: Unpacking nvidia-l4t-configs (32.4.3-20200625213407) ...
10:06:10 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-cuda.
10:06:10 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-cuda_32.4.3-20200625213407_arm64.deb ...
10:06:10 INFO: File System and OS: Unpacking nvidia-l4t-cuda (32.4.3-20200625213407) ...
10:06:12 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-firmware.
10:06:12 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-firmware_32.4.3-20200625213407_arm64.deb ...
10:06:12 INFO: File System and OS: Unpacking nvidia-l4t-firmware (32.4.3-20200625213407) ...
10:06:13 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-graphics-demos.
10:06:13 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-graphics-demos_32.4.3-20200625213407_arm64.deb ...
10:06:13 INFO: File System and OS: Unpacking nvidia-l4t-graphics-demos (32.4.3-20200625213407) ...
10:06:22 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-gstreamer.
10:06:22 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-gstreamer_32.4.3-20200625213407_arm64.deb ...
10:06:22 INFO: File System and OS: Unpacking nvidia-l4t-gstreamer (32.4.3-20200625213407) ...
10:06:22 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-init.
10:06:22 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-init_32.4.3-20200625213407_arm64.deb ...
10:06:22 INFO: File System and OS: Unpacking nvidia-l4t-init (32.4.3-20200625213407) ...
10:06:22 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-initrd.
10:06:22 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-initrd_32.4.3-20200625213407_arm64.deb ...
10:06:22 INFO: File System and OS: Unpacking nvidia-l4t-initrd (32.4.3-20200625213407) ...
10:06:24 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-jetson-io.
10:06:24 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-jetson-io_32.4.3-20200625213407_arm64.deb ...
10:06:24 INFO: File System and OS: Unpacking nvidia-l4t-jetson-io (32.4.3-20200625213407) ...
10:06:24 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-multimedia.
10:06:24 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-multimedia_32.4.3-20200625213407_arm64.deb ...
10:06:24 INFO: File System and OS: Unpacking nvidia-l4t-multimedia (32.4.3-20200625213407) ...
10:06:26 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-multimedia-utils.
10:06:26 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-multimedia-utils_32.4.3-20200625213407_arm64.deb ...
10:06:26 INFO: File System and OS: Unpacking nvidia-l4t-multimedia-utils (32.4.3-20200625213407) ...
10:06:26 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-oem-config.
10:06:26 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-oem-config_32.4.3-20200625213407_arm64.deb ...
10:06:26 INFO: File System and OS: Unpacking nvidia-l4t-oem-config (32.4.3-20200625213407) ...
10:06:26 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-tools.
10:06:26 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-tools_32.4.3-20200625213407_arm64.deb ...
10:06:26 INFO: File System and OS: Unpacking nvidia-l4t-tools (32.4.3-20200625213407) ...
10:06:27 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-wayland.
10:06:27 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-wayland_32.4.3-20200625213407_arm64.deb ...
10:06:27 INFO: File System and OS: Unpacking nvidia-l4t-wayland (32.4.3-20200625213407) ...
10:06:27 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-weston.
10:06:27 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-weston_32.4.3-20200625213407_arm64.deb ...
10:06:27 INFO: File System and OS: Unpacking nvidia-l4t-weston (32.4.3-20200625213407) ...
10:06:28 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-x11.
10:06:28 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-x11_32.4.3-20200625213407_arm64.deb ...
10:06:28 INFO: File System and OS: Unpacking nvidia-l4t-x11 (32.4.3-20200625213407) ...
10:06:28 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-xusb-firmware.
10:06:28 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-xusb-firmware_32.4.3-20200625213407_arm64.deb ...
10:06:28 INFO: File System and OS: Unpacking nvidia-l4t-xusb-firmware (32.4.3-20200625213407) ...
10:06:28 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-kernel.
10:06:28 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-kernel_4.9.140-tegra-32.4.3-20200625213407_arm64.deb ...
10:06:28 INFO: File System and OS: Unpacking nvidia-l4t-kernel (4.9.140-tegra-32.4.3-20200625213407) ...
10:06:40 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-kernel-dtbs.
10:06:40 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-kernel-dtbs_4.9.140-tegra-32.4.3-20200625213407_arm64.deb ...
10:06:40 INFO: File System and OS: Unpacking nvidia-l4t-kernel-dtbs (4.9.140-tegra-32.4.3-20200625213407) ...
10:06:40 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-kernel-headers.
10:06:40 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-kernel-headers_4.9.140-tegra-32.4.3-20200625213407_arm64.deb ...
10:06:40 INFO: File System and OS: Unpacking nvidia-l4t-kernel-headers (4.9.140-tegra-32.4.3-20200625213407) ...
10:06:50 INFO: File System and OS: Selecting previously unselected package nvidia-l4t-bootloader.
10:06:50 INFO: File System and OS: Preparing to unpack .../nvidia-l4t-bootloader_32.4.3-20200625213407_arm64.deb ...
10:06:50 INFO: File System and OS: Pre-installing bootloader package, skip flashing
10:06:50 INFO: File System and OS: Unpacking nvidia-l4t-bootloader (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up jetson-gpio-common (2.0.8) ...
10:07:00 INFO: File System and OS: Setting up python3-jetson-gpio (2.0.8) ...
10:07:00 INFO: File System and OS: Setting up python-jetson-gpio (2.0.8) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-apt-source (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Pre-installing... skip changing source list.
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-configs (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-firmware (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-init (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-multimedia-utils (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-oem-config (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-tools (32.4.3-20200625213407) ...
10:07:00 INFO: File System and OS: Setting up nvidia-l4t-wayland (32.4.3-20200625213407) ...
10:07:01 INFO: File System and OS: Setting up nvidia-l4t-weston (32.4.3-20200625213407) ...
10:07:01 INFO: File System and OS: Setting up nvidia-l4t-x11 (32.4.3-20200625213407) ...
10:07:01 INFO: File System and OS: Setting up nvidia-l4t-xusb-firmware (32.4.3-20200625213407) ...
10:07:01 INFO: File System and OS: Pre-installing xusb firmware package, skip flashing
10:07:01 INFO: File System and OS: Setting up nvidia-l4t-kernel (4.9.140-tegra-32.4.3-20200625213407) ...
10:07:02 INFO: File System and OS: Setting up nvidia-l4t-kernel-dtbs (4.9.140-tegra-32.4.3-20200625213407) ...
10:07:02 INFO: File System and OS: Setting up nvidia-l4t-kernel-headers (4.9.140-tegra-32.4.3-20200625213407) ...
10:07:02 INFO: File System and OS: Unpacking kernel headers...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-bootloader (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Pre-installing bootloader package, skip flashing
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-3d-core (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-cuda (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-graphics-demos (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-initrd (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-jetson-io (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-multimedia (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-camera (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Setting up nvidia-l4t-gstreamer (32.4.3-20200625213407) ...
10:07:03 INFO: File System and OS: Processing triggers for nvidia-l4t-kernel (4.9.140-tegra-32.4.3-20200625213407) ...
10:07:05 INFO: File System and OS: Processing triggers for libc-bin (2.27-3ubuntu1) ...
10:07:05 INFO: File System and OS: ~/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra
10:07:05 INFO: File System and OS: Removing QEMU binary from rootfs
10:07:05 INFO: File System and OS: Removing stashed Debian packages from rootfs
10:07:05 INFO: File System and OS: L4T BSP package installation completed!
10:07:05 INFO: File System and OS: Rename ubuntu.desktop --> ux-ubuntu.desktop
10:07:05 INFO: File System and OS: Copying USB device mode filesystem image to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs
10:07:05 INFO: File System and OS: Disabling NetworkManager-wait-online.service
10:07:05 INFO: File System and OS: Disable the ondemand service by changing the runlevels to 'K'
10:07:05 INFO: File System and OS: Installing extlinux.conf into /boot/extlinux in target rootfs
10:07:05 INFO: File System and OS: Success!
10:07:05 INFO: File System and OS: [ Package Install Finished Successfully ]
10:07:05 INFO: File System and OS: [host] [ 4.44 GB used. Disk Avail: 83.01 GB ]
10:07:05 INFO: File System and OS: [ NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP Install took 3m26s ]
10:07:05 INFO: File System and OS: command finished successfully
10:07:05 SUMMARY: File System and OS: Install completed successfully.
10:07:05 INFO: Automatic trying to flash the target device with Manual Flash option...
10:07:05 INFO: Start to check if only one device connected...
10:07:05 DEBUG: running command < true >
10:07:05 INFO: command finished successfully
10:07:05 DEBUG: running command < [ `lsusb | grep -c "0955:"` -ne 1 ] >
10:07:05 DEBUG: command terminated with error
10:07:05 INFO: Only one NVIDIA device detected, as expected.
10:07:05 INFO: Start to check if in device recovery mode...
10:07:05 DEBUG: running command < true >
10:07:05 INFO: command finished successfully
10:07:05 DEBUG: running command < lsusb | grep 0955:7020 >
10:07:05 DEBUG: command terminated with error
10:07:05 INFO: Jetson device is in recovery mode.
10:07:05 INFO: Start to check if the right device connected...
10:07:05 DEBUG: running command < true >
10:07:05 INFO: command finished successfully
10:07:05 DEBUG: running command < lsusb | grep 0955:7019 >
10:07:05 INFO: Bus 001 Device 020: ID 0955:7019 NVidia Corp.
10:07:05 INFO: command finished successfully
10:07:05 INFO: Verified, 0955:7019 detected in recovery mode.
10:07:05 DEBUG: running command < true >
10:07:05 INFO: command finished successfully
10:07:05 DEBUG: Device Mode Host Setup in Flash: using adapter to install NV_DEVICE_MODE_SETUP_IMAGE_COMP@JETSON_AGX_XAVIER to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
10:07:05 INFO: Device Mode Host Setup in Flash: [host] [ Disk Avail:83.01 GB ]
10:07:05 INFO: Device Mode Host Setup in Flash: Using GenericInstaller to Install NV_DEVICE_MODE_SETUP_IMAGE_COMP
10:07:05 INFO: Device Mode Host Setup in Flash: change working directory to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
10:07:05 INFO: Device Mode Host Setup in Flash: [ Component Install Started ]
10:07:05 INFO: Device Mode Host Setup in Flash: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
10:07:05 INFO: Device Mode Host Setup in Flash: exec_command [host]:
10:07:05 INFO: Device Mode Host Setup in Flash: **********************
10:07:05 INFO: Device Mode Host Setup in Flash: #!/bin/bash
10:07:05 INFO: Device Mode Host Setup in Flash: set -e
10:07:05 INFO: Device Mode Host Setup in Flash: set +e
10:07:05 INFO: Device Mode Host Setup in Flash: eth_port_name=$(ip route show default | awk '/default via/ {print $5; exit}')
10:07:05 INFO: Device Mode Host Setup in Flash: if [[ $eth_port_name == '' ]]; then
10:07:05 INFO: Device Mode Host Setup in Flash: echo 'Can not found route default $eth_port_name, device mode setup failed!'
10:07:05 INFO: Device Mode Host Setup in Flash: exit 0
10:07:05 INFO: Device Mode Host Setup in Flash: fi
10:07:05 INFO: Device Mode Host Setup in Flash: **********************
10:07:05 INFO: Device Mode Host Setup in Flash: exec_command: /tmp/tmp_NV_DEVICE_MODE_SETUP_IMAGE_COMP.sh
10:07:05 INFO: Device Mode Host Setup in Flash: Found route default wlp59s0, setting up device mode
10:07:05 INFO: Device Mode Host Setup in Flash: net.ipv4.ip_forward = 1
10:07:05 INFO: Device Mode Host Setup in Flash: Device mode on host successfuly set with DNS 8.8.8.8!
10:07:05 INFO: Device Mode Host Setup in Flash: [ Component Install Finished Successfully ]
10:07:05 INFO: Device Mode Host Setup in Flash: [host] [ 8.00 KB used. Disk Avail: 83.01 GB ]
10:07:05 INFO: Device Mode Host Setup in Flash: [ NV_DEVICE_MODE_SETUP_IMAGE_COMP Install took 0s ]
10:07:05 INFO: Device Mode Host Setup in Flash: command finished successfully
10:07:05 SUMMARY: Device Mode Host Setup in Flash: Install completed successfully.
10:07:05 DEBUG: running command < true >
10:07:05 INFO: command finished successfully
10:07:05 DEBUG: Flash Jetson AGX Xavier 16GB/32GB: using adapter to install NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP@JETSON_AGX_XAVIER to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: [host] [ Disk Avail:83.01 GB ]
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: Using GenericInstaller to Install NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: change working directory to /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: [ Component Install Started ]
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: current working directory is /home/sam/nvidia/nvidia_sdk/JetPack_4.4_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: exec_command [host]:
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: **********************
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: #!/bin/bash
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: set -e
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: set -e
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: if [ -e ./bootloader/system.img ]; then
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: echo sudo ./flash.sh --no-systemimg jetson-xavier mmcblk0p1
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: sudo ./flash.sh --no-systemimg jetson-xavier mmcblk0p1
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: else
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: echo sudo ./flash.sh jetson-xavier mmcblk0p1
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: sudo ./flash.sh jetson-xavier mmcblk0p1
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: fi
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: sleep 20
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: **********************
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: exec_command: /tmp/tmp_NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP.sh
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: sudo ./flash.sh jetson-xavier mmcblk0p1
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: ###############################################################################
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: # L4T BSP Information:
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: # R32 , REVISION: 4.3
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: ###############################################################################
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: Error: probing the target board failed.
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: Make sure the target board is connected through
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: USB port and is in recovery mode.
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: [ Component Install Finished with Error ]
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: [host] [ 12.00 KB used. Disk Avail: 83.01 GB ]
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: [ NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP Install took 5s ]
10:07:11 ERROR: Flash Jetson AGX Xavier 16GB/32GB: [error]: : [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP.sh; [error]:
10:07:11 ERROR: Flash Jetson AGX Xavier 16GB/32GB: command terminated with error
10:07:11 SUMMARY: Flash Jetson AGX Xavier 16GB/32GB: Failed to execute commands with GenericInstaller

How would you suggest I proceed?
Many Thanks.

Hi Sam,

The log indicates that the Jetson AGX Xavier board is not connected to host or is not in recovery mode. There are two type-C ports on the Xavier board. Can you please check if you are connecting to the right type-C port?

10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: sudo ./flash.sh jetson-xavier mmcblk0p1
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: ###############################################################################
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: # L4T BSP Information:
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: # R32 , REVISION: 4.3
10:07:05 INFO: Flash Jetson AGX Xavier 16GB/32GB: ###############################################################################
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: Error: probing the target board failed.
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: Make sure the target board is connected through
10:07:11 INFO: Flash Jetson AGX Xavier 16GB/32GB: USB port and is in recovery mode.

Hi Edward,
Thank you for your reply.

I can confirm that my laptop is connected via the USB C port on the FRONT of the Xavier. Flashing the Xavier with this USB C port has worked once before, and so I am reasonably confident that the connection is sound.

I am also confident that the Xavier is in recovery mode, which I have reached both by:

  1. turning the Xavier ON while holding the force recovery button, and
  2. Booting the Xavier normally and then toggling the reset button while the force recovery button is held.

I have also tried using a different laptop which yields the same unsuccessful result.

Is it possible that a different error could be causing this apparent communication error?

Are the host PCs used VMs? This is the most common cause of failing to remain connected. USB-C cables tend to work unlike the sibling micro-B cables, so I wouldn’t suspect the cable.

No, the host PCs are both dual booted, running Ubuntu 16.04 (& windows 10).

Is it likely that this is an error on the Xavier AGX itself or on the Hosts’ SDK manager do you think?

Although technically Ubuntu 16.04 is supported, almost all testing and use is from Ubuntu 18.04. I know it can be a pain to change an o/s, but if you can upgrade one of the host PCs to Ubuntu 18.04, then I think this would be the fastest route to getting it to work. Even if this does not fix the issue it would still narrow down possible causes.

When such issue happens, I always ask user to try

  1. Different host
  2. Different xavier device
  3. Different usb cable.

For your current issue, it looks like you should try (2) if you have an extra device.

Thank you @linuxdev and @WayneWWW.

I have a Xavier NX that has not yet been flashed so I will install Ubuntu 18.04 onto that using the SDK manager (or with an SD card image if required), and then using the SDK manager on the Xavier NX I will try to install Ubuntu 18.04 onto the Xavier AGX.

I will let you know how I get on.

Thanks using Ubuntu 18.04 has fixed the issue I was having.

Not entirely sure why this worked, as it did actually work once on Ubuntu 16.04. However Ubuntu 18.04 does appear to work with no issues at all so thank you.