File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7981to one, otherwise FileZilla will try to open a second command connection when retrieving and saving files, and for simplicity and
8082to reduce code size, only one command and one data connections are possible.
8183
82-
You can’t perform that action at this time.
0 commit comments