File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4554Once the software is running, you have two options to access the MicroPython REPL:
You can’t perform that action at this time.
0 commit comments