Aetina N510 TX2

The Aetina N510 TX2 requires flashing via a USB-C cable using the jetson-flash utilities from balena.

Boot device into recovery mode

WIP

Flashing the Device

First, you'll need to setup the jetson-flash utility on your machine. You only need to run these next three steps when you get a new version of the DeepCore software.

  1. Download the OS flash file jetson_flash_tx2.tar.gz
  2. Extract this file in your computer
  3. Navigate to the newly extracted folder cd /path/to/extracted/folder/deepcore-images
  4. Load the utility into docker using sudo docker load -i jetson_flash_tx2.tar

Now that the utility is setup, you can simply connect and flash different devices, by following these steps:

  1. Connect the Aetina N510 TX2 with a USB cable to your computer
  2. Run the jetson-flash utility with docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb jetson-flash-tx2:latest

You can now reboot your Aetina board and await for the system to boot up.