Closed jonkensta closed 7 months ago
Hi @jonkensta! We appreciate you submitting your first issue for our open-source project. 🌟
Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Describe the bug System build for
samples/hello_world
fails for boardesp32c3_luatos_core_usb
.Specifically, the reproduction steps below result in the following error:
Note that while this issue applies to the board
esp32c3_luatos_core_usb
, system build for the related boardesp32c3_luatos_core
seems to work fine.Workaround It's possible to workaround this issue by doing the following within the
zephyrproject
folder:indicating that the issue is caused by a missing
MCUboot
.conf
file for this board.To Reproduce Steps to reproduce the behavior:
cmake -Bbuild -GNinja -DBOARD=esp32c3_luatos_core_usb -DAPP_DIR=samples/hello_world share/sysbuild
ninja -Cbuild
Expected behavior I expected the system build to finish without failing.
Impact Given the workaround, the impact is minimal.
Environment