xmos / vocalfusion-avs-setup

Repository containing scripts/helpers for configuring a Raspberry Pi to work with XMOS mic frontend
Other
13 stars 12 forks source link

setup.sh continues executing although Building Kernel Modules fails #27

Closed ThomasGmeinder closed 6 years ago

ThomasGmeinder commented 6 years ago

When the loader build step fails as described in issue #28, the setup.sh script carries on executing although this crucial step fails. Instead it should exit with an error and instruct the user to upgrade to the latest Kernel version with: sudo apt-get upgrade sudo reboot

larry-xmos commented 6 years ago

Fixed in 09bbe48 and also applied in stereo repository, xmos/vocalfusion-stereo-avs-setup@963a89a

larry-xmos commented 6 years ago

Readme now explicitly lists the requirement for kernel headers to match running kernel version. This should avoid failure to build due to version mismatch as per xmos/vocalfusion-rpi-setup#6.