Installing third-party software components


Third-party software platforms and board support packages (BSPs) typically need to be installed (copied) into a software repository of your choice.

For example:

Assume that you want to install a custom software platform called "my_sw_platform_v1_00_a", and that your software repository is located in /home/sdk/sw_repos/dvi_demo_repository.

In this case, you create a library directory under your repository directory, such as /home/sdk/sw_repos/dvi_demo_repository/demo_library.

You then paste your custom software platform files into /home/sdk/sw_repos/dvi_demo_repository/demo_library/bsp/my_sw_platform_v1_00_a. For information on how software repositories must be structured, refer to Software repositories.

Finally, you must configure your SDK workspace to recognize the new repository. To do this, add the path to the repository to the Software Repositories list maintained by SDK for your workspace.

For information about adding repositories to your workspace, refer to Setting up software repositories.

Related concepts
Software repositories

Related tasks
Setting up software repositories

Copyright © 1995-2009 Xilinx, Inc. All rights reserved.