From 78d22b997ceaae9abfb3e8d719eb4fa76775603a Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Tue, 23 Jan 2024 10:03:00 +0900 Subject: [PATCH] boards: rv-virt: Fix the hello app crash with nsh64 Summary: - I noticed that the hello app crashes due to https://github.com/apache/nuttx/pull/11576 - This is a tentative fix to avoid the crash Impact: - None Testing: - Tested with qemu-8.2.0 Signed-off-by: Masayuki Ishikawa --- boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig b/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig index b0945434392..049af34f2f5 100644 --- a/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig +++ b/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig @@ -34,7 +34,7 @@ CONFIG_DEBUG_SYMBOLS=y CONFIG_DEVICE_TREE=y CONFIG_DEV_ZERO=y CONFIG_ELF=y -CONFIG_EXAMPLES_HELLO=m +CONFIG_EXAMPLES_HELLO=y CONFIG_FS_HOSTFS=y CONFIG_FS_PROCFS=y CONFIG_IDLETHREAD_STACKSIZE=2048