Skip to content

Commit 1685ffd

Browse files
Gil PitneyAnas Nashif
authored andcommitted
boards: arm: cc3220sf_launchxl: doc: minor clarifications
Added some clarification on flashing instructions for CC3220SF, in support of customer issue. Jira: ZEP-2581 Signed-off-by: Gil Pitney <[email protected]>
1 parent 4225b79 commit 1685ffd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

boards/arm/cc3220sf_launchxl/doc/cc3220sf_launchxl.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ For Windows developers, see the `CC3220 Getting Started Guide`_ for
9999
instructions on installation of tools, and how to flash the board using
100100
UniFlash.
101101

102+
Note that zephyr.bin produced by the Zephyr SDK may not load via
103+
UniFlash tool. If encountering difficulties, use the zephyr.elf
104+
file and dslite.sh instead.
105+
102106
The following instructions are geared towards Linux developers who
103107
prefer command line tools to an IDE.
104108

@@ -132,8 +136,7 @@ Prerequisites:
132136

133137
#. Ensure CONFIG_XIP=y is set.
134138

135-
The default board configuration file can be found at
136-
:file:`boards/arm/cc3220sf_launchxl/cc3220sf_launchxl_defconfig`.
139+
Add a 'CONFIG_XIP=y' line to the project's prj.conf file.
137140

138141
This locates the program into flash, and sets CONFIG_CC3220SF_DEBUG=y,
139142
which prepends a debug header enabling the flash to persist over

0 commit comments

Comments
 (0)