3.4. Build KernelΒΆ

During Linux development, the kernel source code might require modification and recompile, for example, in the cases of

  • Enabling features which are disabled in the kernel defconfig
  • Disabling features which are enabled in the kernel defconfig
  • Modifying kernel source code to port kernel to a custom board

Once the Processor SDK Linux package is installed, the kernel source code is under <SDK_INSTALL_DIR>/board-support/linux-<version>/. Please refer to Processor SDK Documentation Kernel User Guide for how to compile the kernel for AM64x.