I have ported Micron MT29F4G08 driver from other BSPs
to MPC8313 device. This seems to be working and I have "/dev/etfs1",
"/dev/etfs2" "fs/etfs" etc and have wrote a small
appllication which created a file on fs/etfs, wrote some data to this and read
it back successfully.
I have however noticed in target file
system navigator that I cannot browse into folder fs and its size is showing as
zero. It is possible to browse folder fs from the console and also possible to
copy folder fs from target file system navigator to my desktop ending with the
following structure:
fs/etfs/.badblks
fs/etfs/.counts
fs/etfs/.filetable
fs/etfs/.reserved
fs/etfs/<files_I_created>
Should I be able to access folder fs from target
file system navigator, if so any idea what could be going wrong for me?
Also any advice on the approach to use for validating
my driver would be appreciated?
Thanks.