Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: tayres on March 17, 2017, 08:53:46 PM

Title: Project Delivery - Command files
Post by: tayres on March 17, 2017, 08:53:46 PM
On the Wiki's Project Delivery Page, Subsection Command Files:
https://wiki.trenz-electronic.de/display/PD/Project+Delivery#ProjectDelivery-CommandFiles (https://wiki.trenz-electronic.de/display/PD/Project+Delivery#ProjectDelivery-CommandFiles)

Command Files
Command files will be generated with "_create_win_setup.cmd" on Windows  and "_create_linux_setup.sh" on Linux OS. Linux shell files are currently not available for this release.


However, I cannot find "_create_win_setup.cmd" - I see batch files to create projects with various options, but not one to generate these command files.

Am I missing something?

Thanks!
Title: Re: Project Delivery - Command files
Post by: JH on March 20, 2017, 12:01:05 PM
Hi,
this is only on 2016.4 reference design. On older designs, a lot of different batch files should be available on the project folder.

On older design do following:
   1. open "design_basic_settings.cmd" with text editor and set correct vivado path and board part number
    2.run "vivado_create_project_guimode.cmd"

Which reference design did you download?

br
John
Title: Re: Project Delivery - Command files
Post by: tayres on March 22, 2017, 06:51:48 PM
Thank you for the clarification!

I downloaded the test_board and test_board_noprebuilt files for the TE7020.
Title: Re: Project Delivery - Command files
Post by: JH on March 23, 2017, 09:17:08 AM
Hi,

test_board and test_board_noprebuilt are the same designs and source. noprebuilt version is without prebuilt folder (without bitfile, Boot.bin, image.ub...).
You can create the vivado design with the steps i've described on my last post. If you have some problems, let me know.
br
John
Title: Re: Project Delivery - Command files
Post by: tayres on March 23, 2017, 10:33:09 AM
I got the board fired up and booting, now I'm trying to get Petalinux going as fast as possible.

Also - the trick on MDIO with the FSBL is very, very slick.