Skip to content

Commit

Permalink
Merge pull request #523 from DurandA/patch-5
Browse files Browse the repository at this point in the history
Update litex_term help
  • Loading branch information
enjoy-digital committed May 14, 2020
2 parents 2e59dc3 + 9d9e7d5 commit 177c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/tools/litex_term.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def _get_args():
parser.add_argument("--serial-boot", default=False, action='store_true',
help="automatically initiate serial boot")
parser.add_argument("--kernel", default=None, help="kernel image")
parser.add_argument("--kernel-adr", default="0x40000000", help="kernel address")
parser.add_argument("--kernel-adr", default="0x40000000", help="kernel address (or flash offset with --flash)")
parser.add_argument("--images", default=None, help="json description of the images to load to memory")
parser.add_argument("--no-crc", default=False, action='store_true', help="disable CRC check (speedup serialboot)")
parser.add_argument("--flash", default=False, action='store_true', help="flash data with serialboot command")
Expand Down

0 comments on commit 177c1e5

Please sign in to comment.