On Thu, Aug 13, 2015 at 9:28 PM, Kazz <[email protected]> wrote: > Hi all. > > I am using Debian8 on beaglebone Black. > It's kernel is 4.1.1-ti-r2. > I'd like to install the headers, but it does not go well. > > # uname -r > 4.1.1-ti-r2 > # apt-get install linux-headers-4.1.1-ti-r2 > > E: Unable to locate package linux-headers-4.1.1-ti-r2 > E: Couldn't find any package by regex 'linux-headers-4.1.1-ti-r2' > > What should I do ?
Hi Kazz, due to space issues, older pkg's are removed when needed. Please upgrade to 4.1.5-ti-r10 via: sudo apt-get update sudo apt-get install linux-image-4.1.5-ti-r10 linux-headers-4.1.5-ti-r10 sudo reboot There has been lots of fixes since r2. ;) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
