anchao opened a new pull request, #9075: URL: https://github.com/apache/nuttx/pull/9075
## Summary rv-virt/nsh64: enable CONFIG_BCH to support block device access Since ramdisk is registered as block device, enable CONFIG_BCH to support block device access Signed-off-by: chao an <[email protected]> ## Impact N/A Issue: https://github.com/apache/nuttx/issues/8750 ## Testing ```bash $ qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -smp 8 -bios none -kernel nuttx -nographic NuttShell (NSH) NuttX-10.4.0 nsh> mkrd 1024 nsh> dd if=/dev/zero of=/dev/ram0 bs=1 count=524288 nsh> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
