Skip to content

Commit fe2eb5f

Browse files
committed
cc3200: Update README.md to add step for flashing the bootloader.
1 parent 993f067 commit fe2eb5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cc3200/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ make BTARGET=bootloader BTYPE=release
2525
```
2626

2727
## Flashing the CC3200
28+
- Make sure that you have built both the *bootloader* and the *application* in **release** mode.
2829
- Make sure the SOP2 jumper is in position.
2930
- Open CCS_Uniflash and connect to the board (by default on port 22).
3031
- Format the serial flash (select 1MB size in case of the CC3200-LAUNCHXL, leave the rest unchecked).
3132
- Mark the following files for erasing: `/cert/ca.pem`, `/cert/client.pm`, `/cert/private.key` and `/tmp/pac.bin`.
32-
- 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.
33+
- 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.
34+
- Add another file with the name of /sys/factimg.bin, and select the URL to point to cc3200\build\<BOARD_NAME>\MCUIMG.BIN.
3335
- Click "Program" to apply all changes.
3436
- Flash the latest service pack (servicepack_1.0.0.1.2.bin) using the "Service Pack Update" button.
3537
- 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
7981
to one, otherwise FileZilla will try to open a second command connection when retrieving and saving files, and for simplicity and
8082
to reduce code size, only one command and one data connections are possible.
8183

82-

0 commit comments

Comments
 (0)