Skip to content

Commit

Permalink
artiq_devtool: the proxy artiq_flash action doesn't exist anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 28, 2018
1 parent 9a94482 commit 0edc34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions artiq/frontend/artiq_devtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ def flash(*steps):

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")
Expand Down
1 change: 0 additions & 1 deletion artiq/frontend/artiq_flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0edc34a

Please sign in to comment.