Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
university:tools:pluto:usb_otg_host_function_support [05 Jul 2017 11:43] – [Supported WIFI chipsets] Michael Hennerichuniversity:tools:pluto:usb_otg_host_function_support [27 Jan 2021 22:37] (current) – use wp> interwiki links Robin Getz
Line 2: Line 2:
      
 When the device is powered from the Auxiliary Power Supply it support various HOST functions, such as USB WIFI, Storage and HID. When the device is powered from the Auxiliary Power Supply it support various HOST functions, such as USB WIFI, Storage and HID.
-Using the correct cables is the key to [[https://en.wikipedia.org/wiki/USB_On-The-Go|OTG]] operation.+Using the correct cables is the key to [[wp>USB_On-The-Go|OTG]] operation.
  
 ===== USB Wifi Support ===== ===== USB Wifi Support =====
Line 24: Line 24:
 Many cheap and widely available modules will work - If you need a recommendation. The models listed below have been tested:  Many cheap and widely available modules will work - If you need a recommendation. The models listed below have been tested: 
   * TP-Link TL-WN725N Nano WLAN   * TP-Link TL-WN725N Nano WLAN
 +  * Cisco WUSB600N V2
  
 ===== USB Wired Ethernet Support ===== ===== USB Wired Ethernet Support =====
Line 47: Line 48:
 ===== Mass Storage Drive Support =====  ===== Mass Storage Drive Support ===== 
  
-PlutoSDR or M2k allows in [[https://en.wikipedia.org/wiki/USB_On-The-Go|OTG]] Host mode the attachment of USB Mass Storage Devices. +PlutoSDR or M2k allows in [[wp>USB_On-The-Go|OTG]] Host mode the attachment of USB Mass Storage Devices. 
-The supported file system is currently [[https://en.wikipedia.org/wiki/File_Allocation_Table|FAT/FAT32]] only. Kernel Hotplug mechanisms are used to automount the available partitions under /media. Once the storage is mounted the LED1 will stay constantly ON. Upon storage removal the media is un-mounted and the **LED1** will resume its heartbeat flash. There is also a save unmount functionality implemented using the hidden button. If pressed while a media is mounted the media is unmounted and the **LED1** will also resume to heartbeat flash.+The supported file system is currently [[wp>File_Allocation_Table|FAT/FAT32]] only. Kernel Hotplug mechanisms are used to automount the available partitions under /media. Once the storage is mounted the LED1 will stay constantly ON. Upon storage removal the media is un-mounted and the **LED1** will resume its heartbeat flash. There is also a save unmount functionality implemented using the [[./hacking/hardware#connectors|hidden button]]. If pressed while a media is mounted the media is unmounted and the **LED1** will also resume to heartbeat flash.
  
 Someone may ask what’s the purpose of the USB Mass Storage Device Support? Someone may ask what’s the purpose of the USB Mass Storage Device Support?
Line 54: Line 55:
 ==== Auto Run Support ==== ==== Auto Run Support ====
  
-After mounting the attached storage the filesystem root is scanned for files named ''runme[XX][.sh]''. Where XX is optimal or can be any decimal numbers starting from 0..99. The number defines the sequence in which the scripts or executables are executed. If the file extension is ''.sh'' the shell script is sourced for speed. If no ''.sh'' extension a subprocess is forked.  +After mounting the attached storage the filesystem root is scanned for files named ''runme[XX][.sh]''. Where XX is optional or can be any decimal numbers starting from 0..99. The number defines the sequence in which the scripts or executables are executed. If the file extension is ''.sh'' the shell script is sourced for speed. If no ''.sh'' extension a subprocess is forked.  
  
        
  
university/tools/pluto/usb_otg_host_function_support.txt · Last modified: 27 Jan 2021 22:37 by Robin Getz