forked from M-Labs/artiq
artiq_devtool: the proxy artiq_flash action doesn't exist anymore.
This commit is contained in:
parent
9a94482c6e
commit
0edc34a9e5
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue