Hi,
I follow the build steps as described in L4T 34.1.1 developer guide in kernel customization section.
I reached this step:
5. Replace Linux_for_Tegra/rootfs/usr/lib/modules/$(uname -r)/kernel/drivers/gpu/nvgpu/nvgpu.ko with a copy of this file:
$kernel_out/drivers/gpu/nvgpu/nvgpu.ko
The problem is there is no modules folder inside Linux_for_Tegra/rootfs/usr/lib and there is no nvgpu.ko in the whole Linux_for_Tegra folder (the one inside $kernel_out exists indeed)
What I need to do now?
Thanks