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/
After configuring the user and password, you cannot enter the system.
What is the problem? Is it something that is not compiled?
The command sudo ./tools/l4t_update_initrd.sh was not used before, but now this command sudo ./tools/l4t _ update_initrd.sh is used to burn the firmware again, but it still does not enter the system.
export CROSS_COMPILE=$PWD/../gcc/aarch64–glibc–stable-2022.08-1/bin/aarch64-buildroot-linux-gnu-
make -C kernel
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
cd Linux_for_Tegra
sudo ./tools/l4t_update_initrd.sh
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/