From 4bbaed2b74ea4eb6a8831942b103926faf523b91 Mon Sep 17 00:00:00 2001 From: guoshichao Date: Fri, 28 Nov 2025 19:32:38 +0800 Subject: [PATCH] nucleo-h743zi/elf: modify the romfs img file path Since the directory structure of the examples/elf project has been reorganized, the corresponding ROMFS_IMAGEFILE path also needs to be adjusted. Signed-off-by: guoshichao --- boards/arm/stm32h7/nucleo-h743zi/configs/elf/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/stm32h7/nucleo-h743zi/configs/elf/defconfig b/boards/arm/stm32h7/nucleo-h743zi/configs/elf/defconfig index 6e97328913f72..846123ea2d957 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/configs/elf/defconfig +++ b/boards/arm/stm32h7/nucleo-h743zi/configs/elf/defconfig @@ -58,7 +58,7 @@ CONFIG_START_MONTH=12 CONFIG_START_YEAR=2011 CONFIG_STM32H7_USART3=y CONFIG_STM32_ROMFS=y -CONFIG_STM32_ROMFS_IMAGEFILE="../../apps/examples/elf/tests/romfs.img" +CONFIG_STM32_ROMFS_IMAGEFILE="../../apps/examples/elf/main/elf_romfs.img" CONFIG_SYSTEM_NSH=y CONFIG_TASK_NAME_SIZE=0 CONFIG_TLS_NELEM=4