Hello;
I compiled a custom kernel following the official tutorial. I replaced /boot/Image with the generated one, and the entire folder /lib/modules/5.10.104-tegra/ with the generated one …/modules_out/lib/modules/5.10.104-tegra/
All is working good, I compiled additional modules and they well loaded and working. The only thing that is not working is the display.
There is an error in dmesg:
[ 0.618540] tegradccommon module_init failed
[ 0.622810] tegradc module_init failed
From what I understood reading other threads, it’s actually related to the display.
Am I missing a step here ?
p.s. I always set LOCAL_VERSION to -tegra, I guess that’s not an errror related to that, as the kernel is actually able to load all other modules.
Thank you