mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
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 <guoshichao@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user