I’m cabling some standard micro-USB — USB cable between Jetson TX2 and HOST=Ubuntu 16.04 DELL Precision 5520 Notebook with 3.0 USB-connector
I’# install all necessary software in host:
tar xpf ./Tegra186_Linux_R28.2.0_aarch64.tbz2
$sudo tar xpf …/…/Tegra_Linux_Sample-Root-Filesystem_R28.2.0_aarch64.tbz2
$sudo flash.sh jetson-tx2 mmcblk0p1
I’ve press RC-Btn and shortly also Rest-button and now I can see output from
$lsusb -d 0955:7c18
Bus 001 Device 062: ID 0955:7c18 NVidia Corp.
afterthat: $sudo ./flash.sh jetson-tx2 mmcblk0p1
It always failed (with and w/o usb-2.0 hub) with the same error:
###############################################################################
L4T BSP Information:
R28 (release), REVISION: 2.0, GCID: 10567845, BOARD: t186ref, EABI: aarch64,
DATE: Fri Mar 2 04:57:01 UTC 2018
###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
micro-B USB port and is in recovery mode.
What’s wrong?