Skip to main content
Home
badllama.com
  • Search
  • Log In

Setting up the Jetson Orin Nano Super

cpeters's picture

Sun, 10/26/2025 - 18:36 by cpeters

Like any lab setup, this was kind of a headache. I'll save you the excruciating details and simply tell you what you actually need to get this thing going.

What I Really Needed

  1. MacBook Pro laptop
  2. Balena Etcher
  3. Jetson Orin Nano Super 8GB
  4. YahBoom! case for the Jetson Orin Nano Super
  5. Amazon Basic keyboard with built-in touchpad
  6. DisplayPort compatible monitor at 1080x768
  7. USB-C to MicroSD card converter
  8. MicroSD card - 127GB
  9. NVMe drive - 2 TB

All this and I had to order a second Jetson Orin Nano because the first one wouldn't boot.

Prerequisites to actually doing anything fun

  1. Check the boot step-by-step: Your instinct might be to wire everything up first and then boot the device. Wrong! As soon as the thing comes out of the box, plug in your DisplayPort and your keyboard and make sure the thing actually boots up.
  2. Flash the firmware ROM: For whatever reason, NVidia decided to ship the Jetson Super with old firmware that can't run their most recent OS, Jetpack 6.2. So yeah this is a pain
  3. Install the new OS: Once you flash the ROM using Jetpack 5.3, you need to re-image your microSD card so you can use Jetpack 6.2
  4. Turn on Super mode: The new OS is what raises the TOPS power on this chipset, so make certain this is the first thing you do once you have it running
  5. Don't install chromium through the wizard: Jetpack will use snap to install chrome and there's compatibility problems. Skip snap altogether and install firefox directly from their repo
  6. Install xrdp and setup sshd for headless operation: This is an essential step for any lab machine, unless of course you like maintaining multiple workstations. The Internet is abuzz with using nomachine on Jetpack for "performance" but I run xrdp on all my lab devices with no problems. I installed xfce because I was running to problems getting it to mesh with GNOME
  7. Setup a helper file for xfce for the terminal emulator: This is tricky but basically xfce will open terminals in the GNOME interface unless you set a helper file telling it to use xfce-terminal. Don't look at me! It's wierd but it's a thing
  8. Install jetson stats:
  9. This calls for installing the jtop service
  10. Also the nvidia-jetpack package, whatever that is
  11. Also you need to modify the
    /usr/local/lib/python3.10/dist-packages/jtop/core/jetson_variables.py

    to match your version of Jetpack to the version of L4T

Tags: 
Jetson Jetpack LLM AI
Powered by Backdrop CMS