artiq_devtool: the proxy artiq_flash action doesn't exist anymore.

pull/922/head
whitequark 2018-01-28 14:57:43 +00:00
parent 9a94482c6e
commit 0edc34a9e5
2 changed files with 2 additions and 3 deletions

View File

@ -166,11 +166,11 @@ def main():
elif action == "flash":
logger.info("Flashing and booting firmware")
flash("proxy", "bootloader", "firmware", "start")
flash("bootloader", "firmware", "start")
elif action == "flash+log":
logger.info("Flashing firmware")
flash("proxy", "bootloader", "firmware")
flash("bootloader", "firmware")
flterm = client.spawn_command(["flterm", serial, "--output-only"])
logger.info("Booting firmware")

View File

@ -23,7 +23,6 @@ def get_argparser():
epilog="""\
Valid actions:
* proxy: load the flash proxy gateware bitstream
* gateware: write gateware bitstream to flash
* bootloader: write bootloader to flash
* storage: write storage image to flash