Re: [beagleboard] Custom built Debian with RealTime kernel

2014-04-18 Thread Clément_C
Thanks :) ! But I guess that is to install the kernel on a live microSD the BBB will boot from. How to apply the kernel to the BBB directly on the eMMC ? (I have a debian installed on the eMMC already and there's a debian flasher on my microSD). It seems it has to be done via TFTP ? Le

[beagleboard] Custom built Debian with RealTime kernel

2014-04-17 Thread Clément_C
Hello everyone, First, I'd like to thank you for all the support and the amazing work done on the BeagleBoneBlack. I'm kind of a newbie here. Got my board for a few weeks on Angstrom. I'm an electronic engineering student in France and for a specific project I need a custom built

Re: [beagleboard] Custom built Debian with RealTime kernel

2014-04-17 Thread Robert Nelson
On Thu, Apr 17, 2014 at 12:22 PM, Clément_C clement.christoma...@orange.fr wrote: Hello everyone, First, I'd like to thank you for all the support and the amazing work done on the BeagleBoneBlack. I'm kind of a newbie here. Got my board for a few weeks on Angstrom. I'm an electronic

Re: [beagleboard] Custom built Debian with RealTime kernel

2014-04-17 Thread Clément_C
Thanks very much Robert ! I've forked your repo on https://github.com/GunMan-fr/linux-dev and uncommented the rt line in patch.sh . Then I built the kernel using build_kernel.sh and everything worked perfectly :) ! Now I was trying to build a debian image with build_deb.sh and it fails

Re: [beagleboard] Custom built Debian with RealTime kernel

2014-04-17 Thread Robert Nelson
On Thu, Apr 17, 2014 at 6:05 PM, Clément_C clement.christoma...@orange.fr wrote: Thanks very much Robert ! I've forked your repo on https://github.com/GunMan-fr/linux-dev and uncommented the rt line in patch.sh . Then I built the kernel using build_kernel.sh and everything worked perfectly

Re: [beagleboard] Custom built Debian with RealTime kernel

2014-04-17 Thread Charles Steinkuehler
On 4/17/2014 12:35 PM, Robert Nelson wrote: This should make it easy to get started.. https://github.com/RobertCNelson/linux-dev/commit/bd69ecb7570865a29dd24fd779fa8568ffa39e5d Just fork the linux-dev repo, checkout the am33x-v3.14 branch and un-comment the rt line at the bottom of

Re: [beagleboard] Custom built Debian with RealTime kernel

2014-04-17 Thread Robert Nelson
On Thu, Apr 17, 2014 at 6:40 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 4/17/2014 12:35 PM, Robert Nelson wrote: This should make it easy to get started.. https://github.com/RobertCNelson/linux-dev/commit/bd69ecb7570865a29dd24fd779fa8568ffa39e5d Just fork the linux-dev repo,