forked from RobertCNelson/linux-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
theopolis/linux-dev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This just a simple set of scripts to rebuild a known working kernel for omap devices.. Script Bugs: "[email protected]" Supported Boards: BeagleBoard Cx BeagleBoard xM PandaBoard (no audio) PandaBoard ES (no audio) Supported Addons: zippy1/2 ulcd Weakly Support Boards: BeagleBoard Bx igevp2 (no video) touchbook (no video) Dependencies: GCC ARM Cross ToolChain Ubuntu: sudo apt-get install gcc-arm-linux-gnueabi Linaro: http://www.linaro.org/downloads/ Angstrom: http://www.angstrom-distribution.org/simplified-development-setup Dependencies: Linux Kernel Source This script needs a local copy of the mainline kernel source. Using that local copy, this script will then pull specific tags/trees/commits from kernel.org. For example, to clone this local copy into your user directory: cd ~/ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Then update "LINUX_GIT" to "LINUX_GIT=~/linux-stable/" in system.sh to point to your new local kernel source copy. Build: zImage/Modules: "./build_kernel.sh" Install to SD card: zImage/Modules: "./tools/install_image.sh" Build: Debian deb package: "./build_deb.sh" Create SGX install Package: (OMAP3/DM37xx only, no PandaBoard Support) "./create_sgx_package.sh" Create DSP install Package: (OMAP3/DM37xx only, no PandaBoard Support) "./create_dsp_package.sh" Hacking: Made some some changes but don't want to rebuild the whole tree: zImage/Modules: "./tools/rebuild.sh" Deb: "./tools/rebuild_deb.sh"
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Shell 100.0%