diff options
author | Daniel Campora <daniel@wipy.io> | 2015-07-04 16:32:49 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-07-04 16:32:49 +0200 |
commit | 219a74c0146ab9a3a68409a4a86a0109e28ea319 (patch) | |
tree | 604cc168b0eedb04393b9b406ef1933e095fb554 | |
parent | 7370fd55605e9d7668e2ab8257c08109d08490f2 (diff) |
cc3200/README.md: Add notes about deploying a new software version.
-rw-r--r-- | cc3200/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cc3200/README.md b/cc3200/README.md index 148bdf336..621d795e6 100644 --- a/cc3200/README.md +++ b/cc3200/README.md @@ -40,6 +40,15 @@ there. Make sure to use a **v4.1 (or higer) LAUNCHXL board** when trying this po - Flash the latest service pack (servicepack_1.0.0.10.0.bin) using the "Service Pack Update" button. - Close CCS_Uniflash, remove the SOP2 jumper and reset the board. +## Updating the board to with new software version +- Make sure the board is running and connected to the same network as the computer. + +```bash +make BTARGET=application BTYPE=release BOARD=LAUNCHXL WIPY_IP=192.168.1.1 WIPY_USER=micro WIPY_PWD=python deploy +``` + +If WIPY_IP, WIPY_USER or WIPY_PWD are omitted the default values (the ones shown above) will be used. + ## Playing with MicroPython and the CC3200: Once the software is running, you have two options to access the MicroPython REPL: |