Hi There !
I’m getting errors when trying to compile and install the kernel module of the Ultra++ on my Patchbox OS. This is happening with a real-time kernel. I got no issues when tried with a generic kernel.
Here is a link to download Patchbox OS (based on Raspbian).
By default, on Patchbox, the kernel is generic. However, you can switch between generic and real-time with the patchbox os configuration tool in the “kernel” tab :
$ patchbox-config
In order to keep installed the real-time kernel, I had to edit the Ultra++ driver install script “install.sh” :
apt update
#apt-get -y install raspberrypi-kernel-headers raspberrypi-kernel
apt-get -y install raspberrypi-kernel-headers-rt raspberrypi-kernel-rt
apt-get -y install dkms git i2c-tools libasound2-plugins
But without results. Here is what I got :
I also checked the make.log but there is so many warnings and errors that I don’t know where to start … I can send this log file to anyone wants to take a look at. Here is a short sample :
If you have any ideas, any help will be welcomed
Thanks in advance,
Martin