projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b44da
)
add openocd load command for ecp5
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 16 Feb 2022 14:15:58 +0000
(14:15 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 16 Feb 2022 14:15:58 +0000
(14:15 +0000)
README.txt
patch
|
blob
|
history
diff --git
a/README.txt
b/README.txt
index e9606efbdb494b2592c0b39668c977bfc9454238..0bd83afd629e7d3cc9de6269916385c55034e38f 100644
(file)
--- a/
README.txt
+++ b/
README.txt
@@
-1
+1,3
@@
python3 src/ls2.py versa_ecp5 ./hello_world/hello_world.bin
+openocd -f top-openocd.cfg \
+ -c "transport select jtag; init; svf -quiet top.svf; exit"