????????????a.???ú?tftp??????????????????????н???
????b.?????????pc??linux ??????????ping?
????c.???ú?nfs?????????????????????????н???
?????.????linux?????????????????????????linux-ok6410??????????????????config-file??
????a.??????????????????ú??м??????
????make clean
????b.????????
????arm????make menuconfig ARCH=arm
?????????????????????????????config-file
??????cpu???????system type->arm system type(samsung s3c64xx):???????棬???
????c.????????make uImage ARCH=arm CROSS_COMPILE=arm-linux-(???????mkimage????????ù????mkimage??uboot??tools???У?????????????????????/bin ?У?)             cp uImage ./tftpboot
????tftp uImage 0xc0008000 (??uImage???????????)
????bootm 0xc0008000(??????)????????????????????й???????????
??????.???????????
????1.   mkdir rootfs (???????????????)
????cd rootfs
????2.????????????
????mkdir bin dev etc lib proc sbin sys usr mnt tmp var
????mkdir usr/bin usr/lib usr/sbin lib/modules
????3.??????????Щ??????豸???
????cd rootfs/dev
????mknod -m 666 console c 5 1
????mknod -m 666 null c 1 3
????4.???????????
????tar zxvf etc.gar.gz
????cp etc/* rootfs/etc/ -rf
??????.??????????鰱????rootfs??
????make modules ARCH=arm CROSS_COMPILE=arm-linux-
????make modules_install ARCH=arm INSTALL_MOD_PATH=/XXX/rootfs
????cd rootfs/lib/modules/2.6.35-embedsky/kelnel/drivers/scsi   ??????????Щ.ko???.
??????.????busybox(???????????????????????Щ?????shell???)
????1.   tar zxvf busybox....tar.gz
????cd busybox ...
????2.  make menuconfig ARCHarm CROSS_COMPILE=arm-linux-
????Busybox setting--->
????build Options--->
???????“build busybox as a static binary”??????????
????3.  ???????--->Cross compiler prefix(arm-linux-).
????4.  installation Options-->
???????“Don not use/usr”????и?????????busybox???????????????/usr???£????????????......
????Busybox Installation Prefix(/xxx/rootfs)
??????????????????busybox????λ?á?
????·???????????????????Don not use/usr????棩??
???????busybox :make install
????cd rootfs/bin
?????????к???????
????????????????????