# Extract the jetson-flash utility image
sudo tar -xf jetson_flash_tx2.tar.gz
# Navigate to extracted folder
cd deepcore-images
# Load the jetson-flash utility
sudo docker load -i jetson_flash_tx2.tar
# Flash the device
docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb jetson-flash-tx2:latest
Extract the jetson-flash utility image
Extracts the compressed file which contains the jetson-flash utility.
Navigate to extracted folder
During this step we will navigate to the newly extracted folder, which contains the deepcore image necessary to flash the Jetson device
Load the jetson-flash utility
Loads the docker container which contains the jetson-flash utility with a BalenaOS image preloaded with the contents of a DeepCore daemon.
Flash the device
Runs the jetson-flash utility and flashes a Auvidea TX2 board which is connected to the computer with an USB cable and set to recovery mode.