Jetson AGX Xavier Developer Kit
This page covers flashing a Jetson AGX Xavier Developer Kit with LmP artifacts.
Preparation
In your Factory, click on the latest
platform
build.Expand the run for
jetson-agx-xavier-devkit
. Find and downloadlmp-factory-image-jetson-agx-xavier-devkit.tegraflash.tar.gz
.Unzip the downloaded file:
tar -xvf lmp-factory-image-jetson-agx-xavier-devkit.tegraflash.tar.gz
The script used for flashing is doflash.sh
.
Hardware Preparation
Set the board to boot into recovery mode:
Connect the USB cable in the base board Type-C connector (J512) to the host machine.
While holding down the force recovery button, either press the Reset button (if already powered), or the Power button, Releasing both buttons.
To check if the board is in recovery mode,
lsusb
can be used. Check if a device from vendor0955
(NVIDIA) is available:host:~$ lsusb | grep 0955 Bus 001 Device 013: ID 0955:7019 NVIDIA Corp. APX
This device is only available when the board successfully boots in recovery mode.
OPTIONAL: For UART output, connect a USB cable in the base board USB Micro B connector (J501) to the host machine.
Flashing
With the board powered in recovery mode, flash the board:
sudo ./doflash.sh
This can take a few minutes to complete. The process can be watched from the host console or UART output.
Once the flashing procedure finishes, reset the board to boot the installed LmP image.