From 8dae9905aa4ac294dca9eead9459cfddb9094072 Mon Sep 17 00:00:00 2001 From: Peter van der Perk Date: Mon, 5 Feb 2024 16:31:36 +0100 Subject: [PATCH] fmu-v6xrt: hotfix for sdio crash when reading multiblock to unaligned memory --- boards/px4/fmu-v6xrt/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/px4/fmu-v6xrt/nuttx-config/nsh/defconfig b/boards/px4/fmu-v6xrt/nuttx-config/nsh/defconfig index d5cec45e5907..76198dd15481 100644 --- a/boards/px4/fmu-v6xrt/nuttx-config/nsh/defconfig +++ b/boards/px4/fmu-v6xrt/nuttx-config/nsh/defconfig @@ -185,6 +185,7 @@ CONFIG_LPUART8_TXDMA=y CONFIG_MEMSET_64BIT=y CONFIG_MEMSET_OPTSPEED=y CONFIG_MMCSD=y +CONFIG_MMCSD_MULTIBLOCK_LIMIT=1 CONFIG_MMCSD_SDIO=y CONFIG_MTD=y CONFIG_MTD_BYTE_WRITE=y