summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordanicampora <danicampora@gmail.com>2015-02-21 22:38:12 +0100
committerdanicampora <danicampora@gmail.com>2015-02-25 11:36:56 +0100
commitfe2eb5f58a92c35e7c35da8853abb195fd30969a (patch)
treeb6fe91ddb3a0c6bee66faf66e58ec60cc794373a
parent993f067fa2411a6d529e66b78dcc939b5141a6ce (diff)
downloadmicropython-fe2eb5f58a92c35e7c35da8853abb195fd30969a.tar.gz
micropython-fe2eb5f58a92c35e7c35da8853abb195fd30969a.zip
cc3200: Update README.md to add step for flashing the bootloader.
-rw-r--r--cc3200/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/cc3200/README.md b/cc3200/README.md
index 9ba83b0fb0..88fa593d32 100644
--- a/cc3200/README.md
+++ b/cc3200/README.md
@@ -25,11 +25,13 @@ make BTARGET=bootloader BTYPE=release
```
## Flashing the CC3200
+- Make sure that you have built both the *bootloader* and the *application* in **release** mode.
- Make sure the SOP2 jumper is in position.
- Open CCS_Uniflash and connect to the board (by default on port 22).
- Format the serial flash (select 1MB size in case of the CC3200-LAUNCHXL, leave the rest unchecked).
- Mark the following files for erasing: `/cert/ca.pem`, `/cert/client.pm`, `/cert/private.key` and `/tmp/pac.bin`.
-- Add a new file with the name of /sys/factimg.bin, and select the correct URL to point to cc3200\build\<BOARD_NAME>\MCUIMG.BIN.
+- Add a new file with the name of /sys/mcuimg.bin, and select the URL to point to cc3200\bootmgr\build\<BOARD_NAME>\bootloader.bin.
+- Add another file with the name of /sys/factimg.bin, and select the URL to point to cc3200\build\<BOARD_NAME>\MCUIMG.BIN.
- Click "Program" to apply all changes.
- Flash the latest service pack (servicepack_1.0.0.1.2.bin) using the "Service Pack Update" button.
- Close CCS_Uniflash, remove the SOP2 jumper and reset the board.
@@ -79,4 +81,3 @@ sure that encryption is set to: "Only use plain FTP (insecure)". In the Transfer
to one, otherwise FileZilla will try to open a second command connection when retrieving and saving files, and for simplicity and
to reduce code size, only one command and one data connections are possible.
- \ No newline at end of file