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
  • Hello sir
    Thanx for your quick reply.
    Sorry, i'l explain u every thing...
    I am using AT91sam9260, there is provision to implement the usb host port.I am using the using the usb host source code for lpc 2468 with respective changes.I have successfully completed up to the mass storage drivers initialization.now i want to implement the file system because in my application i have to read & write the text file. I am new to this ARM family and this is the task i am doing first time.

    I read some documents regarding fat32 file system.I come to know that the boot signature for fat32 is 0xAA55 but in my code i got the value representing no file system found. I dont know what exact steps to be followed to do it...and from last few days i was completing the hardware part.So please tel me the exact steps to be followed to implement the file system...

Reply
  • Hello sir
    Thanx for your quick reply.
    Sorry, i'l explain u every thing...
    I am using AT91sam9260, there is provision to implement the usb host port.I am using the using the usb host source code for lpc 2468 with respective changes.I have successfully completed up to the mass storage drivers initialization.now i want to implement the file system because in my application i have to read & write the text file. I am new to this ARM family and this is the task i am doing first time.

    I read some documents regarding fat32 file system.I come to know that the boot signature for fat32 is 0xAA55 but in my code i got the value representing no file system found. I dont know what exact steps to be followed to do it...and from last few days i was completing the hardware part.So please tel me the exact steps to be followed to implement the file system...

Children