Replies: 1 comment
-
Okay I found the issue: mcuboot doesn't include a configuration file for the xiao_esp32s3. As such it broke apart during build. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. I've been trying to get started with zephyr on the XIAO ESP32S3 board and I've run into issues building the
hello_world
sample as instructed by the corresponding documentation. It fails during linking stage while building the mcuboot image, due tomcuboot_assert_handler
being undefined.I've tried building it with:
west build -p always -b xiao_esp32s3 --sysbuild samples/hello_world
as it is done in the manual.I've attached the full build log below, but the following error occurs for me:
I was also able to find a few other interesting things:
esp32s3_devkitm
builds without issues and the file which would actually define the function (mcuboot/boot/espressif/port/esp_mcuboot.c
) doesn't get imported in either of them. This issue seems to persist since the introduction of the xiao_esp32s3.LOG: build.log
Beta Was this translation helpful? Give feedback.
All reactions