From 1d6ec86812605a55549f06c72ffdae6ce00944a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 28 May 2024 19:25:58 +0200 Subject: [PATCH] WIP: NVIDIA Jetson flashing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document how to enable NVIDIA Jetson to boot SUSE Linux. Signed-off-by: Andreas Färber --- articles/nvidia-jetson.asm.xml | 9 +++ tasks/nvidia-jetson-firmware.xml | 97 ++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 tasks/nvidia-jetson-firmware.xml diff --git a/articles/nvidia-jetson.asm.xml b/articles/nvidia-jetson.asm.xml index 10c66ddef..e70fea53b 100644 --- a/articles/nvidia-jetson.asm.xml +++ b/articles/nvidia-jetson.asm.xml @@ -38,6 +38,9 @@ --> + + Firmware + KMP @@ -72,6 +75,11 @@ + Added sections: + + Added section on flashing + + Changed sections: Updated section on KMP with more detailed uname -r output @@ -206,6 +214,7 @@ You are a very special concept now! --> + + + + %entities; +]> + + + + + + + Preparing firmware for NVIDIA Jetson platforms + + + + + UEFI system firmware allows &suse; Linux media and installations to boot. + + + +
+ Introduction + + &suse; Linux installation media are formatted as UEFI Removable Media + and require &arm; EBBR compliant boot firmware on the system. + +
+
+ Requirements + + + + &nvidia; &jetson; &xavier;, &orin; or later System-on-Module or &nvidia; IGX &orin; based system + + + + + Second system (e.g., notebook) with USB connection to your &nvidia; based system + + + +
+
+ Flashing the firmware + + Follow &nvidia; or OEM provided instructions for flashing your system. + &suse; Linux installation will be easiest if boot firmware and operating system + do not share the same storage device, i.e., SPI flash for firmware. + + + + + Power on the &nvidia; system and enter recovery mode + according to its vendor instructions. + + + + + Flash the boot firmware via USB from the secondary system: + +&prompt.sudo;./flash.sh p3740-0002-p3701-0008-qspi external + + + The exact system profile depends on your system and your intended usage. + Above example is for an &nvidia; IGX &orin; Developer Kit, + using QSPI flash for firmware, leaving eMMC storage for the operating system. + + + + +
+
+ Summary + + You have updated the boot firmware and possibly changed its storage location. + During system boot it should identify on serial console similar to: + + Jetson System firmware version 36.3.0-gcid-35925539 date 2024-04-04T17:32:50+00: + +
+
+ Troubleshooting + + Refer to &nvidia; documentation. + +
+