[scripts] add script to build and zybo project via xmd
This commit is contained in:
4
scripts/do-zybo-xmd
Executable file
4
scripts/do-zybo-xmd
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make zybo -j &&
|
||||
xmd -tcl scripts/zybo-xmd.tcl
|
||||
9
scripts/zybo-xmd.tcl
Normal file
9
scripts/zybo-xmd.tcl
Normal file
@@ -0,0 +1,9 @@
|
||||
connect arm hw
|
||||
|
||||
rst
|
||||
after 1000
|
||||
stop
|
||||
dow -data build-zybo/lk.bin 0
|
||||
rwr pc 0
|
||||
con
|
||||
|
||||
Reference in New Issue
Block a user