Host: Ubuntu 18.04
lsusb output:
$ lsusb -d 0955:7019
Bus 001 Device 011: ID 0955:7019 NVidia Corp.
Flahs output:
$ sudo ./flash.sh jetson-xavier mmcblk0p1
###############################################################################
L4T BSP Information:
R32 , REVISION: 2.0
###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
Are you using a VM? VMs tend to lose USB.
Thank you for ansering!
I am using in a Ubuntu in a bare metal installation in a laptop!
Please try to change the usb cable or other host to flash. Some users also have similar problem and resolved after change the host.
Hi diegomanut,
Can you try flash by manually?
Put device into force-recovery mode
cd ~/nvidia/nvidia_sdk/JetPack-4.2.1_Linux_GA_P2888/Linux_for_Tegra
Flash device:
$ sudo ./flash jetson-xavier mmcblk0p1
If you got the same error, please change another type-C to usb cable or connect another USB port to try again. Thanks!
Hi nc1018,
Please install “python” on your host ubuntu machine first.
Then flash again. Thanks!