Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

How to access IDE Hard Disk

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 ??

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    This is in the Nios Dev kit?

    What version?

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