Jump to content

Xavier/JetPack 5.0.2/Compiling Code: Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{Xavier/Head|previous=JetPack 4.1‎/Getting_Started/Components|next=JetPack 4.1/Flashing Board|keywords=jetpack,compiling,compile,building}}
{{Xavier/Head|previous=JetPack 5.0.2‎/Getting_Started/Components|next=JetPack 5.0.2/Flashing Board|keywords=jetpack,compiling,compile,building}}


</noinclude>
</noinclude>
Line 16: Line 16:
<!--
<!--
We divide this section into the following components:
We divide this section into the following components:
 
{{Review|fix links|fherrera}}
# [[NVIDIA Jetson Orin/JetPack_5.0/Compiling_Code/Kernel | Build the kernel, modules and dtb]]
# [[NVIDIA Jetson Orin/JetPack_5.0/Compiling_Code/Kernel | Build the kernel, modules and dtb]]
# [[NVIDIA Jetson Orin/JetPack_5.0/Compiling_Code/Bootloader | Build the bootloader]]
# [[NVIDIA Jetson Orin/JetPack_5.0/Compiling_Code/Bootloader | Build the bootloader]]
Line 85: Line 85:


NVIDIA provides a script to clone the BSP sources, this script is included in Jetpack. To download kernel sources, execute the following commands in a terminal:
NVIDIA provides a script to clone the BSP sources, this script is included in Jetpack. To download kernel sources, execute the following commands in a terminal:
 
{{Review|check this|fherrera}}
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
cd $JETPACK
cd $JETPACK
Line 92: Line 92:


=== Method #2: Download via the NVIDIA web page ===
=== Method #2: Download via the NVIDIA web page ===
 
{{Review|check this|fherrera}}
The BSP sources can be downloaded from the [https://developer.nvidia.com/embedded/l4t/r34_release_v1.1/sources/public_sources.tbz2 Jetson Download Center, in a package called plubic_sources.tbz2]. The following commands can be executed in the terminal to download and extract the BSP sources into your Jetpack directory:
The BSP sources can be downloaded from the [https://developer.nvidia.com/embedded/l4t/r34_release_v1.1/sources/public_sources.tbz2 Jetson Download Center, in a package called plubic_sources.tbz2]. The following commands can be executed in the terminal to download and extract the BSP sources into your Jetpack directory:
 
{{Review|check this|fherrera}}
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
cd $JETPACK
cd $JETPACK
Line 199: Line 199:


<noinclude>
<noinclude>
{{Xavier/Foot|JetPack 4.1‎/Getting_Started/Components|JetPack 4.1/Flashing Board}}
{{Xavier/Foot|JetPack 5.0.2‎/Getting_Started/Components|JetPack 5.0.2/Flashing Board}}
</noinclude>
</noinclude>
227

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.