tmedicci commented on code in PR #15836: URL: https://github.com/apache/nuttx/pull/15836#discussion_r1958071860
########## 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: Thanks. Can you improve documentation? Say the following commands should be run in the host system with ADB and Fastboot installed (provide a reference for the required packages) and the commands run in a terminal? -- 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