This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fat32 implementation for usb host

Hello, I want to initialize the fat32 file system for usb host on at91sam9260.I am having problem in checking the boot signature.My application is to read/write the text file from the mass storage device.I am doing such task (implementing the file system)first time...So plz help me regarding this....Thank you.....

Parents
  • > I am a Student of Post Graduation,have completed engineering.We are developing the USB host port on the AT91SAM9260 board.

    Is "FAT32 host implementation" your homework assigned by your teacher?
    Or, is it just a part of a greater project?

    If it is your homework, you are supposed to realize the details of four-layered protocols;
    1) AT91SAM9260 USB host interface - control/bulk transfer - enumeration
    2,3) Mass-Storage Class Bulk-Only Transport - SCSI commands
    4) FAT32 file system
    In this case, we discuss on the way how each protocol works, and the way how the protocols interact each other.

    If it is just a part of a project, you are supposed to apply existing libraries to make it quickly. In this case, we'll discuss on available libraries.

    Which one?

    Tsuneo

Reply
  • > I am a Student of Post Graduation,have completed engineering.We are developing the USB host port on the AT91SAM9260 board.

    Is "FAT32 host implementation" your homework assigned by your teacher?
    Or, is it just a part of a greater project?

    If it is your homework, you are supposed to realize the details of four-layered protocols;
    1) AT91SAM9260 USB host interface - control/bulk transfer - enumeration
    2,3) Mass-Storage Class Bulk-Only Transport - SCSI commands
    4) FAT32 file system
    In this case, we discuss on the way how each protocol works, and the way how the protocols interact each other.

    If it is just a part of a project, you are supposed to apply existing libraries to make it quickly. In this case, we'll discuss on available libraries.

    Which one?

    Tsuneo

Children