Thursday, November 6, 2014

Xilinx running someone else's SDK Project

Recently, I had a problem with someone giving me an SDK project.

Here are some useful steps to getting their crap to work

  1. Make sure you have your license server on or the bsp will not build
  2. If the bsp does not build create a new "Hello World" project and BSP
  3. Go to Xilinx Tools > "Repositories" and add in their custom MyProcessorIPLib to nab their drivers
  4. Right click on the BSP and "Board Support Package Settings" Make sure the Correct "Supported Libraries" are checked off 
  5. Click on the "Drivers" tab and make sure all the correct drivers are loaded instead of the generic 
  6. Copy over their source files 
  7. Rebuild the project

No comments:

Post a Comment