sources
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sources [2012/02/17 19:53] – [3.0.x Kernel series] armelf | sources [2012/02/17 20:29] (current) – wrong page for kernel development, then creation of kerneldev page armelf | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Kernel Sources ====== | ====== Kernel Sources ====== | ||
- | |||
- | ===== kernel ===== | ||
http:// | http:// | ||
Line 14: | Line 12: | ||
[[http:// | [[http:// | ||
- | |||
- | |||
- | ====== Recompiling a Kernel ====== | ||
- | Before doing this operation, try already compiled kernel for less harsh, here is some link to pick it: | ||
- | |||
- | =====Ubuntu===== | ||
- | |||
- | [[http:// | ||
- | |||
- | http:// | ||
- | |||
- | =====Debian===== | ||
- | =====RedSleeve===== | ||
- | |||
- | ftp:// | ||
- | |||
- | |||
- | =====Others===== | ||
- | |||
- | You can extract zImage and corresponding modules from this packages. | ||
- | |||
- | ===== Compilation environment consideration ===== | ||
- | |||
- | Cross-compiling and native. | ||
- | |||
- | ==== ==== | ||
- | |||
- | ===== 2.6.38 Kernel series ===== | ||
- | < | ||
- | git clone -b chromeos-ac100-2.6.38 git:// | ||
- | cd | ||
- | make paz00_defconfig zImage modules modules_install INSTALL_MOD_PATH=/ | ||
- | abootimg -u / | ||
- | </ | ||
- | **/ | ||
- | |||
- | **/ | ||
- | |||
- | If you want to create a custom version of your kernel' | ||
- | |||
- | === After code update in Gitorious repository === | ||
- | |||
- | < | ||
- | git pull | ||
- | cp -p .config ../ | ||
- | make mrproper | ||
- | cp -p ../ | ||
- | make menuconfig zImage modules modules_install INSTALL_MOD_PATH=/ | ||
- | abootimg -u / | ||
- | </ | ||
- | ===== 3.0.x Kernel series ===== | ||
- | TODO | ||
- | |||
- | < | ||
- | git clone -b chromeos-ac100-3.0 git:// | ||
- | cd marvin24s-kernel | ||
- | </ | ||
- | ===== Git-Fu ===== | ||
- | TODO | ||
- | |||
- | [[http:// | ||
====== U-Boot ====== | ====== U-Boot ====== | ||
Line 80: | Line 17: | ||
* https:// | * https:// | ||
- | ====== Support ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | [[irc:// |
sources.1329504800.txt.gz · Last modified: 2012/02/17 19:53 by armelf