On Fri, Jun 9, 2017 at 5:38 AM, <[email protected]> wrote: > Dear Robert, > > I want to install kernel headers v3.8.13-bone84. > I did the following commands : > > wget > https://raw.github.com/gkaindl/beaglebone-ubuntu-scripts/master/bb-get-rcn-kernel-source.sh > chmod +x bb-get-rcn-kernel-source.sh > ./bb-get-rcn-kernel-source.sh > > but I get this error: no kernel header package found for 3.8.13-bone84, try > another kernel. Before this I had the same error for v3.8.13-bone50. I > updated the kernel to v3.8.13-bone84 and now I get this error. > I need to disable interrupts for that I need <asm/system.h> and somewhere I > found that I should install linux headers. Could you help me please.
sudo apt-get install linux-headers-3.8.13-bone84 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiNbz5r6Sy7it7C8oFSk%2B1M1ZHErW_vFnGVDz426A3d2A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
