Build linux kernel from source need help

Hello all,

I use “Debian (BeagleBone Black - 2GB eMMC) 2014-05-14” for my BBB. Now i want to build linux kernel 3.13/3.14 from source. Is there any guide?
Also i feel confused about the difference between git://github.com/beagleboard/kernel.git and https://github.com/RobertCNelson/stable-kernel.
which one should i follow?

Thanks!

For the bone, use this repo:

https://github.com/RobertCNelson/bb-kernel

The "full" overview is here:
http://eewiki.net/display/linuxonarm/BeagleBone+Black

Since you have the bootloader/debian installed, just use the kernel directions.

Regards,



Beagle Board and Beagle Bone are 2 different boards



Sent from Yahoo Mail on Android

|

Hello all,

I use "Debian (BeagleBone Black - 2GB eMMC) 2014-05-14" for my BBB. Now i
want to build linux kernel 3.13/3.14 from source. Is there any guide?
Also i feel confused about the difference between
git://github.com/beagleboard/kernel.git and
GitHub - RobertCNelson/stable-kernel.
which one should i follow?

For the bone, use this repo:

GitHub - RobertCNelson/bb-kernel

I know I have posted this before, but it is still bugging me. Whenever I try the 3.15 kernel, I cannot see USB devices. On my development machine:

git clone GitHub - RobertCNelson/bb-kernel
cd bb-kernel/
git checkout origin/am33x-v3.15 -b tmp
./build_kernel.sh (all default configurations)
./tools/install_kernel.sh
Then on the BBB:

uname -a
Linux trax-jdal 3.15.2-bone2 #1 Fri Jun 27 15:39:41 CDT 2014 armv7l GNU/Linux
lsusb
unable to initialize libusb: -99

Any help would be appreciated.

Regards,

Dave.