doc: Add info about usbdisk to arcx-socket-grid
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
d2344ee915
commit
a503fc6adb
1 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue