Dragos: Here[1] are instructions I give my students for building the kernel. It uses a script from Robert Nelson that does all the work of downloading the correct cross compiler, kernel source, etc.
I further discuss the process the BeagleBone Cookbook,[2] --Mark [1] http://elinux.org/EBC_Exercise_08_Installing_Development_Tools_4.4 <http://elinux.org/EBC_Exercise_08_Installing_Development_Tools_4.4> [2] http://shop.oreilly.com/product/0636920033899.do On Wednesday, April 5, 2017 at 10:04:06 AM UTC-4, Dragos P wrote: > > Hello, > > I want to build kernel 3.8 for my BeagleBone Black and I don't know what > should I do next. > After a google search I have done next steps: > > - installed cross compiler on Ubuntu 16.04: > sudo apt-get install gcc-arm-linux-gnueabi > > - download U-Boot, make and install the U-Boot tools: > wget ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2 > tar -xjf u-boot-latest.tar.bz2 > cd into u-boot directory > make sandbox_defconfig tools-only > sudo install tools/mkimage /usr/local/bin > > - get the the source code from: > git clone https://github.com/RobertCNelson/linux-stable-rcn-ee. > > After some modifications, I want to compile the kernel and to port the > binaries to my BBB. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/d365d59c-494e-45ec-8c7e-bea0bbd9812b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
