Jetson Xavier NX/Introduction/Getting Started: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "<noinclude> {{JetsonXavierNX/Head|previous=Introduction/Overview|next=Development/Building_the_Kernel_from_Source|keywords=installation,setup,setup the board,boot,booting,gett...")
(No difference)

Revision as of 18:47, 13 August 2020



Previous: Introduction/Overview Index Next: Development/Building_the_Kernel_from_Source





Prepare microSD Card

To boot up your Jetson Xavier NX board you will need to prepare a microSD card with a bootable image. NVIDIA provides a prebuilt image that you can download from: Jetson Xavier NX Developer Kit SD Card Image

Once downloaded the image you need to write it to your microSD by following the instructions bellow:

1. Insert the microSD card to your computer and identify the corresponding device

2. Flash the downloaded image, change /dev/sdx to your corresponding device

#Change the path if you download the image to another location
unzip ~/Downloads/jetson-nx-developer-kit-sd-card-image.zip | sudo dd of=/dev/sdx bs=1M status=progress

3. Remove microSD from your computer

sudo eject /dev/sd<x>

Setup the Board

1. Insert the prepared microSD card into the slot under the Jetson Nano Module in the developer kit.

2. Connect an hdmi display

3. Connect USB keyboard and mouse

4. Connect your power supply

First Boot



Previous: Introduction/Overview Index Next: Development/Building_the_Kernel_from_Source