JETSON-TX2 Jetpack 4.4.1 installation error

Getting error while Jetpack installation.

Error:

Info: [host] [ Disk Avail:1344.00 GB ]
Info: change working directory to /home/tcs/nvidia/nvidia_sdk/JetPack_4.4.1_Linux_JETSON_TX2/Linux_for_Tegra
Info: [ Component Install Started ]
Info: current working directory is /home/tcs/nvidia/nvidia_sdk/JetPack_4.4.1_Linux_JETSON_TX2/Linux_for_Tegra
Info: exec_command [host]:


#!/bin/bash
set -e
set -e
if [ -e ./bootloader/system.img ]; then
echo sudo ./flash.sh --no-systemimg jetson-tx2 mmcblk0p1
sudo ./flash.sh --no-systemimg jetson-tx2 mmcblk0p1
else
echo sudo ./flash.sh jetson-tx2 mmcblk0p1
sudo ./flash.sh jetson-tx2 mmcblk0p1
fi
sleep 20


Info: exec_command: /tmp/tmp_NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh
sudo ./flash.sh jetson-tx2 mmcblk0p1
###############################################################################

L4T BSP Information:

R32 , REVISION: 4.4

###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
Info: [ Component Install Finished with Error ]
Info: [host] [ 12.00 KB used. Disk Avail: 1344.00 GB ]
Info: [ NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP Install took 5s ]
Error: [error]: : [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh; [error]:

Moving to Jetson TX2 forum for resolution.

Hi leburi40,

Please make sure you are connect micro-usb cable on TX2 and put device into recovery mode by manually.
You can use ‘lsusb’ to check on your host machine.

Hello Carolyuu,

I have connected the device via USB and it is detected in recovery mode. It actually failed after progressing for 1%.

Thanks and regards,
Karthik

Hi leburi40,

Please check below:

  1. Please check if ARCH arm64 exists in the system arch list:
    $ sudo dpkg --print-foreign-architectures
  2. If Yes. Run sudo apt-get purge “*:arm64”, all arm64 package will be removed.
  3. Then sudo dpkg --remove-architecture arm64, remove ARCH arm64 from system arch list.
  4. Then “sudo apt-get update” should end with success.
1 Like

hi,I get the same problem when flashing Jetpack 4.5.1 linux for JETSON TX2.
I try to do what you say,then I get a new problem.I am new to ubuntu,thanks for
your reply.

(base) ps@ps:/dev/shm$ sudo dpkg --print-foreign-architectures
i386
(base) ps@ps:/dev/shm$ sudo apt-get purge “:arm64”
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package “
:arm64”
E: Couldn’t find any package by glob ‘“
E: Couldn’t find any package by regex '“

Hi 1374360168,

Please install the latest SDK manager version 1.6 and try again.
Download from: NVIDIA SDK Manager | NVIDIA Developer

I am using SDK manager version 1.6.0.8170,should I run your code “sudo ……” on the host ubuntu or the JETSON-TX2 ubuntu? I was running on the host ubuntu above.

Hi 1374360168,

The SDK Manager is run on your host ubuntu machine (16.04 or 18.04).
When you install completed, please run:

$ sdkmanager

If you want to install old version JetPack, please run:

$ sdkmanager --archivedversions