On Wed, Jun 11, 2014 at 12:43 PM, Jesse Forgues <[email protected]> wrote: > The davinci drivers, I see them, but I am wondering when I build a new > kernel where does the kernel image output?
Ah.. Okay.. kernel newbie.. Let's start from scratch then.. git clone https://github.com/RobertCNelson/bb-kernel.git cd bb-kernel/ git checkout origin/am33x-v3.8 -b tmp ./build_kernel.sh Wait for menuconfig, then exit and "ctrl -c" the build process.. Edit your kernel files under ./KERNEL/ then run: ./tools/rebuild.sh When build is done, stick in your microSD card and run: ./tools/install_kernel.sh boot with microSD card 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.
