This doens't work neither : - git clone https://github.com/cdsteinkuehler/linux-dev - git checkout --track -b 3.8.13-bone39-xenomai
git status : # On branch 3.8.13-bone39-xenomai nothing to commit (working directory clean) - ./build_kernel.sh : generates a *3.11.0-rc1-armv7-d1.zImage* 2014-02-07 17:38 GMT+01:00 Charles Steinkuehler <[email protected]>: > If you're wanting a Xenomai kernel, you should: > > git checkout --track 3.8.13-bone39-xenomai > > ...then run the build-kernel.sh script. > > If you want a plain kernel, pull from Robert's repository and use one of > the 3.8.13-bone* tags. It's not a branch so when you checkout the tag > you'll get a "detatched head" warning. You can ignore this (until you > have changes you want to push back upstream) and just build the kernel > as usual. > > On 2/7/2014 9:55 AM, David Lewin wrote: > > Therefore, this would need to > > > > - git checkout to branch /3.8.13-bone36 as the emmc flasher kernel use > this > > one > > - build_kernel.sh anew > > > > is that right ? > > if yes, I couldn't retrieve where to set the branch to co. > > > > 2014-02-07 Charles Steinkuehler <[email protected]>: > > > >> If you're using my linux-dev repository, you need to check out the > >> appropriate branch, master is not intended for actual use. > >> > >> On 2/7/2014 8:48 AM, David Lewin wrote: > >>> I've followed : > >>> > >>>> For the MachineKit Xenomai kernels it's very easy, and identical to > >>>> working with Robert Nelson's kernels. You just work from my github > >>>> repository instead of his (I've added the Xenomai patches to the > >>>> laundry-list of BeagleBone patches his scripts apply): > >>>> https://github.com/cdsteinkuehler/linux-dev > >>>> You run the ./build_kernel.sh script, so the BeagleBone and Xenomai > >>>> patches will be applied. You can then edit the configuration as > desired > >>>> and rebuild the kernel using tools/rebuild.sh > >>> > >>> > >>> which may be wrong, but : > >>> *git branch * > >>> within linux-dev is correctly pointing to master. > >>> > >>> What did I've missed > >>> > >>> > >>> 2014-02-07 Robert Nelson <[email protected]>: > >>> > >>>> > >>>> > >>>> > >>>> On Fri, Feb 7, 2014 at 8:09 AM, David Lewin <[email protected]> > >> wrote: > >>>> > >>>>> Charles, > >>>>> My tries didn't succeeded, but I'm sure I've missed the good kernel : > >>>>> I've flashed the > >>>>> > >> > http://rcn-ee.net/deb/testing/2014-02-05/BBB-eMMC-flasher-debian-7.3-2014-02-05-2gb.img.xz > >>>>> which could boot and run. > >>>>> It use currently : 3.8.13-bone36 > >>>>> I then build the linux-dev where /deploy/3.11.0-rc1-armv7-d1.zimage > to > >>>>> overwrite the bbb /boot/uboot > >>>>> which lead me to a wrong boot : 4 leds fixed. > >>>>> > >>>>> Therefore, please where to get the correct kernel to swap from ? > >>>>> > >>>> > >>>> If you built/installed "3.11.0-rc1-armv7-d1.zimage" then you didn't > >> follow > >>>> the directions posted, as that would have been the "master" branch of > >>>> linux-dev.. > >>>> > >>>> 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 a topic in the > >>>> Google Groups "BeagleBoard" group. > >>>> To unsubscribe from this topic, visit > >>>> https://groups.google.com/d/topic/beagleboard/HqwuSu2tLe8/unsubscribe > . > >>>> To unsubscribe from this group and all its topics, send an email to > >>>> [email protected]. > >>>> For more options, visit https://groups.google.com/groups/opt_out. > >>>> > >>> > >> > >> > >> -- > >> Charles Steinkuehler > >> [email protected] > >> > >> -- > >> For more options, visit http://beagleboard.org/discuss > >> --- > >> You received this message because you are subscribed to a topic in the > >> Google Groups "BeagleBoard" group. > >> To unsubscribe from this topic, visit > >> https://groups.google.com/d/topic/beagleboard/HqwuSu2tLe8/unsubscribe. > >> To unsubscribe from this group and all its topics, send an email to > >> [email protected]. > >> For more options, visit https://groups.google.com/groups/opt_out. > >> > > > > > -- > Charles Steinkuehler > [email protected] > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/HqwuSu2tLe8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/groups/opt_out.
