Changes between Version 17 and Version 18 of FAQ


Ignore:
Timestamp:
Jul 1, 2006, 1:51:41 AM (18 years ago)
Author:
sgupta
Comment:

added how to install custom periphs

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v17 v18  
    2121}}}
    2222   Then select "Ok" and the board should appear in the list.
     23----
     24=== How do I install custom peripherals from the repository? ===
     25 1. To install the custom peripherals create a folder on your computer:
     26{{{
     27<xilinx_install_drive>:\EDK_user_repository\MyProcessorIPLib
     28}}}
     29 1. Create two folders, {{{pcores}}} amd {{{drivers}}}.
     30 1. Copy the folders of the peripheral you wish to install from the repository to your computer. Remember to keep the same directory structure as seen in the repository. Copy the {{{pcore}}} as well the {{{driver}}} or the Base System Builder will give an error. Some peripherals do not have drivers; in this case the driver is not needed for XPS to recognize the peripheral.
    2331----
    2432=== I'm trying to run an Ethernet demo. I get no response when I attempt to ping the board, despite everything else working, generating and downloading properly... ===