Linux 36.3@Jetson Orin Nano之系统安装
1. 源由
NVIDIA开发者论坛里面大量答复中提及的系统安装,采用Jetson SDK Manager。
本来是想体验一把的,但是在电脑上直接看到了以下两个问题:
- 屏幕分辨率需要大于1440x900
- 内存需要大约等于8GB
好吗,你说你就一个系统安装,在linux上,其实可能更有经验的朋友知道的就是一个dd
,有必要搞得这么复杂吗?
- 吐槽下做这个工具的朋友,吐槽下NVIDIA对于边缘计算的不友好。
- 除此之外,就是Linux 36.2 JetPack6.0DP版本下,tf2.15.0+nv24.04异常问题:Inconsistency of NVIDIA 2.15.0+nv24.03 v.s. Colab v.s. Tensorflow Documentation
- V6.0版本是NVIDIA第一个产品版本,可能会更加稳定可靠点。
The NVIDIA® Jetson™ Linux 36.3 General Availability (GA) release includes the Linux Kernel 5.15, the Ubuntu 22.04-based root le system, the UEFI-based Bootloader, NVIDIA drivers, the necessary rmware, toolchain, and more. This release supports all Jetson Orin production modules and Developer Kits.
NVIDIA JetPack 6.0 is the first production release of JetPack 6. The previous JetPack 6 release was a developer preview only. This JetPack 6.0 production release includes Jetson Linux 36.3 which packs Linux Kernel 5.15 and Ubuntu 22.04 based root file system.
为此,特地整理下方便、简洁、高效、易懂的命令行烧录方法。
==>Is it possible for SDK Manager to support low resolution/low memory computer?
注:为了重新烧录,自己还搞了一个乌龙,How to flash NVMe with Jetson Linux 36.3。
2. 命令行烧录
Step 1:下载Linux 36.3安装程序
如果不是上述版本,可以到官网https://developer.nvidia.com/embedded/jetson-linux-archive去下载需要的版本。
$ wget https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v3.0/release/jetson_linux_r36.3.0_aarch64.tbz2
Step 2:下载Linux 36.3根文件系统
$