-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Describe the bug
- mcx_n9xx_evk/mcxn947/cpu0
- frdm_mcxn947/mcxn947/cpu0
3cd292a is the first bad commit
commit 3cd292a
Author: Jamie McCrae [email protected]
Date: Tue Sep 30 11:07:54 2025 +0100
west.yml: MCUboot synchronization from upstream
Update Zephyr fork of MCUboot to revision:
d5b0dcb9aaee397fc105ae2228e8030038c3d871
Regression
- This is a regression.
Steps to reproduce
scripts/twister -p frdm_mcxn947/mcxn947/cpu0 -T tests/boot/test_mcuboot
Relevant log output
/home/jenkins/agent/workspace/bitbucket_build_platform/zephyr/include/zephyr/devicetree.h:5495:24: note: in expansion of macro 'DT_CHOSEN_zephyr_flash_controller' 5495 | #define DT_CAT(a1, a2) a1 ## a2 | ^~/home/jenkins/agent/workspace/bitbucket_build_platform/zephyr/include/zephyr/devicetree.h:2914:25: note: in expansion of macro 'DT_CAT' 2914 | #define DT_CHOSEN(prop) DT_CAT(DT_CHOSEN_, prop) | ^~~~~~/home/jenkins/agent/workspace/bitbucket_build_platform/bootloader/mcuboot/boot/zephyr/flash_map_extended.c:44:27: note: in expansion of macro 'DT_CHOSEN' 44 | #define FLASH_DEVICE_NODE DT_CHOSEN(zephyr_flash_controller) | ^~~~~~~~~/home/jenkins/agent/workspace/bitbucket_build_platform/bootloader/mcuboot/boot/zephyr/flash_map_extended.c:45:56: note: in expansion of macro 'FLASH_DEVICE_NODE' 45 | #define FLASH_DEVICE_BASE DT_REG_ADDR_BY_IDX(DT_PARENT(FLASH_DEVICE_NODE), 1) | ^~~~~~~~~~~~~~~~~/home/jenkins/agent/workspace/bitbucket_build_platform/bootloader/mcuboot/boot/zephyr/flash_map_extended.c:82:12: note: in expansion of macro 'FLASH_DEVICE_BASE' 82 | *ret = FLASH_DEVICE_BASE; | ^~~~~~~~~~~~~~~~~ninja: build stopped: subcommand failed.FAILED: _sysbuild/sysbuild/images/bootloader/mcuboot-prefix/src/mcuboot-stamp/mcuboot-build /home/jenkins/agent/workspace/bitbucket_build_platform/zephyr/twister-out/mcx_n9xx_evk_mcxn947_cpu0/zephyr/tests/boot/test_mcuboot/bootloader.mcuboot/_sysbuild/sysbuild/images/bootloader/mcuboot-prefix/src/mcuboot-stamp/mcuboot-build cd /home/jenkins/agent/workspace/bitbucket_build_platform/zephyr/twister-out/mcx_n9xx_evk_mcxn947_cpu0/zephyr/tests/boot/test_mcuboot/bootloader.mcuboot/mcuboot && /usr/bin/cmake --build .ninja: build stopped: subcommand failed.
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
- OS: ubuntu
- toolchain: Zephyr
- version: v4.2.0-5025-g4ef1163e3957
Additional Context
No response