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:39] – [2.6.38 Kernel series] armelfsources [2012/02/17 19:53] – [3.0.x Kernel series] armelf
Line 52: Line 52:
 **/tmp/part-6.img** is your copy of your boot image **/tmp/part-6.img** is your copy of your boot image
  
-==== After code update in Gitorious repository ====+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> <code>
 git pull git pull
 +cp -p .config ../.config-201202171800 
 make mrproper make mrproper
-make paz00_defconfig zImage modules modules_install INSTALL_MOD_PATH=/mnt/mmcblk1p1+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 abootimg -u /tmp/part-6.img -k arch/arm/boot/zImage
 </code> </code>
Line 65: Line 69:
 <code> <code>
 git clone -b chromeos-ac100-3.0 git://gitorious.org/~marvin24/ac100/marvin24s-kernel.git git clone -b chromeos-ac100-3.0 git://gitorious.org/~marvin24/ac100/marvin24s-kernel.git
 +cd marvin24s-kernel
 </code> </code>
 ===== Git-Fu ===== ===== Git-Fu =====
sources.txt · Last modified: 2012/02/17 20:29 by armelf · Currently locked by: 172.30.0.1,216.244.66.196