Build a Kernel Image without built-in Serial_8250 settings
Prerequisites
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=nBuild Kernel (On the Host)
Update the Kenel Image (On the Jetson Side)
Last updated