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
###############################################################################
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]:
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.
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 '“’
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.