projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b458a9
)
flash-arty: update error message (#203)
author
Dan Horák
<dan@danny.cz>
Fri, 12 Jun 2020 22:46:28 +0000
(
00:46
+0200)
committer
GitHub
<noreply@github.com>
Fri, 12 Jun 2020 22:46:28 +0000
(08:46 +1000)
Signed-off-by: Dan Horák <dan@danny.cz>
openocd/flash-arty
patch
|
blob
|
history
diff --git
a/openocd/flash-arty
b/openocd/flash-arty
index 4e848f64e3aae4ffc7143cf8b70cd2f36ea9dc9f..558b92929bb6ab929c67355ce3822188f69ac234 100755
(executable)
--- a/
openocd/flash-arty
+++ b/
openocd/flash-arty
@@
-34,7
+34,7
@@
elif args.fpga.lower() == "a100":
elif args.fpga.lower() == "a200":
proxy = "bscan_spi_xc7a200t.bit"
else:
- print("error: specify a35
or a1
00 when flashing")
+ print("error: specify a35
, a100 or a2
00 when flashing")
sys.exit()
proxy = os.path.join(BASE, proxy)