Merge pull request #100 from cr1901/tinyprog-fix

lattice/programmer: Use --program-image option with tinyprog if addre…
This commit is contained in:
enjoy-digital 2018-09-08 03:48:04 +02:00 committed by GitHub
commit 69716852f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -76,8 +76,9 @@ class TinyProgProgrammer(GenericProgrammer):
# Ditto with user data.
subprocess.call(["tinyprog", "-u", bitstream_file])
else:
# Provide override so user can program wherever they wish.
subprocess.call(["tinyprog", "-a", str(address), "-p",
# Provide override so user can program wherever they wish (outside
# of bootloader region).
subprocess.call(["tinyprog", "-a", str(address), "--program-image",
bitstream_file])
# Force user image to boot if a user reset tinyfpga, the bootloader