JianyuWang0623 commented on code in PR #15836:
URL: https://github.com/apache/nuttx/pull/15836#discussion_r1958136503


##########
Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst:
##########
@@ -857,3 +857,23 @@ To test it, just run the following::
   # Host
   $ sudo mkfs.ext4 /dev/sdx
   $ sudo mount /dev/sdx ./mnt/
+
+fastboot
+--------
+
+Basic Fastboot configuration based on esp32s3-devkit:usb_device
+
+You can run the configuration and compilation procedure::
+
+  $ ./tools/configure.sh -l esp32s3-devkit:fastboot
+  $ make flash ESPTOOL_PORT=/dev/ttyACMx -j
+
+To test it, just run the following::
+
+  # Host
+  $ fastboot devices
+  1234    fastboot
+
+  $ fastboot getvar kernel
+  Kernel: NuttX
+  Finished. Total time: 0.000s

Review Comment:
   > Say the following commands should be run in the host system
   
   Line 873 said, maybe not noticeable, moved out of code block.
   
   Already copied from a terminal(bash), splited commands and examples.
   
   People can install fastboot tool by executing `sudo apt install fastboot`, 
added to doc.
   
   
![image](https://github.com/user-attachments/assets/8e3c9be8-2b20-489d-becf-af021e1d5177)



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