![]() |
|
|
|
#1 |
|
I was wondering if anyone has or knows where I could view some sample VHDL code for the FAT32 filesystem. I am currently attempting to interface an IDE hard drive with an Altera UP2 board. However, I do not have any code pertaining to the FAT32 filesystem. Thanks!
knight1fox3 |
|
|
|
|
#2 |
|
Posts: n/a
|
"knight1fox3" <> wrote in message news:< alkaboutprogramming.com>...
> I was wondering if anyone has or knows where I could view some sample VHDL code for the FAT32 filesystem. I am currently attempting to interface an IDE hard drive with an Altera UP2 board. However, I do not have any code pertaining to the FAT32 filesystem. Thanks! This would probably be a first if you can find such code. File systems are usually written in C, maybe some Asm to run in host cpu as part of the OS driver level. If your FPGA has an embedded cpu then you can program a Fat32 or any filesystem layer. The cpu though will talk to the HD through IDE interface, you need docs on that HW interface which could be built in VHDL. Perhaps opencores.org has an IDE interface. Perhaps you could look at Linux sources to help out on the OS sources, but its probably alot of code to plow through. johnjaksonATusaDOTcom john jakson |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: fat32 converter for windows me | Ryan | A+ Certification | 1 | 03-07-2005 04:56 PM |
| Re: fat32 converter for windows me | Linker3000 | A+ Certification | 0 | 03-05-2005 05:26 AM |
| Re: fat32 converter for windows me | Bum | A+ Certification | 0 | 03-04-2005 11:13 PM |
| Re: fat32 converter for windows me | AG | A+ Certification | 0 | 03-04-2005 11:10 PM |
| Re: How can I convert a FAT32 partition to NTFS with WinXP Pro? | Barry Watzman | A+ Certification | 0 | 09-03-2003 02:16 AM |