forked from RobertCNelson/linux-dev
-
Notifications
You must be signed in to change notification settings - Fork 10
RCN Kernels with Xenomai patches added. Latest version is in the 3.8.13-xenomai branch, and releases are tagged corresponding to the RCN tag they are built from.
License
cdsteinkuehler/linux-dev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is just a set of scripts to rebuild a known working kernel for ARM devices. Script Bugs: "[email protected]" Dependencies: GCC ARM Cross ToolChain Linaro: http://www.linaro.org/downloads/ Dependencies: Linux Kernel Source This git repo contains just scripts/patches to build a specific kernel for some ARM devices. The kernel source will be downloaded when you run any of the build scripts. By default this script will clone the linux-stable tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git to: ${DIR}/ignore/linux-src: If you've already cloned torvalds tree and would like to save some hard drive space, just modify the LINUX_GIT variable in system.sh to point to your current git clone directory. Build Kernel Image: ./build_kernel.sh Optional: Build Debian Package: ./build_deb.sh Install Kernel Image to SD card: (requires MMC set in system.sh): ./tools/install_kernel.sh Install Kernel Image to local system (kernel was built on ARM board): ./tools/local_install.sh Development/Hacking: first run (to setup baseline tree): ./build_kernel.sh then modify files under KERNEL directory then run (to rebuild with your changes): ./tools/rebuild.sh
About
RCN Kernels with Xenomai patches added. Latest version is in the 3.8.13-xenomai branch, and releases are tagged corresponding to the RCN tag they are built from.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Shell 100.0%