inochisa commented on PR #12178:
URL: https://github.com/apache/nuttx/pull/12178#issuecomment-2124618892

   > @inochisa Thanks, does it mean that `ksmp64` and `knetnsh64_smp` won't 
work with OpenSBI / SSTC?
   > 
   > 
https://nuttx.apache.org/docs/latest/platforms/risc-v/qemu-rv/boards/rv-virt/index.html#ksmp64
   > 
   > 
https://nuttx.apache.org/docs/latest/platforms/risc-v/qemu-rv/boards/rv-virt/index.html#knetnsh64-smp
   
   It works only when the cpu number will set to 4.
   
   I think the boot command for kernel mode may need to change as the following.
   
   ```shell
   $ qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -smp <cpu 
number> -kernel nuttx -nographic
   ```


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to