I encountered the same issue, after I customized with instructions and I just changed one .config via menuconfig in the Linux_for_Tegra/source/public/kernel/kernel-5.10 directory
Commands that i used:
make ARCH=arm64 O=$PWD/build tegra_defconfig
make ARCH=arm64 O=$PWD/build menuconfig
make ARCH=arm64 O=$PWD/build -j$(nproc)
make ARCH=arm64 O=$PWD/build modules -j$(nproc)
sudo make ARCH=arm64 O=$PWD/build modules_install INSTALL_MOD_PATH=/Linux_for_Tegra/rootfs
…
and I applied the same steps in the kernel customization guide.
The monitor cannot be displayed so tried to connect via ssh to fix it but the necessary files does not exist:
modinfo: ERROR: Module nvidia-drm not found.
modinfo: ERROR: Module nvidia-modeset not found.
modinfo: ERROR: Module nvidia not found.
@demonoff2024 I see you mentioned these drivers
how can I solve this issue?
Actually the question goes to “How can i make customize and build the kernel without any corruption?”