-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to enable NVIDIA Jetson to boot SUSE Linux. Signed-off-by: Andreas Färber <[email protected]>
- Loading branch information
Showing
2 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- This file originates from the project https://github.com/openSUSE/doc-kit --> | ||
<!-- This file can be edited downstream. --> | ||
<!DOCTYPE topic | ||
[ | ||
<!ENTITY % entities SYSTEM "../common/generic-entities.ent"> | ||
%entities; | ||
]> | ||
<!-- refers to legacy doc: <add github link to legacy doc piece, if applicable> --> | ||
<!-- point back to this document with a similar comment added to your legacy doc piece --> | ||
<!-- refer to README.md for file and id naming conventions --> | ||
<!-- metadata is dealt with on the assembly level --> | ||
<topic xml:id="nvidia-jetson-firmware" | ||
role="task" xml:lang="en" | ||
xmlns="http://docbook.org/ns/docbook" version="5.2" | ||
xmlns:its="http://www.w3.org/2005/11/its" | ||
xmlns:xi="http://www.w3.org/2001/XInclude" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:trans="http://docbook.org/ns/transclusion"> | ||
<info> | ||
<title>Preparing firmware for &nvidia; &jetson; platforms</title><!-- can be changed via merge | ||
in the assembly --> | ||
<!-- add author's e-mail --> | ||
<meta name="maintainer" content="[email protected]" its:translate="no"/> | ||
<abstract><!-- can be changed via merge in the assembly --> | ||
<para> | ||
UEFI system firmware allows &suse; Linux media and installations to boot. | ||
</para> | ||
</abstract> | ||
</info> | ||
<section xml:id="nvidia-jetson-firmware-introduction"> | ||
<title>Introduction</title> | ||
<para> | ||
&suse; Linux installation media are formatted as UEFI Removable Media | ||
and require &armreg; EBBR compliant boot firmware on the system. | ||
</para> | ||
</section> | ||
<section xml:id="nvidia-jetson-firmware-requirements"> | ||
<title>Requirements</title> | ||
<itemizedlist> | ||
<listitem> | ||
<para> | ||
&nvidiareg; &jetsonreg; &xavierreg;, &orinreg; or later System-on-Module or &nvidia; IGX &orin; based system | ||
</para> | ||
</listitem> | ||
<listitem> | ||
<para> | ||
Second system (e.g., notebook) with USB connection to your &nvidia; based system | ||
</para> | ||
</listitem> | ||
</itemizedlist> | ||
</section> | ||
<section xml:id="nvidia-jetson-firmware-flash"> | ||
<title>Flashing the firmware</title> | ||
<para> | ||
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. | ||
</para> | ||
<procedure> | ||
<step> | ||
<para> | ||
Power on the &nvidia; system and enter recovery mode | ||
according to its vendor instructions. | ||
</para> | ||
</step> | ||
<step> | ||
<para> | ||
Flash the boot firmware via USB from the secondary system: | ||
</para> | ||
<screen>&prompt.sudo;<command>./flash.sh <replaceable>p3740-0002-p3701-0008-qspi</replaceable> external</command></screen> | ||
<note> | ||
<para> | ||
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. | ||
</para> | ||
</note> | ||
</step> | ||
</procedure> | ||
</section> | ||
<section xml:id="nvidia-jetson-firmware-summary"> | ||
<title>Summary</title> | ||
<para> | ||
You have updated the boot firmware and possibly changed its storage location. | ||
During system boot it should identify on serial console similar to: | ||
</para> | ||
<screen>Jetson System firmware version 36.3.0-gcid-35925539 date 2024-04-04T17:32:50+00:</screen> | ||
<!-- TODO update this --> | ||
</section> | ||
<section xml:id="nvidia-jetson-firmware-troubleshooting"> | ||
<title>Troubleshooting</title> | ||
<para> | ||
Refer to &nvidia; documentation. | ||
</para> | ||
</section> | ||
</topic> |