Setting up Orin NX
Posted: Sat 27 Sep 27 2025 11:56 am
To set up NVMe drive:-
1. Install NVMe in the Orin NX. Format it first to be safe.
2. You will need an x86-64 Ubuntu host with a USB C port to transfer the files
3. On the Orin NX, you need to jumper pins 9-10 or turn the REC switch to the ON position
4. On the host, download and install the appropriate SDK Manage debian install package from: https://developer.nvidia.com/sdk-manager
Choose the SDK Manager 2.3.0 Ubuntu .deb version
5. Orin NX will need to be powered up
6. At a later stage, the Orin NX will need to be connected to LAN and it's IP known
In Jetpack 6.2.1
1. 4k mode is not available on HDMI for some reason
2. 40W mode and MAXN Super power mode is also disabled
3. snap has a problem that causes all browsers to fail
With these in mind, we need to fix snap so we can browse first:
Browsers - Chromium or Firefox - should work after this.
We will need to set up VNC and we want to do this in headless mode so we will also need to install a dummy driver:
https://developer.nvidia.com/embedded/l ... /vnc-setup
1. Install NVMe in the Orin NX. Format it first to be safe.
2. You will need an x86-64 Ubuntu host with a USB C port to transfer the files
3. On the Orin NX, you need to jumper pins 9-10 or turn the REC switch to the ON position
4. On the host, download and install the appropriate SDK Manage debian install package from: https://developer.nvidia.com/sdk-manager
Choose the SDK Manager 2.3.0 Ubuntu .deb version
5. Orin NX will need to be powered up
6. At a later stage, the Orin NX will need to be connected to LAN and it's IP known
In Jetpack 6.2.1
1. 4k mode is not available on HDMI for some reason
2. 40W mode and MAXN Super power mode is also disabled
3. snap has a problem that causes all browsers to fail
With these in mind, we need to fix snap so we can browse first:
Code: Select all
snap download snapd --revision=24724
sudo snap ack snapd_24724.assert
sudo snap install snapd_24724.snap
sudo snap refresh --hold snapdWe will need to set up VNC and we want to do this in headless mode so we will also need to install a dummy driver:
https://developer.nvidia.com/embedded/l ... /vnc-setup