Skip to content

Commit 219a74c

Browse files
author
Daniel Campora
committed
cc3200/README.md: Add notes about deploying a new software version.
1 parent 7370fd5 commit 219a74c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cc3200/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ there. Make sure to use a **v4.1 (or higer) LAUNCHXL board** when trying this po
4040
- Flash the latest service pack (servicepack_1.0.0.10.0.bin) using the "Service Pack Update" button.
4141
- Close CCS_Uniflash, remove the SOP2 jumper and reset the board.
4242

43+
## Updating the board to with new software version
44+
- Make sure the board is running and connected to the same network as the computer.
45+
46+
```bash
47+
make BTARGET=application BTYPE=release BOARD=LAUNCHXL WIPY_IP=192.168.1.1 WIPY_USER=micro WIPY_PWD=python deploy
48+
```
49+
50+
If WIPY_IP, WIPY_USER or WIPY_PWD are omitted the default values (the ones shown above) will be used.
51+
4352
## Playing with MicroPython and the CC3200:
4453

4554
Once the software is running, you have two options to access the MicroPython REPL:

0 commit comments

Comments
 (0)