diff --git a/README.md b/README.md index 3f01203..1dc81a9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://www.ti.com/lit/pdf/slaae88 ## Usage - Usage: ./mspm0flash [options] + Usage: ./mspm0flash [options] Flash and verify firmware binary to a TI MSPM0L microcontroller. @@ -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. @@ -41,6 +43,7 @@ https://www.ti.com/lit/pdf/slaae88 prog Program the firmware data. info Display the device info. erase Erase the full flash. + crc [] Calculate the CRC or read from device. ### Program