Versions Compared

Key

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

...

Procedure SDK: opening and update SDK project only
('updated' SW on 'NOT updated' HW)
Procedure XPS+SDK: opening and update both XPS and SDK projects
('updated' SW on 'not updated' HW')

Copy IP Cores and drivers used in TE reference projects.

Anchor
CopyIPcores
CopyIPcores

 update Update XPS project from an old version to a new one and export .
 Export the HW project to SDK;.
open Open SDK project and (if needed) update the SDK project from an old version to a new onerecreate Recreate SDK project using the new exported HW project;
download Download the bitstream to the FPGA,
check Check the fiirmware of FX2 microcontroler;
run the demo project.
USB communication tests + DMA tests
Tip

For old version of Xilinx EDK with older veresion of Project Reference (they do no longer exist on GitHub) the procedure is the folowing

  • 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 press the "Download Bitstream to the FPGA" button.
  • 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.


Copy IP Cores and drivers used in TE reference projects

To use the "demo" application contained in TE0xxx-Reference-Designs\reference-TE0xxx\SDK\SDK_Workspace, you should (1) copy GitHub's "TE-EDK-IP" folder (from https://github.com/Trenz-Electronic/TE-EDK-IP) to the folder that contains the folder "reference-TE0xxx":

  1. C:\XilinxProject, if you have copied the folder "TE0xxx-Reference-Designs\reference-TE0xxx" to "C:\XilinxProject" ( "C:\XilinxProject\reference-TE0xxx" and "C:\XilinxProject\TE-EDK-IP");
  2. otherwise you must copy the contents of GitHub's 'TE-EDK-IP' folder inside the already existent empty folder "TE0xxx-Reference-Designs\TE-EDK-IP".

Warning

You should not alter folder nesting because is a Xilinx Platform Studio requirements

Note
From now on, the choice (1) is assumed.

Update XPS project and export the HW project to SDK

Note
This step could be skipped. In particular the resynthesis of reference project (HW component updates) could take from 10 minutes to 1 hour; it depends on which computer is used (workstation, regular PC or server)

...