File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ make BTARGET=bootloader BTYPE=release
25
25
```
26
26
27
27
## Flashing the CC3200
28
+ - Make sure that you have built both the * bootloader* and the * application* in ** release** mode.
28
29
- Make sure the SOP2 jumper is in position.
29
30
- Open CCS_Uniflash and connect to the board (by default on port 22).
30
31
- Format the serial flash (select 1MB size in case of the CC3200-LAUNCHXL, leave the rest unchecked).
31
32
- 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.
33
35
- Click "Program" to apply all changes.
34
36
- Flash the latest service pack (servicepack_1.0.0.1.2.bin) using the "Service Pack Update" button.
35
37
- 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
79
81
to one, otherwise FileZilla will try to open a second command connection when retrieving and saving files, and for simplicity and
80
82
to reduce code size, only one command and one data connections are possible.
81
83
82
-
You can’t perform that action at this time.
0 commit comments