On Sat, Nov 7, 2015 at 11:36 AM, Marcos Sousa <[email protected]> wrote: > I updated my kernel version to the latest but I found that is missing the > kernel header for this version. > > how to fix it or how to downgrade?
Can we assume you atleast tried? sudo apt-get update sudo apt-get install linux-headers-`uname -r` If that fails, your rootfs is ancient and doesn't have the repo we added around September 2014 by default.. 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.
