Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
f28ed55a
Commit
f28ed55a
authored
Jun 11, 2015
by
Daniel Campora
Browse files
cc3200/README.md: Specify the board name in the build command.
parent
0a903be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
cc3200/README.md
View file @
f28ed55a
# Build Instructions for the CC3200
Currently the CC3200 port of Micro Python builds under Linux and OSX
and
not under Windows.
Currently the CC3200 port of Micro Python builds under Linux and OSX
**but
not under Windows
**
.
The tool chain required for the build can be found at
<https://launchpad.net/gcc-arm-embedded>
.
...
...
@@ -13,15 +13,15 @@ In order to debug the port specific code, optimizations need to be disabled on t
port file (check the Makefile for specific details). You can use CCS from TI.
Use the CC3200.ccxml file supplied with this distribution for the debuuger configuration.
```
bash
make
BTARGET
=
application
BTYPE
=
debug
make
BTARGET
=
application
BTYPE
=
debug
BOARD
=
LAUNCHXL
```
## To build an image suitable to be flashed to the device:
```
bash
make
BTARGET
=
application
BTYPE
=
release
make
BTARGET
=
application
BTYPE
=
release
BOARD
=
LAUNCHXL
```
## Building the bootloader
```
bash
make
BTARGET
=
bootloader
BTYPE
=
release
make
BTARGET
=
bootloader
BTYPE
=
release
BOARD
=
LAUNCHXL
```
## Regarding old revisions of the CC3200-LAUNCHXL
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment