7.修改安装yaffs2补丁。
获取源码:git clone git://www.aleph1.co.uk/yaffs2
打上补丁./patch-ker.sh c /opt/FriendlyARM/mini2440/linux-2.6.32.2
查看linux-2.6.32.2/fs 目录,可以看到已经多了一个yaffs2 目录。表示补丁正确。
使用命令: ./patch-ker.sh c /opt/zeng-linux/linux-2.6.32.2
提示:Usage: ./patch-ker.sh c/l m/s kernelpath
if c/l is c, then copy. If l then link
if m/s is m, then use multi version code. If s then use single version code
改为: ./patch-ker.sh c s /opt/zeng-linux/linux-2.6.32.2
8.内核配置菜单配置mini2440
1.在system type中选中,对MINI2440 development board的支持。
2.在make menuconfig中添加yaffs2的支持。