Skip to content

Commit

Permalink
README: update usage
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <[email protected]>
  • Loading branch information
hthiery committed Oct 28, 2024
1 parent f8c47ae commit f3c855c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://www.ti.com/lit/pdf/slaae88

## Usage

Usage: ./mspm0flash [options] <CMD> <fw-bin-file>
Usage: ./mspm0flash [options] <CMD>

Flash and verify firmware binary to a TI MSPM0L microcontroller.

Expand All @@ -25,11 +25,13 @@ https://www.ti.com/lit/pdf/slaae88

-I, --i2c DEVICE Using given I2C DEVICE for communication.

-S, --serail DEVICE Using given serial DEVICE for communication.
-S, --serial DEVICE Using given serial DEVICE for communication.

-n, --no-script Do not execute init/exit script.

-s, --dont-start Do not start the application after programming.
-l, --length Length of CRC to calculate.

-s, --do-start Start the application after programming.

-v, --verbose Increase verbosity, can be set multiple times.

Expand All @@ -41,6 +43,7 @@ https://www.ti.com/lit/pdf/slaae88
prog <fw-bin-file> Program the firmware data.
info Display the device info.
erase Erase the full flash.
crc [<fw-bin-file>] Calculate the CRC or read from device.

### Program

Expand Down

0 comments on commit f3c855c

Please sign in to comment.