http://blog.chinaunix.net/uid-20543672-id-94385.html
http://topic.csdn.net/u/20101121/22/bfdfa3e3-121f-48b4-bf59-886c1e907260.html
打補丁
將 linux 內核 跟 yaffs2 放置同層區
tekkaman@MAGI-Linux:~/development/yaffs2$ ./patch-ker.sh c m ../linux-2.6.33.3/
打補丁----------------------------------------------------------
出現問題
[scripts/kconfig/dochecklxdialog] Error 1
因為沒有安裝 ncurses
#sudo apt-get install ncurses-dev
或者#sudo apt-get install libncurses5-dev
參考
http://nckuhuahua.pixnet.net/blog/post/26368434-%E5%A6%82%E4%BD%95%E8%A3%BD%E4%BD%9Ckernel----%E4%BB%A5andes-adp-ag101%E7%82%BA%E4%BE%8B
http://lagunawang.pixnet.net/blog/post/22826895-ubuntu-%E7%9A%84-ncurses
----------------------------------
下指令
make ARCH=arm CROSS_COMPILE=arm-tekkaman-linux-gnueabi-
出現錯誤
[kernel/bounds.s] Error 127
[prepare0]
因為編譯器不是
arm-tekkaman 的
所以指令改成 自己的版本
make ARCH=arm CROSS_COMPILE=arm-linux-
-------------------------------------
編譯好的核心 在
arch/arm/boot/zImage