Jump to content

Xavier/JetPack 5.0.2/Compiling Code: Difference between revisions

No edit summary
Line 25: Line 25:
==Assumptions==
==Assumptions==
# The build of the BSP/OS components source code will be performed by cross-compiling on a host computer running a Linux OS.
# The build of the BSP/OS components source code will be performed by cross-compiling on a host computer running a Linux OS.
# The host computer used for the cross-compilation has Jetpack 5.0.2 (L4T 34.1) for Xavier installed. The Jetpack path is: <syntaxhighlight lang=bash> /home/$USER/nvidia/nvidia_sdk/JetPack_5.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra </syntaxhighlight> This is the default path where the SDK Manager installs the Jetpack 5.0.2 tools for the Xavier. If you chose to install Jetpack on a different path, make sure to adjust the instructions accordingly.
# The host computer used for the cross-compilation has Jetpack 5.0.2 (L4T 35.1) for Xavier installed. The Jetpack path is: <syntaxhighlight lang=bash> /home/$USER/nvidia/nvidia_sdk/JetPack_5.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra </syntaxhighlight> This is the default path where the SDK Manager installs the Jetpack 5.0.2 tools for the Xavier. If you chose to install Jetpack on a different path, make sure to adjust the instructions accordingly.
# Make sure the following dependencies are installed on your system:
# Make sure the following dependencies are installed on your system:
** wget
** wget
Line 42: Line 42:
sudo apt install wget lbzip2 build-essential bc zip libgmp-dev libmpfr-dev libmpc-dev vim-common
sudo apt install wget lbzip2 build-essential bc zip libgmp-dev libmpfr-dev libmpc-dev vim-common
</syntaxhighlight>
</syntaxhighlight>


== Define the Environment Variables ==
== Define the Environment Variables ==
227

edits

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