linux-2_6 †E!Kit-1100のlinux-2.6です。 SOURCE †cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs login (Only needed the first time you use anonymous CVS, the password is "cvs") cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs co linux PATCHES †INITRAMFS †MAKE †# cd linux # cat zImage_2_6_10.patch | patch -p1 # zcat ekit1100-2.6.xx-ddmmmyyyy.patch.gz | patch -p1 # tar jxf initramfs-2.6.xx-ddmmmyyyy.tar.bz2 # cp arch/mips/configs/ekit1100_defconfig .config # make oldconfig # make CROSS_COMPILE=mipsel-linux-uclibc- modules # ../mk_initramfs.sh # make CROSS_COMPILE=mipsel-linux-uclibc- zImage # make INSTALL_MOD_PATH=/home/rootfs/rootfs modules_install # cp -f arch/mips/boot/compressed/images/zImage.srec /tftpboot/. YAMON †
|