_create_win_setup.cmd/_create_linux_setup.sh and follow instructions on shell:
Press 0 and enter to start "Module Selection Guide"
(optional Win OS) Generate Virtual Drive or use short directory for the reference design (for example x:\<design name>)
Create Project (follow instruction of the product selection guide), settings file will be configured automatically during this process)
(optional for manual changes) Select correct device and Xilinx install path on "design_basic_settings.cmd" and create Vivado project with "vivado_create_project_guimode.cmd" Note: Select correct one, see alsoTE Board Part Files
Create XSA and export to prebuilt folder
Run on Vivado TCL: TE::hw_build_design -export_prebuilt Note: Script generate design and export files into \prebuilt\hardware\<short dir>. Use GUI is the same, except file export to prebuilt folder
Generate Programming Files with HSI/SDKVitis
Run on Vivado TCL: TE::sw_run_hsivitis -all Note: Scripts generate applications and bootable files, which are defined in "sw_lib\apps_list.csv" App from Firmware folder will be add into BlockRAM. If you add other app, you must select *.elf manually on Vivado
(alternative) Start SDK with Vivado GUI or start with TE Scripts on Vivado TCL: TE::sw_run_sdkvitis Note:See SDK Projects TCL scripts generate also platform project, this must be done manuelly in case GUI is used. See Vitis
Copy Application (hello_te0711.elf) into \firmware\microblaze_0\
Regenerate Design:Generate Programming Files with Vitis
Run on Vivado TCL: TE::swhw_runbuild_vitis design -allexport_prebuilt Note: Scripts generate applications and bootable files, which are defined in "sw_lib\apps_list.csv" App from Firmware folder will be add into BlockRAM. If you add other app, you must select *.elf manually on Vivado
(alternative) Start Use SDK with Vivado GUI or start with TE Scripts on Vivado TCL: TE::sw_run_vitis Note: TCL scripts generate also platform project, this must be done manuelly in case GUI is used. See VitisVivado to update generate Bitfile with new Application and regenerate mcs manually.