Xil_FatFS library example.

Hello,

I am trying to test file system on Compact Flash.

Now, my configuration is following.

  1. ML310 Board
  2. Core : PowerPC (uni-processor system)
  3. Boot : Using BRAM inside
  4. OS : Standalone
  5. Library added : XilFatFs

The hw platform has been compiled and looks working. Also I have no problem to compile the code. Simply, the problem is that I can not open the file with "sysace_fopen"

Is there anyone who has an example design that I can start with? Thank you in advance.

Sewook Wee

Reply to
Sewook Wee
Loading thread data ...

Hello all,

I finally fixed the problem and the FAT File system on Compact Flash works fine in my configuration.

Here's some treatments that I did.

  1. Make the CF have only one partition which occupies the whole space.
  2. Format it using "mkdosfs" (you can get
    formatting link
    Also, refer to Answer Database 14456.
  3. When you open the file, use the full path. (i.e. sysace_fopen("a:\filename.txt", "r"); )

I hope this will help the people who will have the same struggling with me in the future.

Also, you can get the working example in XUP Demonstration and Reference Designs page.

formatting link
Check out Slide Show example.

Sewook.

p.s. Paul Calvert, thank you very much.

Sewook Wee wrote:

Reply to
Sewook Wee

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.