Here are my steps; I'm building the TI kernel.. mkdir demo cd demo git clone git://git.buildroot.net/buildroot
>From https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-TIBSP git clone https://github.com/RobertCNelson/ti-linux-kernel-dev/ cd ti-linux-kernel-dev/ git checkout origin/ti-linux-3.14.y -b tmp ./build_kernel.sh (This should finish with the menuconfig just exit) cd ../.. You should have the following directories: buildroot ti-linux-kernel-dev mkdir bld cd bild make O=$PWD -C ../buildroot/ beaglebone_defconfig make menuconfig goto kernel change Kernel version to Local directory change path to. the full path to the ti kernel i.e /home/tcmichals/projects/copter/demo/ti-linux-kernel-dev/KERNEL Then change the configuration path to /home/tcmichals/projects/copter/demo/ti-linux-kernel-dev/patches/defconfig then save exit make (it is still building.. will take hour or so) Hope this helps -- 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.
