linux_nvidia_jetson
linux_nvidia_jetson copied to clipboard
Wrong location of deployed kernel modules ?
Hi,
The install.sh script seems to unpack kernel modules into /lib/modules/4.9.201. Meanwhile the default modules location is /lib/modules/4.9.201-tegra. Is it an expected behavior ?
Best regards, Pascal.
I can confirm the same thing happens with the prebuilt xavier modules, although the extension is slightly different: /lib/modules/4.9.201-g50008ff
Hi @ryancwicks-voyis,
If custom driver is compiled as builtin, there would be no problem. However, if it is compiled as loadable module, one needs to check whether loadable module in custom location (other than /lib/modules/${uname -r} ) could be found and loaded.