Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions DC-Micro-arm-deployment-nvidia-jetson
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file originates from the project https://github.com/openSUSE/doc-kit
# This file can be edited downstream.

MAIN="NVIDIA-Jetson.asm.xml"
# Point to the ID of the <structure> of your assembly
ROOTID="nvidia-jetson"
SRC_DIR="articles"
IMG_SRC_DIR="images"

PROFCONDITION="suse-product;jetson"
#PROFCONDITION="suse-product;beta"
#PROFCONDITION="community-project"
PROFOS="slmicro"

STYLEASSEMBLY="/usr/share/xml/docbook/stylesheet/nwalsh5/current/assembly/assemble.xsl"

STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse-ns"
18 changes: 18 additions & 0 deletions DC-SLES-arm-deployment-nvidia-jetson
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file originates from the project https://github.com/openSUSE/doc-kit
# This file can be edited downstream.

MAIN="NVIDIA-Jetson.asm.xml"
# Point to the ID of the <structure> of your assembly
ROOTID="nvidia-jetson"
SRC_DIR="articles"
IMG_SRC_DIR="images"

PROFCONDITION="suse-product;jetson"
#PROFCONDITION="suse-product;beta"
#PROFCONDITION="community-project"
PROFOS="sles"

STYLEASSEMBLY="/usr/share/xml/docbook/stylesheet/nwalsh5/current/assembly/assemble.xsl"

STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse-ns"
7 changes: 3 additions & 4 deletions articles/NVIDIA-Jetson.asm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<listitem><para>Renamed title</para></listitem>
<listitem><para>Changed sections:</para>
<itemizedlist>
<listitem><para>Updated section on libs with 6.2.2 URLs (<uri>bsc#1257270</uri>).</para></listitem>
<listitem><para>Updated sections on KMP and libs with 6.2.2 URLs (<uri>bsc#1257270</uri>).</para></listitem>
</itemizedlist>
</listitem>
</itemizedlist>
Expand Down Expand Up @@ -129,9 +129,8 @@
</meta>
<!-- enter one or more product names and version -->
<meta name="productname" its:translate="no">
<productname version="15.6">&sles;</productname>
<productname version="6.0">&slem;</productname>
<productname version="6.1">&slm;</productname>
<productname os="sles" version="16.0">&sles;</productname>
<productname os="slmicro" version="6.2">&slm;</productname>
</meta>
<meta name="title" its:translate="yes">&nvidia; &jetson; on &suse; how-to</meta>
<meta name="description" its:translate="yes">How to configure and complement &suse; Linux on &nvidia; &jetson; platforms</meta>
Expand Down
27 changes: 14 additions & 13 deletions tasks/NVIDIA-Jetson-kmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,23 @@ in the assembly -->
<para>
Add the repositories for the Kernel Module Package:
</para>
<screen os="sles">&prompt.sudo;<command>zypper addrepo \
https://drivers.suse.com/nvidia/Jetson/NVIDIA_JetPack_6.1/sle-15-sp6-aarch64/1.0/install \
<stepalternatives>
<step>
<para>For &nvidia; &jetpack; 6.2.2 firmware:</para>
<screen>&prompt.sudo;<command>zypper addrepo \
https://drivers.suse.com/nvidia/Jetson/NVIDIA_JetPack_6.2.2/sl-micro-6.2-aarch64/1.0/install/ \
ssdp_jetpack</command>
&prompt.sudo;<command>zypper addrepo \
https://drivers.suse.com/nvidia/Jetson/NVIDIA_JetPack_6.1/sle-15-sp6-aarch64/1.0/update \
https://drivers.suse.com/nvidia/Jetson/NVIDIA_JetPack_6.2.2/sl-micro-6.2-aarch64/1.0/update/ \
ssdp_jetpack_update</command></screen>
<screen os="slmicro">&prompt.sudo;<command>zypper addrepo \
https://drivers.suse.com/nvidia/Jetson/NVIDIA_JetPack_6.1/sl-micro-6.0-aarch64/1.0/install/ \
ssdp_jetpack</command>
&prompt.sudo;<command>zypper addrepo \
https://drivers.suse.com/nvidia/Jetson/NVIDIA_JetPack_6.1/sl-micro-6.0-aarch64/1.0/update/ \
ssdp_jetpack_update</command></screen>
<note os="slmicro">
<para>&slem; 6.0 and &slm; 6.1 share a kernel.</para>
<para>The <literal>sl-micro-6.0-aarch64</literal> packages
have been tested to work on &slm; 6.1.</para>
</step>
<!-- No JetPack 6.1 SolidDrivers for SL Micro 6.2 / SLES 16.0 -->
</stepalternatives>
<note os="sles">
<title>&slsa; 16.0 repositories</title>
<para>&sles; 16.0 and &slm; 6.2 share a kernel.</para>
<para>The <literal>sl-micro-6.2-aarch64</literal> packages
can be installed on &slsa; 16.0.</para>
</note>
</step>
<step>
Expand Down