Search
Project
General
Profile
Sign in
Register
Home
Projects
Redmine shortcuts
Search
:
MitySOM-335x (ARM Cortex-A8 Based Products)
All Projects
Mity CPU Platforms
»
MitySOM-335x (ARM Cortex-A8 Based Products)
Overview
Activity
Documents
Wiki
Forums
Download (330 Bytes)
Using USB port
» hokey-pokey.sh
Place in /usr/bin/ -
Jonathan Cormier
, 10/28/2013 02:13 PM
#!/bin/sh
# Turn on the VBUS power when the device is removed so that devices will
# be found again when inserted into the host port. The sleep delays
# are to make sure that the VBUS power is turned on with the right timing.
# Date 10/28/2013
sleep
1
echo
F
>
/proc/driver/musb_hdrc.1
sleep
1
echo
F
>
/proc/driver/musb_hdrc.1
« Previous
1
2
Next »
(2-2/2)
Go to top
Loading...