Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When Xilinx SDK openopens, you should:

1) Set the repositories for device driver of custom block used in SDK Microblaze project

...

  • click Xilinx "Xilinx Tools" and then "Repositories"
Scroll pdf title
titleXilinxSDKProjectRepositories
Image Removed
  • after this a pop-up "Preferences" will appears
Scroll pdf title
titleAdd Reference Repositories for custom driver of custom block/device
Image Removed

...

...

Scroll pdf title
titleAdd reference with double indirection (as required by Xilinx SDK)
Image Removed
  • click "Apply"
  • you should click "OK"
  • after this you must wait until the building procedure ended.

2) Create an

...

  • You should click "File" >"New" > "Project"
Scroll pdf title
titleXilinx SDK New Project
Image Removed

...

"Hardware

...

Platform Specification

...

  • a new pop up "New Hardware Project" will appear

...

Project

...

  • under "Target Hardware Specification" click "Browse..." button
  • a new pop up "Hardware Specification File" will appear

Image Removed

...

"

...

"

...

reference-TE0300_hw_platform"

...

...

titleReferenceHWplatform

...

3) Create a

...

"

...

Board Support Package

...

Project

...

Scroll pdf title
titleNew Xilinx Board Support Packages
Image Removed

...

"

...

"standalone_bsp_0

...

"

...

titleBSP overview

...

  • after this you should click "standalone" and set "stdin" and "stdout" to "rs232" or "debug_module"
    1. you should select "rs232" if you desire to use an external UART
    2. you should select "debug_module" if you desire that the XMD_UART works as local UART through the JTAG connection
Tip
Demo program (running on MicroBlaze) will work even in case the UART port is left unconnected: it is not necessary to use a USB/Uart converter or Uart port on a PC, if you are using XMD UART HDL block.
Scroll pdf title
titleBSP rs232 or debug_module
Image Removed
  • after this you should click drivers to verify that all Microblaze components are supported by the driver in the repository C:\XilinxProject\TE-EDK-IP; click "OK" and the pop-up should dissapears;
Scroll pdf title
titleBSP drivers for Microblaze components
Image Removed
  • after you have verified that all Microblaze components are supported by a driver,  right click the "standalone_bsp_0" folder in "Project Explorer" and
  • the pop-up "Properties for standalone_bsp_0" should appears
  • click "Project References"
  • you must verify that "standalone_bsp_0" references to "reference-TE0300_hw_platform":if is not checked you must check the box.
Scroll pdf title
title"standalone_bsp_0" Project References
Image Removed

...

4) Recreate the "Application Project" "demo"