Skip to content

embeddedforallefa/bbb_linux_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

The kernel build sequences for bbb are followed as listed in the below link: https://www.itdev.co.uk/blog/building-linux-kernel-cross-compiling-beaglebone-black

sudo apt-get install gcc-arm-linux-gnueabi

git clone git://github.com/beagleboard/linux.git

cd linux/

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- bb.org_defconfig

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- LOADADDR=0x80000000 uImage dtbs

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules

Issues:

  1. /bin/sh: lzop: command not found Solution: sudo apt-get install lzop
  2. Problem: "mkimage" command not found - U-Boot images will not be built Solution: sudo apt-get install uboot-mkimage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published