gitting project in git
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Usage with Vitis IDE:
|
||||
# In Vitis IDE create a Single Application Debug launch configuration,
|
||||
# change the debug type to 'Attach to running target' and provide this
|
||||
# tcl script in 'Execute Script' option.
|
||||
# Path of this script: /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/bootloader_system/_ide/scripts/debugger_bootloader-default.tcl
|
||||
#
|
||||
#
|
||||
# Usage with xsct:
|
||||
# To debug using xsct, launch xsct and run below command
|
||||
# source /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/bootloader_system/_ide/scripts/debugger_bootloader-default.tcl
|
||||
#
|
||||
connect -url tcp:127.0.0.1:3121
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
loadhw -hw /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/top/export/top/hw/top.xsa -regs
|
||||
configparams mdm-detect-bscan-mask 2
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
dow /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/bootloader/Debug/bootloader.elf
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
con
|
||||
Reference in New Issue
Block a user