On Thu, Oct 9, 2014 at 1:52 PM, <[email protected]> wrote: > > Hi, > > I compile and install the new kernel(3.16.2) image for my PC. And, I have > installed the ARM Cross Compiler for BeagleBone Black (Rev C). Now how can > i cross compile the kernel for BeagleBone Black
make ARCH=arm CROSS_COMPILE=<your arm cross compiler> zImage modules dtbs Regards, -- Robert Nelson http://www.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.
