Skip to content

Commit

Permalink
Documentation/esp32s3-devkit: Add doc for esp32s3-devkit/USBMSC
Browse files Browse the repository at this point in the history
More details: apache#14966

Signed-off-by: wangjianyu3 <[email protected]>
  • Loading branch information
JianyuWang0623 committed Nov 27, 2024
1 parent 3cc74a6 commit 209c0ce
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -827,3 +827,23 @@ Then check the partition::
crw-rw-rw- 0 ttyS0
frw-rw-rw- 4096 txtable
crw-rw-rw- 0 zero

usbmsc
------

Basic USBMSC(USB Mass Storage Class) configuration based on esp32s3-devkit:usb_device

You can run the configuration and compilation procedure::

$ ./tools/configure.sh -l esp32s3-devkit:usbmsc
$ make flash ESPTOOL_PORT=/dev/ttyACMx -j16

To test it, just run the following::

# Device
nsh> mkrd -m 10 -s 512 640
nsh> msconn

# Host
$ sudo mkfs.ext4 /dev/sdx
$ sudo mount /dev/sdx ./mnt/

0 comments on commit 209c0ce

Please sign in to comment.