@@ -94,12 +94,12 @@ To build the sample application using sysbuild use the command:
9494.. zephyr-app-commands ::
9595 :tool: west
9696 :zephyr-app: samples/hello_world
97- :board: xiao_esp32c6
97+ :board: xiao_esp32c6/esp32c6/hpcore
9898 :goals: build
9999 :west-args: --sysbuild
100100 :compact:
101101
102- By default, the ESP32 sysbuild creates bootloader (MCUboot) and application
102+ By default, the ESP32-C6 sysbuild creates bootloader (MCUboot) and application
103103images. But it can be configured to create other kind of images.
104104
105105Build directory structure created by sysbuild is different from traditional
@@ -143,7 +143,7 @@ Build and flash applications as usual (see :ref:`build_an_application` and
143143
144144.. zephyr-app-commands ::
145145 :zephyr-app: samples/hello_world
146- :board: xiao_esp32c6
146+ :board: xiao_esp32c6/esp32c6/hpcore
147147 :goals: build
148148
149149The usual ``flash `` target will work with the ``xiao_esp32c6 `` board
@@ -152,7 +152,7 @@ application.
152152
153153.. zephyr-app-commands ::
154154 :zephyr-app: samples/hello_world
155- :board: xiao_esp32c6
155+ :board: xiao_esp32c6/esp32c6/hpcore
156156 :goals: flash
157157
158158Since the Zephyr console is by default on the ``usb_serial `` device, we use
@@ -168,7 +168,7 @@ message in the monitor:
168168.. code-block :: console
169169
170170 ***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
171- Hello World! xiao_esp32c6/esp32c6
171+ Hello World! xiao_esp32c6/esp32c6/hpcore
172172
173173 Debugging
174174*********
@@ -185,15 +185,15 @@ Here is an example for building the :zephyr:code-sample:`hello_world` applicatio
185185
186186.. zephyr-app-commands ::
187187 :zephyr-app: samples/hello_world
188- :board: xiao_esp32c6
188+ :board: xiao_esp32c6/esp32c6/hpcore
189189 :goals: build flash
190190 :gen-args: -DOPENOCD=<path/to/bin/openocd> -DOPENOCD_DEFAULT_PATH=<path/to/openocd/share/openocd/scripts>
191191
192192You can debug an application in the usual way. Here is an example for the :zephyr:code-sample: `hello_world ` application.
193193
194194.. zephyr-app-commands ::
195195 :zephyr-app: samples/hello_world
196- :board: xiao_esp32c6
196+ :board: xiao_esp32c6/esp32c6/hpcore
197197 :goals: debug
198198
199199References
0 commit comments