Re: [PR] riscv qemu-rv: fix kernel mapping by enabling CONFIG_MM_KMAP in knsh [nuttx]

2025-06-12 Thread via GitHub
acassis merged PR #16508: URL: https://github.com/apache/nuttx/pull/16508 -- 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: commits-unsubscr...@nuttx.apac

Re: [PR] riscv qemu-rv: fix kernel mapping by enabling CONFIG_MM_KMAP in knsh [nuttx]

2025-06-11 Thread via GitHub
xiaoxiang781216 commented on PR #16508: URL: https://github.com/apache/nuttx/pull/16508#issuecomment-2961596190 @atr294 please fix the order issue of defconfig by running: ``` ./tools/refresh.sh --silent rv-virt/knetnsh64_smp ``` -- This is an automated message from the Apache Git

[PR] riscv qemu-rv: fix kernel mapping by enabling CONFIG_MM_KMAP in knsh [nuttx]

2025-06-10 Thread via GitHub
atr294 opened a new pull request, #16508: URL: https://github.com/apache/nuttx/pull/16508 ## Summary * Enable CONFIG_MM_KMAP in the knsh defconfig for the QEMU RISC-V board. This change addresses kernel mapping issues when running in S-mode with the MMU enabled, as discussed in [apa