NVidia Jetson Orin Nano 8G Dev Kit

Today is Canada's Thanksgiving. Let me do something extra on Jetson Orin Nano.

Jetson Orin Nano

0. My Working Environment

1
2
3
4
5
6
➜  ~ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble

1. Flash From Scratch

1.1 Entering Recovery Mode

In order to enter the Recovery Mode, we need to connect Jetson Orin Nano's Pin 9 and Pin 10 with a jumper, and then turn on the power, and connect the Jetson Orin Nano with your desktop, here in my case, Ubuntu 24.04.1 LTS.

1.2 lsusb

1
2
➜  Resource git:(master) lsusb | grep NVIDIA
Bus 009 Device 016: ID 0955:7523 NVIDIA Corp. APX

1.3 Install Jetson Software with SDK Manager

Step 01 Step 02
Step 01 Step 02

Get stucked at:

Step 03 |

1.4 Jetson Orin Nano Tutorial: SSD Install, Boot, and JetPack Setup

What can I say?

😞😢😭

My comment: so complicated. I'm too lazy to follow.

1.5 dd Is My Favorite Tool

For some reasons, on my Jetson Orin Nano, there is NO TF card slot, but a 128G SSD instead.

😳😳😳

Therefore, in my case, my BEST solution is to flash the SSD directly.

Simply download and unzip JetPack 6.1 Orin Nano SD Card Image first. Then, do dd:

1
2
3
4
5
6
7
➜  jetson sudo dd bs=1M if=sd-blob.img of=/dev/sdb conv=fsync 

[sudo] password for lvision:
22802+0 records in
22802+0 records out
23909629952 bytes (24 GB, 22 GiB) copied, 60.1446 s, 398 MB/s
➜ jetson

2. Demonstration

2.1 Initial Login Without ssh

You need the DP - DisplayPort

2.2 ssh Into Jetson Orin Nano After ssh Is Enabled

2.3 YOLOv11 On Jetson Orin Nano

My previous blog YOLOv11.md didn't talk about which model to use. And today, let's try them out.