TS-7250-V3 USB Ports: Difference between revisions

From embeddedTS Manuals
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
The TS-7250-V3 has 2 USB type A host ports.  The bottom USB host port can optionally be routed to the [[#XBEE Header]] for USB cell modems.
The TS-7250-V3 has 2 USB type A host ports.  The bottom USB host port can optionally be routed to the [[#XBEE Header]] for USB cell modems with the SEL_XBEE_USB signal.


<source lang=bash>
<source lang=bash>
# Route USB to XBEE
# Route USB to XBEE
gpioset 0 11=1
gpioset 209c000.gpio 11=1


# Route USB to bottom of J2 (default)
# Route USB to bottom of J2 (default)
gpioset 0 11=0
gpioset 209c000.gpio 11=0
</source>
</source>


Power can also be controlled to save power or reboot peripherals in the field.
Power can also be controlled to save power or reboot peripherals in the field.
<source lang=bash>
<source lang=bash>
gpioset 2 0=0 # Turn off USB Power
gpioset 20a4000.gpio 0=0 # Turn off USB Power
gpioset 2 0=1 # Turn on USB power
gpioset 20a4000.gpio 0=1 # Turn on USB power
</source>
</source>

Revision as of 10:07, 23 March 2023

The TS-7250-V3 has 2 USB type A host ports. The bottom USB host port can optionally be routed to the #XBEE Header for USB cell modems with the SEL_XBEE_USB signal.

# Route USB to XBEE
gpioset 209c000.gpio 11=1

# Route USB to bottom of J2 (default)
gpioset 209c000.gpio 11=0

Power can also be controlled to save power or reboot peripherals in the field.

gpioset 20a4000.gpio 0=0 # Turn off USB Power
gpioset 20a4000.gpio 0=1 # Turn on USB power