Skip to content

Commit

Permalink
Merge pull request #237 from tokk-nv/dev/orin-nano-super
Browse files Browse the repository at this point in the history
Change nav bar to highlight Jetson Orin Nano and add Super instruction
  • Loading branch information
tokk-nv authored Dec 17, 2024
2 parents ca35db4 + 1488cae commit c651dce
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
Binary file added docs/images/jons_power-mode-to-maxn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 29 additions & 4 deletions docs/initial_setup_jon.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

The NVIDIA® <span class="blobLightGreen4">Jetson Orin Nano™ Developer Kit</span> is a perfect kit to start your journey of local generative AI evaluation and development.

This guide explains the complete flow from opening the box, updating the firmware if needed, flashing the latest JetPack 6.1 image on SD card, and the initial software setup, so that you will be ready for tutorials listed on this site and other AI projects.
With the December 2024 software update, this advanced edge computer delivers up to 70% more performance, making it an even more powerful platform for the era of generative AI.

This guide explains the complete flow from opening the box, updating the firmware if needed, flashing the latest JetPack 6.1 (rev. 1) image on SD card, and the initial software setup, so that you will be ready for tutorials listed on this site and other AI projects.


## Check your inventory
Expand Down Expand Up @@ -58,7 +60,8 @@ If you don't have them in your inventory, you want to arrange them and return to
C --> D[3️⃣ Reboot] --> E{{Firmware update during reboot}}
E --> F[4️⃣ Run QSPI updater] --> G[5️⃣ Reboot] --> H{{Firmware update during reboot}}
H --> O
O --> P(7️⃣ Start developing on JetPack 6.x)
O --> Q(7️⃣ Unlock super performance)
Q --> P(8️⃣ Start developing on JetPack 6.x)

style C fill:#fee
style D fill:#DEE,stroke:#333
Expand All @@ -67,6 +70,7 @@ If you don't have them in your inventory, you want to arrange them and return to
style E stroke-width:2px,stroke-dasharray: 5 5
style H stroke-width:2px,stroke-dasharray: 5 5
style O fill:#fee
style Q stroke-width:4px
```

<!-- ??? example "Even more detailed flowchart (for all firmware versions)"
Expand Down Expand Up @@ -281,7 +285,7 @@ Once we know the onboard firmware is up-to-date and ready for JetPack 6.x, we ca

On your PC, download the latest JetPack 6.x image for Jetson Orin Nano Developer Kit from the official [JetPack page](https://developer.nvidia.com/embedded/jetpack) or from the below direct link button.

[Jetson Orin Nano Developer Kit<br>JetPack 6.1 image](https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v4.0/jp61-orin-nano-sd-card-image.zip){ .md-button .md-button--primary }
[Jetson Orin Nano Developer Kit<br>JetPack 6.1 (rev. 1) image](https://developer.nvidia.com/downloads/embedded/L4T/r36_Release_v4.0/jp61-rev1-orin-nano-sd-card-image.zip){ .md-button .md-button--primary }

2. Use Balena Etcher to flash image to SD card

Expand All @@ -299,7 +303,28 @@ Once we know the onboard firmware is up-to-date and ready for JetPack 6.x, we ca

5. Complete the initial software setup (`oem-config`)

## 7️⃣ Start developing on JetPack 6.x
## 7️⃣ Unlock Super Performance

!!! warning "Attention"

If your Jetson Orin Developer Kit was previously running **JetPack 6.0** or **JetPack 6.1**, execute the following command after the final login and reboot your device. This ensures that the **MAXN** performance mode becomes available on your system.

```bash
sudo rm -rf /etc/nvpmodel.conf
```

### Switch to MAXN mode

Note that the default power mode is **15W**. <br>
To switch to the new power mode and unlock the increased performance, follow below steps:

1. Click on the current power mode (**15W**) by clicking the NVIDIA icon on the right side of the Ubuntu desktop’s top bar.
2. Select **Power mode** from the menu.
3. Choose **MAXN** to enable maximum performance.

![alt text](images/jons_power-mode-to-maxn.png)

## 8️⃣ Start developing on JetPack 6.x

🎊 **Congratulations!** <br>
Your Jetson Orin Nano Developer Kit is set up with JetPack 6.x SD card and you are ready to develop on JetPack 6.x.
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ nav:
- NanoSAM: vit/tutorial_nanosam.md
- SAM: vit/tutorial_sam.md
- TAM: vit/tutorial_tam.md
- 📑 Knowledge Distillation: tutorial_distillation.md
- Robotics & Embodiment:
- LeRobot: lerobot.md
- ROS2 Nodes: ros.md
Expand Down Expand Up @@ -133,11 +134,10 @@ nav:
# - First Steps: tutorial_mmj.md
# - Tools:
# - LangChain: tutorial_distillation.md
- Tips:
- 📑 Knowledge Distillation: tutorial_distillation.md
- Jetson Orin Nano Guide:
- 🚀 Initial Setup Guide - Jetson Orin Nano: initial_setup_jon.md
- 🔖 SSD + Docker: tips_ssd-docker.md
- 🔖 Memory optimization: tips_ram-optimization.md
- 🚅 Initial Setup Guide - Jetson Orin Nano: initial_setup_jon.md
- Benchmarks: benchmarks.md
- Projects: community_articles.md
- Research Group: research.md
Expand Down

0 comments on commit c651dce

Please sign in to comment.