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/23fc60cb-ce2d-4417-aeb1-05d3b05d0374%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
