Hello!
Is there a solution or possible workaround for this?
We has the same issue as the above linked topic described.
Thanks.
Hello!
Is there a solution or possible workaround for this?
We has the same issue as the above linked topic described.
Thanks.
Hi,
Have you tried this in the aforementioned post?
Work around :
1) Download public_sources.tbz2 on https://developer.nvidia.com/embedded/jetson-linux-archive
2) Unzip kernel sources
3) Inside /lib/modules/"$(uname -r)" folder set the symbolic link to new kernel source folder
4) Inside kernel source folder
zcat /proc/config.gz | sudo tee YOUR_PATH_TO_KERNEL_SOURCES/.config >/dev/null
sudo make -C /lib/modules/"$(uname -r)"/build modules_prepare
Hello locki.janos.m,
I created the original post and unfortunately there was no real solution. There are two options that worked for us:
We didn’t investigate further because we can’t spend our time on something that is part of a properly running system and should be supplied by NVIDIA.