From 2122722645c361dd573ac2aeccdeb3c4f6e9f7c9 Mon Sep 17 00:00:00 2001 From: Heiko Thiery Date: Mon, 28 Oct 2024 16:49:26 +0100 Subject: [PATCH] README: update usage Signed-off-by: Heiko Thiery --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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