This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a503fc6adb6792ab750015bb06c38f46a32cfcbe Author: Alan Carvalho de Assis <acas...@gmail.com> AuthorDate: Sat Aug 30 17:42:07 2025 -0300 doc: Add info about usbdisk to arcx-socket-grid Signed-off-by: Alan C. Assis <acas...@gmail.com> --- .../platforms/arm/imxrt/boards/arcx-socket-grid/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/platforms/arm/imxrt/boards/arcx-socket-grid/index.rst b/Documentation/platforms/arm/imxrt/boards/arcx-socket-grid/index.rst index e1ebdd95ee..6ed2c4d03a 100644 --- a/Documentation/platforms/arm/imxrt/boards/arcx-socket-grid/index.rst +++ b/Documentation/platforms/arm/imxrt/boards/arcx-socket-grid/index.rst @@ -90,3 +90,14 @@ Configures the NuttShell (nsh) located at examples/nsh. This NSH configuration is focused on low level, command-line driver testing. Built-in applications are supported, but none are enabled. This configuration does not support a network. + +usbdisk +------- + +This board profile allows to use USB Thumb driver connected to USB port. +Typically the device will be recognized and created at /dev/sda. The +user could mount it this way:: + + nsh> mount -t vfat /dev/sda /mnt + +Note: It is assumed that the USB Flash drive was formatted as FAT32.