acassis commented on code in PR #8762:
URL: https://github.com/apache/nuttx/pull/8762#discussion_r1130163055


##########
boards/risc-v/qemu-rv/rv-virt/README.txt:
##########
@@ -20,14 +20,17 @@
   $ ./tools/configure.sh rv-virt:nsh
   $ make V=1 -j7
 
-3.2 Configure and build NuttX for BUILD_KERNEL
+3.2 Configure and build NuttX for BUILD_KERNEL, 64-bit or 32-bit
 
   $ mkdir ./nuttx; cd ./nuttx
   $ git clone https://github.com/apache/nuttx.git nuttx
   $ git clone https://github.com/apache/nuttx-apps.git apps
   $ cd nuttx
   $ make distclean
-  $ ./tools/configure.sh rv-virt:knsh64
+  $ # For 64-bit build.
+  $ ./tools/configure.sh rv-virt:knsh64 
+  $ # For 32-bit build.
+  $ ./tools/configure.sh rv-virt:knsh32
   $ make V=1 -j7
   $ make export V=1
   $ cd ../apps

Review Comment:
   Please consider moving it to Documentation/ to be displayed at 
https://nuttx.apache.org/docs/latest/platforms/risc-v/index.html
   We need to phase out the README.txt from boards/



-- 
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