This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ef24233501298d3a349a66a1a2f4a42978851dc7 Author: dongjiuzhu1 <dongjiuz...@xiaomi.com> AuthorDate: Sat Feb 8 12:11:46 2025 +0800 qemu/armv7-a: adjust flash size to free area to register cfi flash 122M->48M, free second cfi flash as filesystem Signed-off-by: dongjiuzhu1 <dongjiuz...@xiaomi.com> --- boards/arm/qemu/qemu-armv7a/configs/full/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/qemu/qemu-armv7a/configs/full/defconfig b/boards/arm/qemu/qemu-armv7a/configs/full/defconfig index 8e1d1e8c98..1b5dc69a8f 100644 --- a/boards/arm/qemu/qemu-armv7a/configs/full/defconfig +++ b/boards/arm/qemu/qemu-armv7a/configs/full/defconfig @@ -52,7 +52,7 @@ CONFIG_EXAMPLES_LUA_MODULE=y CONFIG_EXAMPLES_LVGLDEMO=y CONFIG_EXAMPLES_TOUCHSCREEN=y CONFIG_EXPERIMENTAL=y -CONFIG_FLASH_SIZE=127926272 +CONFIG_FLASH_SIZE=50331648 CONFIG_FLASH_START=0x00600000 CONFIG_FLASH_VSTART=0x00600000 CONFIG_FS_LARGEFILE=y