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:37] – [3.0.x 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
  
 +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
Line 57: 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