...
Programming FPGA or Flash Memory with prebuilt Files:
7. Connect your Hardware-Modul with PC via JTAG.
With Batch-file:
8. (optional) Zynq-Devices Flash Programming (*.bin):
Run “program“program_flash_binfile.cmd”cmd”
9. (optional) FPGA-Device Flash Programming (*.mcs):
Run “program“program_flash_mcsfile.cmd”cmd”
10. (optional) FPGA-Device Programming (*.bit):
Run “program“program_fpga_bitfile.cmd”cmd”
With Vivado/Labtools TCL-Console:
11. Run “vivado“vivado_open_existing_project_guimode.cmd” cmd” or “labtools“labtools_open_project_guimode.cmd” cmd” to open Vivado or LabTools
12. (optional) Zynq-Devices Flash Programming (*.bin):
Type “TE“TE::pr_program_flash_binfile -swap <app_name>” name>” on Vivado TCL-Console
Used *.bin from <design_name>/prebuilt/boot_images/<board_file_shortname>/<app_name>
13. (optional) FPGA-Device Flash Programming (*.mcs):
Type “TE“TE:: pr_program_flash_mcsfile -swap <app_name>” name>” on Vivado TCL-Console
Used *.mcs from <design_name>/prebuilt/boot_images/<board_file_shortname>/<app_name>
14. (optional) FPGA-Device Programming (*.bit):
Type “TE“TE:: pr_program_jtag_bitfile -swap <app_name>” name>” on Vivado TCL-Console
Used *.bit from <design_name>/prebuilt/boot_images/<board_file_shortname>/<app_name>
...
...
...