Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe2eb5f

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

1 file changed

+3-2Lines changed: 3 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎cc3200/README.md‎

Copy file name to clipboardExpand all lines: cc3200/README.md
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.