You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,7 +111,7 @@ For example, the following command builds headset and gateway applications using
107
111
108
112
.. code-block:: console
109
113
110
-
python buildprog.py -c app -b debug -d both
114
+
python buildprog.py -c app -b debug -d both -t unicast
111
115
112
116
The command can be run from any location, as long as the correct path to :file:`buildprog.py` is given.
113
117
@@ -132,9 +136,9 @@ The command for programming can look as follows:
132
136
133
137
.. code-block:: console
134
138
135
-
python buildprog.py -c both -b debug -d both -p
139
+
python buildprog.py -c both -b debug -d both -t unicast -p
136
140
137
-
This command builds the headset and the gateway applications with ``debug`` version of both the application core binary and the network core binary - and programs each to its respective core.
141
+
This command builds the unicast headset and the gateway applications with ``debug`` version of both the application core binary and the network core binary - and programs each to its respective core.
138
142
If you want to rebuild from scratch, you can add the ``--pristine`` parameter to the command (west's ``-p`` for cannot be used for a pristine build with the script).
139
143
140
144
.. note::
@@ -143,7 +147,7 @@ If you want to rebuild from scratch, you can add the ``--pristine`` parameter to
143
147
144
148
.. code-block:: console
145
149
146
-
python buildprog.py -c both -b debug -d both -p --recover_on_fail
150
+
python buildprog.py -c both -b debug -d both -t unicast -p --recover_on_fail
0 commit comments