Hello,
First, I want to say that I already successed at flahing the Jetson AGX Xavier two times (using the SDK Manager).
Second, I tried the following to flash my Jetson AGX from the “./flash.sh” script:
- Connect the Jetson AGX from the USB Type-C next to the LED to the USB of the host computer;
- Press the recovery button (middle);
- Press the power button (left);
- Release both buttons.
> lsusb
...
Bus 003 Device 035: ID 0955:7020 NVidia Corp.
...
> sudo ./flash.sh jetson-xavier mmcblk0p1
###############################################################################
# L4T BSP Information:
# R32 (release), REVISION: 1.0, GCID: 14531094, BOARD: t186ref, EABI: aarch64,
# DATE: Wed Mar 13 07:41:08 UTC 2019
###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.
My Jetson is ALREADY flash with JetPack 4.2.2, but I want to install the packages required for controlling the e-CAM130_CUXVR of e-consystems. (and in their documentation, they say to use the above script).
How can I solve this issue?