On Wed, Jun 25, 2014 at 4:36 AM, <[email protected]> wrote: > Hi :) > > I'm new to the beaglebone black and have been getting started with great > Robert Nelson building kernel tools. It's work great !! > > But now i could like to apply PREEMPT RT patch, that is what I have make : > > # git clone https://github.com/RobertCNelson/bb-kernel.git > > > # git checkout origin/am33x-v3.8 -b tmp > > > # cd bb-kernel/ > > > # ./build_kernel.sh > > > # wget ftp://ftp.kernel.org /pub/linux/kernel/projects/rt/3.8/older/ > patch-3.8.13-rt10.patch.bz2 > > # bzip2 -d patch-3.8.1-rt10.bz2 > > # cd ./bb-kerne/KERNEL > > # patch -p1 < ../../patch-3.8.13-rt10 > > # ./../tools/rebuild.sh > > > It would seem that the changes are not taken into account : > > > /bb-kernel/deploy directory is not up to date > > > If you need more info, I can provide it and any help is appreciated, please > let me know what is wrong here.
Well, run "./tools/rebuild.sh" from the base ./bb-kernel/ directory. With v3.8.x don't waste time on the RT patchset, use Charles Xenomai https://github.com/cdsteinkuehler/linux-dev patchset instead. 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.
