This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 472e4f623a54ae9da9c6948d9f93f2d75cd06bb6
Author: Matteo Golin <[email protected]>
AuthorDate: Mon Jul 13 17:42:11 2026 -0400

    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 <[email protected]>
---
 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

Reply via email to