wiki:edk_user_repository

Version 2 (modified by murphpo, 18 years ago) (diff)

--

EDK User Repository

The Xilinx Embedded Development Kit searches a number of directories for files related to the construction of projects. One of these folders is the EDK user repository. Xilinx intends this repository to serve as the location for custom platform support and peripheral files which will be used by multiple EDK projects.

The bulk of the WARP platform support files can be installed in the EDK user repository to enable the use of the platform for new projects. There are a number of ways to assemble the files in your local repository:

  1. Use a Subversion client to checkout this URL to the root of your hard drive: http://warp.rice.edu/svn/WARP/EDK_User_Repository/. See our repository access page for more details on using Subversion.
  2. Use our EDK User Repository Installer?.
  3. Manually build the following file hierarchy using files from the WARP repository.
C:\edk_user_repository\WARP\
   \boards\
      \Rice_University_WARP_FGPA_V2P70\data\Rice_University_WARP_FGPA_V2P70_v2_2_0.xbd
   \pcores\
       \radio_bridge_v1_x_a\
       \radio_controller_v1_x_a\
       \<...other custom peripherals...>\
   \drivers\
       \radio_bridge_v1_x_a\
       \radio_controller_v1_x_a\
       \<...other custom peripherals...>\