On Tue, Jul 22, 2014 at 10:39 AM, Mark A. Yoder <[email protected]> wrote: > Robert, your kernel building tools are really impressive. There's one more > thing I'm trying to figure out. > > I've run: > host$ git checkout 3.8.13-bone60 -b v3.8.13-bone60 > host$ ./build_kernel.sh > and got the right kernel and it works. Now I want to switch to a newer > kernel. Here's what I tried: > > host$ git checkout 3.16-rc6-bone1 -b v3.16-rc6-bone1
After a "checkout" always run "./build_kernel.sh" first to reset the ./KERNEL/ directory. > host$ tools/rebuild.sh > It compiled the wrong version. It did 3.8.13-bone1 instead, so I tried > > host$ ./build_kernel.sh > > and got the 3.8.13-bone1 kernel again. > > What do I do to switch to a whole different version of the kernel? 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.
