fpga-open-speech-tools / docs

High-level documentation, user guides, etc.
1 stars 2 forks source link

Update FrOST install script to install Linux Headers instead #2

Open fe-wickham opened 4 years ago

fe-wickham commented 4 years ago

Instead of cloning the Linux repo in the getting started script, we could try installing the linux-headers package for our kernel version

https://www.tecmint.com/install-kernel-headers-in-ubuntu-and-debian/

If we can get that installed for 5.4.34-lts, I think that should be all we need to be able to build kernel modules

This might also be of interest: https://github.com/balena-os/module-headers @tvannoy

tvannoy commented 3 years ago

We should be able to package up the kernel headers for whatever kernel version we are using make headers_install. Documentation here