最近按照老师的视频 学习TQ2440的nor flash驱动 。
开始配置内核 支持 nor flash之后
# insmod physmap.ko
physmap platform flash device: 01000000 at 00000000
cmdlinepart par
tition parsing not available
RedBoot partition parsing not available
分区可以 正常得到 :
# ls /dev/mtd*
/dev/mtd0 /dev/mtd0ro /dev/mtdblock0
# cat /proc/mtd
dev: size erasesize name
mtd0: 01000000 01000000 "physmap-flash.0"
但测试自己编写的程序时,报错,驱动无法加载:
# insmod s3c_nor.ko
use cfi_probe
use jedec_probe
insmod: cannot insert 's3c_nor.ko': Input/output error (-1): Input/output error
好像是找不到nor flash,请看下是 什么问题?