Versions Compared

Key

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

...

  1. update XPS project and download bitstream to the FPGA,
  2. check the fiirmware of FX2 microcontroler;
  3. run the demo project.
  4. USB communication tests + DMA tests

1) Update XPS project and download bitstream to the FPGA

Simple way:

Old version of Xilinx EDK

Open the project by double-clicking on the system.xmp file. The Xilinx Platform Studio is opened.If you open the project with a new version of Xilinx XPS, the tool will try to update all the components of MicroBlaze system. In some case it is not possible to refuse the update.

...

???? If the HDL design was successfully implemented and downloaded to the TE0300/TE0320/TE0630 family module, you can proceed to compile the MB software. Press the "build all user applications" button. ??????

New version of Xilinx EDK (subdivision between XPS and SDK)

Open the project by double-clicking on the system.xmp file. The Xilinx Platform Studio is opened.If you open the project with a new version of Xilinx XPS, the tool will try to update all the components of MicroBlaze system. In some case it is not possible to refuse the update.

To compile the project you should first chose elf file

Note
If this doesn't work, you should probably use the long (clean) procedure below. This procedure will also aid you if you are newcomer user of recent Xilinx XPS and SDK and desires to create your own project.

...