Hi , You can refer this
http://www.bootembedded.com/embedded-linux/building-embedded-linux-scratch-beaglebone-black/ On Wed, 5 Apr 2017 at 8:50 PM, Mark A. Yoder <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/beagleboard/d365d59c-494e-45ec-8c7e-bea0bbd9812b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2B-ZLitafxqP0HNb9eVe4ZnODBhyuVXEnAiHRMyz%3DMSe2y4p2w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
