Changes between Version 18 and Version 19 of FAQ


Ignore:
Timestamp:
Jul 1, 2006, 12:25:22 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v18 v19  
    2727<xilinx_install_drive>:\EDK_user_repository\MyProcessorIPLib
    2828}}}
    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.
     29 1. Create two folders, {{{pcores}}} amd {{{drivers}}}.  Depending on which version of the EDK you installed, these folders may already exist.
     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 peripheral's files from both the {{{pcores}}} and {{{drivers}}} folders 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.
     31
     32Alternatively, if you have a Subversion client installed, you can create a working copy of our custom peripherals on your PC.
     33 1. Navigate to
     34{{{
     35<xilinx_install_drive>:\EDK_user_repository\MyProcessorIPLib
     36}}}
     37 1. Using Subversion, checkout these two URLs:
     38{{{
     39http://warp.rice.edu/svn/WARP/PlatformSupport/CustomPeripherals/pcores/
     40http://warp.rice.edu/svn/WARP/PlatformSupport/CustomPeripherals/drivers/
     41}}}
     42 1. This will create {{{pcores}}} and {{{drivers}}} directories (if they don't already exist) containing the latest version of our peripherals.
     43 1. To sync your working copy with the repository, run a Subversion update from these directories.
    3144----
    3245=== 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... ===