NVIDIA Jetson Orin - JetPack 5.0.2 - Compiling Code

From RidgeRun Developer Connection
< NVIDIA Jetson Orin‎ | JetPack 5.0.2
Revision as of 14:38, 28 April 2022 by Gavila (talk | contribs) (Created page with "<noinclude> {{NVIDIA Jetson Orin/Head|previous=JetPack 5.0‎/Getting_Started/Components|next=JetPack 5.0‎/Compiling Code/Kernel|keywords=jetpack,compiling,compile,building}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Previous: JetPack 5.0‎/Getting_Started/Components Index Next: JetPack 5.0‎/Compiling Code/Kernel


Nvidia-preferred-partner-badge-rgb-for-screen.png




This wiki will guide you through the process of building the kernel for the NVIDIA Jetson Orin. The process is divided into three different steps:

  1. Build the kernel
  2. Build the bootloader

These steps were tested in a fresh installation of Ubuntu 16.04.

Dependencies

Make sure the following dependencies are installed on your system:

  • wget
  • lbzip2
  • build-essential
  • bc
  • zip
  • libgmp-dev
  • libmpfr-dev
  • libmpc-dev
  • vim-common # For xxd

In Debian based systems you can run the following:

sudo apt install wget lbzip2 build-essential bc zip libgmp-dev libmpfr-dev libmpc-dev vim-common



Previous: JetPack 4.1‎/Getting_Started/Components Index Next: JetPack 4.1‎/Compiling Code/Kernel