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


##########
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:
   @tmedicci Host side.



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