I have followed all the instructions that are described in JETSON AGX XAVIER DEVELOPER KIT USER Guide.
- Connected the AGX (USB 3.1 type C port near the power button) with Host computer (USB type A)
- Pressed Recovery Button and Power Button to keep the AGX in Force Recovery Mode (But I can’t able to see any light blink)
- When I try to install from the SDK manager the SDK manager couldn’t able to detect the Target Hardware
- When I tried to run from the source file using below command, I am getting error.
(base) ahamad@ahamad:~/Downloads/nvidia/nano_image_xavier/JetPack_4.4.1_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra$ sudo ./flash.sh jetson-xavier 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.
- lsusb output
(base) ahamad@ahamad:~/Downloads/nvidia/nano_image_xavier/JetPack_4.4.1_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra$ lsusb
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 30c9:000e DJKANA19IDR3GS HP Wide Vision HD Camera
Bus 001 Device 003: ID 8087:0026 Intel Corp.
Bus 001 Device 008: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Give me a solution to update the jetpack from current 4.3 to 4.4.1.