Init Commit

This commit is contained in:
Jeremy Shen
2026-05-27 09:56:09 +00:00
commit ee3ede1152
4277 changed files with 4079432 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#
# Usage: To re-create this platform project launch xsct with below options.
# xsct /home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis/NewInstCal_bsp/platform.tcl
#
# OR launch xsct and run below command.
# source /home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis/NewInstCal_bsp/platform.tcl
#
# To create the platform in a different location, modify the -out option of "platform create" command.
# -out option specifies the output directory of the platform project.
platform create -name {NewInstCal_bsp}\
-hw {/home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis/system_wrapper.xsa}\
-proc {ps7_cortexa9_0} -os {standalone} -out {/home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/proj_cal/Vitis}
platform write
platform generate -domains
platform active {NewInstCal_bsp}
bsp reload
bsp setlib -name lwip213 -ver 1.1
bsp write
bsp reload
catch {bsp regenerate}
platform generate
bsp reload
platform active {NewInstCal_bsp}
bsp reload
platform active {NewInstCal_bsp}
platform config -updatehw {/home/ly0kos/work/prj/New_CalBoard/2.FW/Zynq/Debug_FW/Vitis_Classic/system_wrapper.xsa}
platform generate