Changes between Version 25 and Version 26 of FAQ/EDK


Ignore:
Timestamp:
Sep 2, 2008, 11:27:41 PM (16 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ/EDK

    v25 v26  
    55Most projects which use the WARP hardware will be assembled and generated in Xilinx Platform Studio (XPS), part of the Embedded Developer's Kit. We provide a number of files which make it easy to create projects for the WARP hardware. These files must be installed in the directories:
    66{{{
    7 C:\EDK_user_repository\WARP\boards\
    8 C:\EDK_user_repository\WARP\pcores\
    9 C:\EDK_user_repository\WARP\drivers\
     7C:\WARP_Repository\WARP\boards\
     8C:\WARP_Repository\WARP\pcores\
     9C:\WARP_Repository\WARP\drivers\
    1010}}}
    1111
    1212The best way to get these files is to use a Subversion client. See [wiki:repositoryAccess WARP Repository Access] for more information on getting & using Subversion.
    1313
    14    1. Nagivate to {{{C:\EDK_user_repository\}}}
    15    1. Checkout the platform support files from the repository
    16      1. If you're using TortoiseSVN in Windows, checkout this URL:
    17 {{{
    18 http://warp.rice.edu/svn/WARP/EDK_User_Repository/
    19 }}}
    20      1. If you're using the command-line {{{svn}}}, checkout this URL:
    21 {{{
    22 http://warp.rice.edu/svn/WARP/EDK_User_Repository/WARP/
    23 }}}
    24    1. This will create a Subversion working copy of the platform support files on your local machine. You can update this working copy using Subversion anytime to sync your files with the repository.
     14Instructions for downloading the repository to your computer are available [wiki:edk_user_repository here].
     15
    2516----
    2617== The WARP Board does not appear in the list of available boards in the Base System Builder. ==
    27 Make sure you have installed the board description file (.xbd) from the repository. It should be installed in
     18Make sure you have installed the board description file (.xbd) from the repository as described in the [wiki:FAQ/EDK#HowdoIinstalltheWARPsupportfiles question above].
     19
     20Once installed, the preferences in EDK must contain this location. Navigate to ''Edit->Preferences'' in EDK and the ''Application Preferences'' section, make sure the Global Repository is set as ''C:/WARP_Repository''. If you have tried to do so a couple of times but this does not stick, make sure you have sufficient write privileges on the computer.
     21
     22As a check, the XBDs must be located in:
    2823{{{
    29 C:\EDK_User_Repository\WARP\boards\Rice_University_WARP_FGPA_V2P70\data\Rice_University_WARP_FGPA_V2P70_v2_2_0.xbd
     24C:\WARP_Repository\WARP\boards\
    3025}}}
    31 
    32 Refer to the [wiki:FAQ/EDK#HowdoIinstalltheWARPsupportfiles question above] if this file isn't installed.
     26Refer to the [wiki:FAQ/EDK#HowdoIinstalltheWARPsupportfiles question above] if this folder is missing or empty.
    3327----
    3428== How do I install custom peripherals from the repository? ==
    35 Make sure you have installed the custom WARP peripherals from the repository. They should be installed in these directories
     29Make sure you have installed the custom WARP peripherals from the repository. The instruction to install the complete repository are described in the [wiki:FAQ/EDK#HowdoIinstalltheWARPsupportfiles question above].
     30
     31As a check, the peripherals must be located in:
    3632{{{
    37 C:\EDK_user_repository\WARP\pcores\
    38 C:\EDK_user_repository\WARP\drivers\
     33C:\WARP_Repository\WARP\pcores\
     34C:\WARP_Repository\WARP\drivers\
    3935}}}
    4036Refer to the [wiki:FAQ/EDK#HowdoIinstalltheWARPsupportfiles question above] if these folders are missing or empty.