mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 13:55:18 +08:00
doc: Add info about usbdisk to arcx-socket-grid
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
d2344ee915
commit
a503fc6adb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user