Skip to content

Instantly share code, notes, and snippets.

@codieboomboom
Last active May 28, 2021 03:58
Show Gist options
  • Save codieboomboom/a36089bb8bb3e3bc515f9b1d625a8df4 to your computer and use it in GitHub Desktop.
Save codieboomboom/a36089bb8bb3e3bc515f9b1d625a8df4 to your computer and use it in GitHub Desktop.
Getting started with Jetson Xavier NX
  1. Prepare an empty SD card for flashing OS image, monitor, keyboard, mouse, ethernet connection and a M2 SSD (optional) for storage of data purpose
  2. Download the SD card image from https://developer.nvidia.com/embedded/downloads (for xavier nx)
  3. Flash the os image onto the SD card (using something like balena etcher(https://www.balena.io/etcher/))
  4. Insert SD card into the jetson xavier nx and power it on (take note of pin J18 that must not be shorten)
  5. Follow instructions by Ubuntu 18.04LTS installation wizard to fully set up the jetson xavier nx kit.
  6. On first boot-up, make sure your ssd is formatted properly and is mounted.
  7. Configure of environment for development: a. Follow this guide by jkjung(https://jkjung-avt.github.io/setting-up-xavier-nx/). Only first step is important, the rest depends on your need b. (Optional) Clone a dotfile repo(https://github.com/AnhTuDo1998/dotfiles) (something i use to sync up my bash tools and environments across different machine) c. Run the setup.sh in the repo to init the cmd line configurations (also make changes suitable for your need or system)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment