Vantron
| Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
VT-SBC-C3558R | User Manual 27
3.1.3
USB interface
Insert a USB device via either of the USB Type-A interfaces on the Board before debugging.
Input the following commands to check/configure the USB interface.
1.
Check the information of USB interfaces:
$ lsusb
2.
Display details of the partitions on the USB device:
$ fdisk -l
3.
Mount a USB device to a specified directory (e.g., /mnt):
$ mount /dev/
xxx
/mnt
4.
Check the mounted content:
$ ls /mnt
5.
Unmount the USB device:
$ umount /dev/
xxx