Site Tools


sources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
sources [2012/02/17 19:01] – [U-Boot] armelfsources [2012/02/17 19:53] – [3.0.x Kernel series] armelf
Line 27: Line 27:
 =====Debian===== =====Debian=====
 =====RedSleeve===== =====RedSleeve=====
 +
 +ftp://ftp.redsleeve.org/pub/yum/os/Packages/kernel-2.6.32-220.2.1.el6.kirkwood.armv5tel.rpm
 +
 +
 =====Others===== =====Others=====
  
-  You can extract zImage and corresponding modules from this packages.+You can extract zImage and corresponding modules from this packages.
  
 ===== Compilation environment consideration ===== ===== Compilation environment consideration =====
Line 48: Line 52:
 **/tmp/part-6.img** is your copy of your boot image **/tmp/part-6.img** is your copy of your boot image
  
 +If you want to create a custom version of your kernel's config, run **make menuconfig** after **make paz00_defconfig**.
 +
 +=== After code update in Gitorious repository ===
 +
 +<code>
 +git pull
 +cp -p .config ../.config-201202171800 
 +make mrproper
 +cp -p ../.config-201202171800 .config 
 +make menuconfig zImage modules modules_install INSTALL_MOD_PATH=/mnt/mmcblk1p1
 +abootimg -u /tmp/part-6.img -k arch/arm/boot/zImage
 +</code>
 ===== 3.0.x Kernel series ===== ===== 3.0.x Kernel series =====
 TODO TODO
 +
 +<code>
 +git clone -b chromeos-ac100-3.0 git://gitorious.org/~marvin24/ac100/marvin24s-kernel.git
 +cd marvin24s-kernel
 +</code>
 ===== Git-Fu ===== ===== Git-Fu =====
 TODO TODO
  
-[[http://www.eecs.harvard.edu/~cduan/technical/git/|A tutorial on Git]]+[[http://www.eecs.harvard.edu/~cduan/technical/git/|A tutorial on Git]] by Charles Duan.
  
 ====== U-Boot ====== ====== U-Boot ======
sources.txt · Last modified: 2012/02/17 20:29 by armelf