Linux USB Host: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 3: | Line 3: | ||
= Example DiskOnKey = | = Example DiskOnKey = | ||
Insert DiskOnKey: | Insert DiskOnKey: | ||
<pre>usb | <pre>root@imx6ul-var-dart:~# usb 1-1: new high-speed USB device number 3 using ci_hdrc | ||
usb-storage | usb-storage 1-1:1.0: USB Mass Storage device detected | ||
scsi1 : usb-storage 1-1:1.0 | |||
scsi | scsi 1:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 8.02 PQ: 0 ANSI: 0 CCS | ||
sd | sd 1:0:0:0: [sda] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB) | ||
sd | sd 1:0:0:0: [sda] Write Protect is off | ||
sd | sd 1:0:0:0: [sda] No Caching mode page found | ||
sd 1:0:0:0: [sda] Assuming drive cache: write through | |||
sd | sd 1:0:0:0: [sda] No Caching mode page found | ||
sd 1:0:0:0: [sda] Assuming drive cache: write through | |||
sda: sda1 sda2 | |||
sd 1:0:0:0: [sda] No Caching mode page found | |||
sd 1:0:0:0: [sda] Assuming drive cache: write thr | |||
</pre> | </pre> | ||
List directory | List directory | ||
<pre> $ ls /run/media/ | <pre> $ root@imx6ul-var-dart:~# ls /run/media/sda1 | ||
$RECYCLE.BIN bookmarks-2015-06-25.json | $RECYCLE.BIN bookmarks-2015-06-25.json | ||
Android iMX6_gpio_test | Android iMX6_gpio_test | ||
LOST.DIR linux-3.2.0-psp04.06.00.11 | LOST.DIR junk | ||
LS1021_SOM linux-3.2.0-psp04.06.00.11 | |||
Movies | Movies tek00000.png | ||
Mpeg | Mpeg tek00001.png | ||
Music | Music tek00002.png | ||
Playlists | Playlists test0.wav | ||
SanDiskSecureAccessV2.0 | SanDiskSecureAccessV2.0 test2.wav | ||
SanDiskSecureAccessV2_win.exe | SanDiskSecureAccessV2_win.exe test3.wav | ||
System Volume Information | System Volume Information testx.wav | ||
TIInit_11.8.32.bts | TIInit_11.8.32.bts vmlinux | ||
VAR-SOM-AM33-SCHV212.DSN wl1271-nvs.bin | VAR-SOM-AM33-SCHV212.DSN wifi_fw_android_working | ||
am43-demo wl1271-nvs.bin | |||
apk | apk xorcom | ||
backing_file | backing_file zImage | ||
</pre> | </pre> | ||
Write some data: | Write some data: | ||
<pre>$ dd if=/dev/urandom of=/run/media/ | <pre>$ dd if=/dev/urandom of=/run/media/sda1/junk bs=1M count=20 | ||
20+0 records in | 20+0 records in | ||
20+0 records out | 20+0 records out | ||
20971520 bytes (21 MB) copied, | 20971520 bytes (21 MB) copied, 22.9626 s, 913 kB/s | ||
</pre> | </pre> | ||
Revision as of 16:01, 27 December 2015
DART-6UL USB Host
Plug a DiskOnKey, Mouse or Keyboard to any of the 3 USB host ports on the DVK.
Example DiskOnKey
Insert DiskOnKey:
root@imx6ul-var-dart:~# usb 1-1: new high-speed USB device number 3 using ci_hdrc usb-storage 1-1:1.0: USB Mass Storage device detected scsi1 : usb-storage 1-1:1.0 scsi 1:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 8.02 PQ: 0 ANSI: 0 CCS sd 1:0:0:0: [sda] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB) sd 1:0:0:0: [sda] Write Protect is off sd 1:0:0:0: [sda] No Caching mode page found sd 1:0:0:0: [sda] Assuming drive cache: write through sd 1:0:0:0: [sda] No Caching mode page found sd 1:0:0:0: [sda] Assuming drive cache: write through sda: sda1 sda2 sd 1:0:0:0: [sda] No Caching mode page found sd 1:0:0:0: [sda] Assuming drive cache: write thr
List directory
$ root@imx6ul-var-dart:~# ls /run/media/sda1 $RECYCLE.BIN bookmarks-2015-06-25.json Android iMX6_gpio_test LOST.DIR junk LS1021_SOM linux-3.2.0-psp04.06.00.11 Movies tek00000.png Mpeg tek00001.png Music tek00002.png Playlists test0.wav SanDiskSecureAccessV2.0 test2.wav SanDiskSecureAccessV2_win.exe test3.wav System Volume Information testx.wav TIInit_11.8.32.bts vmlinux VAR-SOM-AM33-SCHV212.DSN wifi_fw_android_working am43-demo wl1271-nvs.bin apk xorcom backing_file zImage
Write some data:
$ dd if=/dev/urandom of=/run/media/sda1/junk bs=1M count=20 20+0 records in 20+0 records out 20971520 bytes (21 MB) copied, 22.9626 s, 913 kB/s
Example FTDI
Inseret the FTDI device:
usb 2-1.2: USB disconnect, device number 4 usb 2-1.2: new full-speed USB device number 7 using ci_hdrc usbcore: registered new interface driver usbserial usbcore: registered new interface driver usbserial_generic usbserial: USB Serial support registered for generic usbcore: registered new interface driver ftdi_sio usbserial: USB Serial support registered for FTDI USB Serial Device ftdi_sio 2-1.2:1.0: FTDI USB Serial Device converter detected usb 2-1.2: Detected FT232RL usb 2-1.2: Number of endpoints 2 usb 2-1.2: Endpoint 1 MaxPacketSize 64 usb 2-1.2: Endpoint 2 MaxPacketSize 64 usb 2-1.2: Setting MaxPacketSize 64 usb 2-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
Connect to the target:
$ ssh root@192.168.1.130
Start minicom and set the interface
$ minicom -s
connect pin 2 to 3 on the serial port and test for loop-back.