SMDK2440 with S3C2440 CPU module
内核特性选上以下两项:
Kernel Features --->
Use the ARM EABI to compile the kernel
Allow old ABI binaries to run with this(EXPERIMENTA) kernel
7)、编译
# make zImage
先用友善提供的yaffs2根文件系统镜像作测试!启动后运行到这里:
List of all partitions:
1f00 192 mtdblock0 (driver?)
1f01 2048 mtdblock1 (driver?)
1f02 63152 mtdblock2 (driver?)
No filesystem could mount root, tried: ext3 ext2 cramfs vfat msdos iso9660 roms
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,2)
8)、加入对yaffs2文件系统的支持
1. 打上yaffs2文件系统补丁
# cd ..# tar zxvf cvs-root.tar.gz# cd cvs/yaffs2/# ./patch-ker.sh c ../../linux-2.6.30.4/
Updating ../../linux-2.6.30.4//fs/Kconfig
Updating ../../linux-2.6.30.4//fs/Makefile
# cd ../../linux-2.6.30.4/
2. 配置以编译yaffs2进内核
# make menuconfig
选上以下这项:
File systems --->