diff options
author | danicampora <daniel@wipy.io> | 2015-11-18 20:10:19 +0100 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-11-18 20:10:19 +0100 |
commit | efc4da4be9f5f4ec72d829c079028a15076759ba (patch) | |
tree | 6afda49f4a756d6174f550957ce0b83559ed8501 | |
parent | 426f326d3594c567102237620e8a5fe8c709eee5 (diff) | |
download | micropython-efc4da4be9f5f4ec72d829c079028a15076759ba.tar.gz micropython-efc4da4be9f5f4ec72d829c079028a15076759ba.zip |
cc3200/README.md: Correct cc3200's update file name.
-rw-r--r-- | cc3200/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/README.md b/cc3200/README.md index 218492554f..2fa39d6709 100644 --- a/cc3200/README.md +++ b/cc3200/README.md @@ -73,7 +73,7 @@ not 100% sure of it. ## Upgrading the firmware Over The Air: -OTA software updates can be performed through the FTP server. After building a new MCUIMG.BIN in release mode, upload it to: +OTA software updates can be performed through the FTP server. After building a new **mcuimg.bin** in release mode, upload it to: `/flash/sys/mcuimg.bin` it will take around 6s (The TI simplelink file system is quite slow because every file is mirrored for safety). You won't see the file being stored inside `/flash/sys/` because it's actually saved bypassing FatFS, but rest assured that the file was successfully transferred, and it has been signed with a MD5 checksum to verify its integrity. |