Build a Kernel Image without built-in Serial_8250 settings

Using JetPack 5.1.1 as an example.

Prerequisites

  1. Download the latest tarball from NRU NAS, and make sure the following file is already in your L4T folder

    1. build_kernel.sh

    2. build/.config

Change the Config (On the Host)

L4T=/xxx/xxxxxxx/Linux_for_Tegra
cd $L4T
sudo vim build/.config

CONFIG_SERIAL_8250=n
...
CONFIG_SND_SERIAL_U16550=n

Build Kernel (On the Host)

Update the Kenel Image (On the Jetson Side)

Last updated