MCF5329EVB uCLinux Compact Flash

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCF5329EVB uCLinux Compact Flash

1,734 次查看
obidon
Contributor III
I have the MCF5329EVB and can access a FAT formatted CF card using the LogicPD LogicLoader bootloader. However, I'm not able to access the compact flash using uCLinux (Built from LTIB 20061117). I have included the drivers for SCSI disk support (I saw a reference that it is needed for CF card support), MSDOS fs support, and VFAT (Windows-95) fs support. I'm not finding any option for a CF card driver specific to the MCF5329 so I wonder if this may be necessary.

I'm also not sure if I know how to format the mount command. With LogicLoader the mount command is: mount fatfs /cf
To mount the CF card in uClinux I assume I must make a mount point such as:
mkdir /mnt/cf
mount -t vfat /dev/sda1 /mnt/cf

This results in "No such device or address". I have tried several variations of this without success.

Any suggestions will be appreciated.

Don



标签 (1)
0 项奖励
回复
1 回复

648 次查看
james_edwards
Contributor I
You will find that your compact flash cards come formatted as FAT12, FAT16, or FAT32 depending on card size and the OS used to format the card.  You will need to read the MBR to figure out how the cards are fromatted.  This is a link I stumbled apon that may help you read your boot block.
0 项奖励
回复