Hi,
I am trying to compile the NDAS software on OSMC on an rpi 1. The latest kernel supported by the NDAS software is 3.9, so I wanted to try to compile on OSMC with the oldest kernel first, if I can get this working, I will try to make things work in the latest version possible. The oldest OSMC version is based on the 3.18 kernel. uname -r gives me:
3.18.13-1-osmc
so I need to get the kernel headers for 3.18. When I try
sudo apt-get install rbp1-headers-3.18.13-1-osmc
I get
E: Unable to locate package rbp1-headers-3.18.13-1-osmc
E: Couldn’t find any package by regex ‘rbp1-headers-3.18.13-1-osmc’
Do you know where I can get the kernel headers for this OSMC version on rbp1?
Thanks