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
  • Loading branch information
JianyuWang0623 authored and JaeheeKwon committed Nov 28, 2024
1 parent f63a574 commit cac0673
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 cac0673

Please sign in to comment.