§2024-11-21

JetsonOrinNanoDeveloperKit-01.png

¶ the Firmware (if needed)

Your Jetson Orin Nano Developer Kit may be ready to run JetPack 6 by having the latest firmware ("Jetson UEFI firmware" on QSPI-NOR flash memory) flashed at the factory.

If this isn’t the case, you’ll need to upgrade to the latest firmware.

You can now upgrade to the latest firmware on Jetson without the need for a host Ubuntu PC: follow the steps in this page to check if your Jetson Orin Nano developer kit has the latest firmware, and update it using an SD card containing JetPack 5. follow instructions here >

¶Write Image to the microSD Card

To prepare your microSD card, you’ll need a computer with Internet connection and the ability to read and write SD cards, either via a built-in SD card slot or adapter.

¶Linux using Etcher B recommended

JetsonOrinNanoDeveloperKit-02.png

&pra;Using command line

dmesg | tail | awk '$3 == "sd" {print}'

/usr/bin/unzip -p ~/Downloads/jetson_nano_devkit_sd_card.zip | sudo /bin/dd of=/dev/sd<x> bs=1M status=progress

/usr/bin/unzip -p ~/Downloads/jetson_nano_devkit_sd_card.zip | sudo /bin/dd of=/dev/sd<x> bs=1M status=progress

¶Setup and First Boot

JetsonOrinNanoDeveloperKit-03.png

¶ First Boot

A green LED next to the USB-C connector will light as soon as the developer kit powers on. When you boot the first time, the Jetson Orin Nano Developer Kit will take you through some initial setup, including:

- Review and accept NVIDIA Jetson software EULA
- Select system language, keyboard layout, and time zone
- Connect to Wireless network
- Create username, password, and computer name
- Log in

¶After logging

You will see this screen. Congratulations!

JetsonOrinNanoDeveloperKit-04.png

¶Next Steps <-- not quite clear yet!!