From 472e4f623a54ae9da9c6948d9f93f2d75cd06bb6 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Mon, 13 Jul 2026 17:42:11 -0400 Subject: [PATCH] boards/raspberrypi-4b: Fix nxinit configuration SD issues Propagate the solution for SD card bugs to the nxinit configuration, which also uses the nxinit configuration. Signed-off-by: Matteo Golin --- boards/arm64/bcm2711/raspberrypi-4b/configs/nxinit/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm64/bcm2711/raspberrypi-4b/configs/nxinit/defconfig b/boards/arm64/bcm2711/raspberrypi-4b/configs/nxinit/defconfig index 857a1faa08f..bfb710b2638 100644 --- a/boards/arm64/bcm2711/raspberrypi-4b/configs/nxinit/defconfig +++ b/boards/arm64/bcm2711/raspberrypi-4b/configs/nxinit/defconfig @@ -36,6 +36,7 @@ CONFIG_IDLETHREAD_STACKSIZE=8192 CONFIG_INIT_ENTRYPOINT="init_main" CONFIG_INTELHEX_BINARY=y CONFIG_LIBC_EXECFUNCS=y +CONFIG_MMCSD_MULTIBLOCK_LIMIT=1 CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_FILEIOSIZE=512 CONFIG_NSH_READLINE=y