22 Ekim 2008 Çarşamba

Cirrus Logic EDB9315: rebuild linux kernel

export ARCH=arm
export PATH=/usr/local/arm/3.4/bin:$PATH
export CROSS_COMPILE=arm-linux-

#linux-2.6.20.4-edb93xx.patch i kernelin içine attıktan sonra:

patch -p1 < linux-2.6.20.4-edb93xx.patch
make edb9315_defconfig
make menuconfig
#menuconfig ekranında ARM platformuna uygun kernel seçenekleri seçilir ardından zImage #oluşturulur:
make zImage
#zImage imizi tftpboot klasörünün içine atıyoruz.
cp arch/arm/boot/zImage /tftpboot/

daha sonra load image ile devam ediyoruz.

Hiç yorum yok: