export CROSS_COMPILE=$PWD/../gcc/aarch64–glibc–stable-2022.08-1/bin/aarch64-buildroot-linux-gnu-
export KERNEL_HEADERS=$PWD/kernel/kernel-jammy-src
make modules
export INSTALL_MOD_PATH=$PWD/../Linux_for_Tegra/rootfs/
sudo -E make modules_install
Building the DTBs:
export CROSS_COMPILE=$PWD/../gcc/aarch64–glibc–stable-2022.08-1/bin/aarch64-buildroot-linux-gnu-
export KERNEL_HEADERS=$PWD/kernel/kernel-jammy-src
make dtbs
cp kernel-devicetree/generic-dts/dtbs/* $PWD/../Linux_for_Tegra/kernel/dtb/
Company customized board card
Use the official sdk, no compilation, direct burning, no delay.
After burning the compiled image, the system stops at the position shown below, and the system needs to be restarted twice before it can enter the desktop.
After burning the compiled image, the system stopped at the position shown below and waited for the system to enter the desktop for a long time. This was tested by the customer. I restarted the system directly without waiting.