Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

How to access IDE Hard Disk

Altera_Forum
Honored Contributor II
2,207 Views

How to access IDE Hard Disk 

1. 

Implemented by software:  

A File system and driver for IDE in uc/OS running onNios can read the data from IDE disk. 

2. 

Implemented by Hardware:  

A IDE Controller module deal with complex operation about Reading IDE disk, by which Nios can easily read data. 

 

Does our ideas right or wrong? What¡¯s your idea? Is there an IDE Disk controller IP core ??
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,288 Views

I find a Reference Design in HDK of APEX Nios Dev. Board, called "IDE_demo": 

<div class='quotetop'>QUOTE </div> 

--- Quote Start ---  

The IDE sample design includes a simple file system for demonstration 

purposes.  A single directory is supported, with named, byte-oriented files, 

and a "write-once-read-many" model. (That is, bytes can only be added to 

the very end of the very last file.)  Sample perl scripts are provided that 

convert text files into a file system image which can be downloaded to an  

IDE hard drive.[/b] 

--- Quote End ---  

 

 

I wonder who test it and apply it to some application? how about the performance?
0 Kudos
Altera_Forum
Honored Contributor II
1,288 Views

This is in the Nios Dev kit? 

What version? 

I can&#39;t find an example design for that.
0 Kudos
Reply