Versions Compared

Key

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

...

When Xilinx SDK open, you should:

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

  • click Xilinx "Xilinx Tools" and then "Repositories"

...

  • click "Apply"
  • you should click "OK"
  • after this you must wait until the building procedure ended.

2) Create an Hardware Platform Specification Project

  • You should click "File" >"New" > "Project"

...

Scroll pdf title
titleReferenceHWplatform

3) Create a Board Support Package Project

  • You should click "File" >"New" > "Project"
  • a pop up "New Project" will appears
  • click"Xilinx">"Board Support Package", then next
  • a new pop up "New Board Support Package Project" will appear;
Scroll pdf title
titleNew Xilinx Board Support Packages
Image Added
  • select "standalone" for "Board Support Package OS" and "standalone_bsp_0" for the "Project name"
  • a new pop-up will appear "Board Support Package Settings"
Scroll pdf title
titleBSP overview
Image Added
  • 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.

 

  • the FX2 microcontroller on the TE0300, TE0320 or TE0630 family should contain valid firmware before proceeding. If the FX2 microcontroller has not been programmed before, please follow the instructions in the ????? family User Manuals. You can use Cypress, Python OpenFut or C# OpenFutNet programs.
  • If you are sure that the FX2 microcontroller is properly connected, you can connect to the TE0300/TE0320/TE0630 module with a JTAG adapter cable. We recommend using the Xilinx Platform Cable USB. Then connect the TE0300/TE0320/TE0630 module to a USB cable.

...