HI, i have a MINI2440, and operate whitout OS. and progam in ADS. I need access for the SD card, file, read, write... I don't know. Tanks. http://bullt1980.blogspot.com/
Access for SD Card Fat
You could read files on the SD card FAT? I have the same question ... If I can, post here. Thank you! email: nilsao@gmail.com
Perhaps have a look at FatFS. I use a stripped-down version (PetitFS) on a 8bit AVR. Search for linux FatFs and see if anything pops up.
you could try my own made library instead it support FAT32 file system(only FAT32 but not FAT12/16 though), long filename (i wonder if this violate microsoft cause i made the algorithm for decoding myself) and high portability. tutorial on how to use on http://my.opera.com/kuriel/blog/2011/04/29/elvish-fat-library download at https://github.com/kuriel07/eFAT
(i wonder if this violate microsoft cause i made the algorithm for decoding myself) There has been quite a bit of discussion on this topic at www.avrfreaks.net Search for <FatFS tutorial>. It is a very looooong thread. I believe as well as your concern about "violating microsoft" that there are licensing issues as well.