目前我在uboot中增加了一个fat32分区,现在总共一个binfs分区,一个1m的fat32分区,剩下的就为另一个fat32分区。在系统起来后存储管理器的属性中能看到part00,part01,part*02。第一个是binfs分区,后两个为fat分区,感觉part01好象没有mount上,我在分区属性中查看后两个分区类型为:0x0b,文件系统:fatfsd.dll,标志,part01=0x00000000,part02=0x00000010;在容量中显示未分配:2。00tb,扇区大小=512b
系统为s3c2440+ce4.2,nandflash为64m的k91208。
问一问大家,这个问题出在那里?
注册表中设置如下:
; Entries to load the block driver that BINFS uses
; This is dependent on what device is used
;
;HIVE BOOT SECTION ;add by wyx
[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\FlashDrv]
"DriverPath"="Drivers\\BlockDevice\\FlashDrv"
"LoadFlags"=dword:1
"MountFlags"=dword:11
"BootPhase"=dword:0
"Flags"=dword:1000 ;add by wyx