75XX USB Host: Difference between revisions

From embeddedTS Manuals
(Created page with "The Cavium CPU supplies 2 standard USB 2.0 ports.")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Cavium CPU supplies 2 standard USB 2.0 ports.
The Cavium CPU supplies standard USB 2.0 ports. The power to the USB can also be toggled by setting a DIO.
 
<source lang=bash>
# This is sourced in the initrd, but if you are running
# from Debian you will need to source the subroutine file.
source /initrd/ts7500.subr
 
# Power off USB
setdiopin 7 0
 
# Power on USB
setdiopin 7 1
</source>

Latest revision as of 09:59, 14 September 2012

The Cavium CPU supplies standard USB 2.0 ports. The power to the USB can also be toggled by setting a DIO.

# This is sourced in the initrd, but if you are running
# from Debian you will need to source the subroutine file.
source /initrd/ts7500.subr

# Power off USB
setdiopin 7 0

# Power on USB
setdiopin 7 1