You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building DKMS modules on this kernel fails, because of missing headers.
Folders /lib/modules/KERNEL_V/build and /lib/modules/KERNEL_V/source are symlinked to non existing location /rpi-kernel/linux (this folder exists only in docker environment).
This causes dkms modules to fail.
Solution could be to include make INSTALL_HDR_PATH=/raspios/mnt/disk/usr/src headers_install in build.sh and then symlink the headers. Or copy whole /rpi-kernel/linux, but this would increase image size significantly.
The text was updated successfully, but these errors were encountered:
Building DKMS modules on this kernel fails, because of missing headers.
Folders
/lib/modules/KERNEL_V/build
and/lib/modules/KERNEL_V/source
are symlinked to non existing location/rpi-kernel/linux
(this folder exists only in docker environment).This causes dkms modules to fail.
Solution could be to include
make INSTALL_HDR_PATH=/raspios/mnt/disk/usr/src headers_install
inbuild.sh
and then symlink the headers. Or copy whole/rpi-kernel/linux
, but this would increase image size significantly.The text was updated successfully, but these errors were encountered: