====================================== Setting up the Nvidia Jetson Orin Nano ====================================== .. include:: ../_templates/constants.rst *This document is based entirely on the* `Jetson Orin Nano Developer Kit Getting Started Guide `_ *, and is included here for convenience. All credit belongs to Nvidia.* Before getting started, make sure you have the following items: - 64+ GB microSD card (and adapter if host PC does not have a built-in SD card slot) - USB keyboard and mouse - Computer display and DisplayPort cable - USB cable Write Image to the microSD Card +++++++++++++++++++++++++++++++ 1. Open the terminal and insert the microSD card, then enter the following command: .. code-block:: console $ dmesg | tail | awk '$3 == "sd" {print}' *For example, the microSD card may be assigned as** ``/dev/sda`` 2. Write the zipped SD card image to the microSD card using the following command: .. code-block:: console $ /usr/bin/unzip -p ~/Downloads/jetson_nano_devkit_sd_card.zip | sudo /bin/dd of=/dev/sd bs=1M status=progress *Replace* ``/dev/sd`` *with the proper name assigned to the microSD card* 3. Once the ``dd`` command finishes, eject the microSD card with the following command: .. code-block:: console $ sudo eject /dev/sd *Replace* ``/dev/sd`` *with the proper name assigned to the microSD card* Then, physically removed the microSD card from the host PC. .. note:: Image flashing tools like `balenaEtcher `_ also work, but we prefer the terminal to relying on 3rd-party software. Setup and First Boot ++++++++++++++++++++ 1. Insert the microSD card (with the system image already written to it) into the slot on the underside of the Jetson Orin Nano :raw-html:`
` 2. Power on the computer display and connect I/O devices (DisplayPort cable, USB keyboard and mouse). Then connect the power supply to the Jetson Orin Nano Developer Kit. :raw-html:`
` 3. A green LED next to the USB-C connect will light as soon as the developer kit powers on. Follow the initial setup: :raw-html:`
` a. Review and accept Nvidia Jetson sofware EULA :raw-html:`
` b. Select system language, keyboard layout, and time zone :raw-html:`
` c. Connect to Wireless network :raw-html:`
` d. Create username, password, and computer name :raw-html:`
` e. Log in :raw-html:`
` .. _gettingstarted: https://developer.nvidia.com/embedded/learn/get-started-jetson-orin-nano-devkit#intro .. _jpsdk: https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v4.3/jp62-orin-nano-sd-card-image.zip .. _writesd: https://developer.nvidia.com/embedded/learn/get-started-jetson-orin-nano-devkit#write .. _etcher: https://etcher.balena.io/