~beagleboard-kernel/+junk/2.6-stable

166 by Robert Nelson
update readme.txt notes
1
This just a simple set of scripts to rebuild a known working kernel for omap devices..
2
3
Script Bugs: "bugs@rcn-ee.com"
4
33 by Robert Nelson
merge 2.6.32.4-x4.0 from 2.6-dev
5
To Build:
6
Kernel with Modules, easy to build and test:
7
78 by Robert Nelson
2.6.33.3-x1: thanks to koens excellent uboot and kernel zippy support, now this kernel supports runtime detection of zippy1/2 expansion boards add buddy=${buddy} to bootargs
8
"./build_kernel.sh"
33 by Robert Nelson
merge 2.6.32.4-x4.0 from 2.6-dev
9
10
Debian Package
11
78 by Robert Nelson
2.6.33.3-x1: thanks to koens excellent uboot and kernel zippy support, now this kernel supports runtime detection of zippy1/2 expansion boards add buddy=${buddy} to bootargs
12
"./build_deb.sh"
1 by Robert Nelson
Intial import of 2.6.29-oer44.1, sgx modules will be added later
13
166 by Robert Nelson
update readme.txt notes
14
Create SGX install Package:
15
16
"./create_sgx_package.sh"
17
18
Create DSP install Package:
19
20
"./create_dsp_package.sh"
21
22
Some Defconfig Requirement notes:
23
24
Ubuntu Lucid (10.04) ++++
48 by Robert Nelson
script change: IS_LUCID variable in system.sh gives lucid defconfig, dropping 2.6-lucid branch...
25
42 by Robert Nelson
2.6.32.7-x7.0 release, enable CONFIG_DEVTMPFS=y so that lucid boots!
26
CONFIG_ARM_ERRATA_430973=y
27
https://bugs.launchpad.net/ubuntu/+source/fakeroot/+bug/495536
28
29
CONFIG_DEVTMPFS=y
30
CONFIG_DEVTMPFS_MOUNT=y
31
https://bugs.launchpad.net/ubuntu/lucid/+source/mountall/+bug/510130
32
https://lists.ubuntu.com/archives/kernel-team/2010-January/008518.html
33
34
CONFIG_ARM_THUMBEE=y
35
https://lists.ubuntu.com/archives/kernel-team/2010-January/008561.html
82 by Robert Nelson
fix lucid lockup during uncompression (doesnt occur with mavericks gcc)
36
166 by Robert Nelson
update readme.txt notes
37
#rcn-ee's notes for comparing to ubuntu's config..
176 by Robert Nelson
merge in ubuntu-nattys defconfig for reference
38
#ubuntu git clone git://kernel.ubuntu.com/ubuntu/ubuntu-natty.git
105 by Robert Nelson
add ubuntu config for comparison
39
40
sudo apt-get install fakeroot build-essential
41
sudo apt-get install crash kexec-tools makedumpfile kernel-wedge
42
sudo apt-get build-dep linux
43
sudo apt-get install git-core libncurses5 libncurses5-dev
44
sudo apt-get install libelf-dev asciidoc binutils-dev
45
46
fakeroot debian/rules clean
47
debian/rules updateconfigs
176 by Robert Nelson
merge in ubuntu-nattys defconfig for reference
48
debian/rules editconfigs
49
(n) to all execpt omap:
50
defconfig should be in:  gedit /tmp/tmp.<random>/CONFIGS/armel-config.flavour.omap
166 by Robert Nelson
update readme.txt notes
51