On Tue, Sep 22, 2015 at 1:34 PM, <[email protected]> wrote: > Hello, I wanna make BBB kernel from linux maline kernel from > "http://www.kernel.org". > > I have tested many BBB kernel. > > But, To understand linux kernel deeply, i want to make it on my own. > > Is there any reference book or website?
Here you go... make ARCH=arm CROSS_COMPILE=<binary/gcc-arm> distconfig make ARCH=arm CROSS_COMPILE=<binary/gcc-arm> omap2plus_defconfig make ARCH=arm CROSS_COMPILE=<binary/gcc-arm> zImage modules dtbs that'll boot. ;) 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.
