On 11/30/2013 12:18 PM, David Lewin wrote: > Well Charles right,I thought that .config was preconfigured and I needed > just to make a "save" in the make menuconfig proposal with the correct > options for Beaglebone black. > Do you mean that build_kernel + save .config + tools/install_kernel.sh > wasn't enough ? > if so, indeed please provide complete way to build and run xenomai. > Thanks in advance.
The ./build_kernel.sh script from my github repo will build a xemonai kernel. If you don't mess with the configuration, it will be setup for Xenomai by default. Getting the kernel onto your system and your boot-loader configured, however, is OS specific. I generally either build a complete image and use the kernel debs (see my omap-image-builder github repo), or manually install the kernel onto my uSD card (copying the zImage file, modules, dtbs, etc. to their respective locations). I haven't used the tools/install_kernel.sh script...I'm sure it works for it's intended purpose, but I'm not sure exactly which OS flavors are supported, if you have to pass it any parameters, etc. If you want to use it, crawl through it and see what it does... -- Charles Steinkuehler [email protected] -- 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.
