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 v**3.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*
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?

--Mark

On Monday, July 21, 2014 4:17:49 PM UTC-4, RobertCNelson wrote:
>
> On Mon, Jul 21, 2014 at 3:08 PM, Mark A. Yoder <mark.a...@gmail.com 
> <javascript:>> wrote: 
> > Are you scripts smart enough to install the right cross compilers?  Do I 
> > need sudo apt-get install gcc-arm-linux-gnueabi? 
>
> I don't bother using ubuntu's default "gcc-arm-linux-gnueabi(hf)" 
> compilers, they eol their release's way to fast and they vary from 
> distro release. 
>
> I always pull them down from: http://releases.linaro.org/ 
>
> I have the am335x-v3.8 locked in on the last linaro 4.7 gnueabihf, 
> such that it'll still build the branch today and 2 years from now. 
>
> You can always override CC= in system.sh and do what you want. 
>
> 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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to