Skip to content
Snippets Groups Projects
Commit 912d932e authored by Angus Ainslie's avatar Angus Ainslie Committed by Angus Ainslie (Purism)
Browse files

scripts/librem5-devkit-flash-image: add an arg for the board type


Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent 3bd7aed8
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,8 @@ def main():
"devkit image download. 0-unlimited")
parser.add_argument('--variant', choices=['legacy', 'current', 'next'], default=BOARD_VARIANT,
help='Variant of the board to download ( legacy, current, next )')
parser.add_argument('--board', choices=['devkit', 'librem5'], default=BOARD_TYPE,
help='Type of the board to download ( devkit, librem5 )')
group = parser.add_argument_group(title='Testing and debugging options')
group.add_argument('--debug', action="store_true", default=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment