On Thu, Aug 27, 2015 at 7:00 AM, Andrew P. Lentvorski <[email protected]> wrote: > While on my BBB, I tried to follow the directions for building a kernel from > here: > https://eewiki.net/display/linuxonarm/BeagleBone+Black > > Unfortunately, when I try to do ./build-kernel.sh to populate everything to > deploy, git dies with "error: index-pack died of signal 9555". Presumably, > it runs out of RAM. > > So, what's the best way to build kernel modules on the BBB for 4.1.6?
If you install one of the kernels thru apt, just: sudo apt-get install linux-headers-`uname -r` 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.
