Open Source & Linux Lab

It's better when it's simple

User Tools

Site Tools


etc:users:jcmvbkbc:hardware

Differences

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

Link to this comparison view

Next revision
Previous revision
etc:users:jcmvbkbc:hardware [2014/10/13 05:53] – created jcmvbkbcetc:users:jcmvbkbc:hardware [2016/08/08 20:53] (current) – ↷ Page moved from users:jcmvbkbc:hardware to etc:users:jcmvbkbc:hardware kel
Line 2: Line 2:
  
 ==== ARM-USB-TINY-H ==== ==== ARM-USB-TINY-H ====
-=== Low voltage UART mode === +Chip datasheet: http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf 
-== Connector pinout ==+=== Connector pinout ===
 <file> <file>
       9 5 1       9 5 1
Line 13: Line 13:
 </file> </file>
  
-  1, 2: Vcc (connected) +=== Low voltage UART mode === 
-  4, 6 and the rest of the low row: GND (connected) +== Pin functions == 
-  5: RX +  * 1, 2: Vcc (connected) 
-  9: TX+  4, 6 and the rest of the low row: GND (connected) 
 +  5: RX (I) 
 +  * 7: CTS# (I) 
 +  * 9: TX (O) 
 +  * 11: RI# (I) 
 +  * 13: RTS# (O) 
 +  * 17: DTR# (O): my modification
  
 == Driver == == Driver ==
-modprobe ftdi_sio vendor=0x15ba product=0x002a+  * http://ftdi-usb-sio.sourceforge.net/ 
 +  * modprobe ftdi_sio vendor=0x15ba product=0x002a 
 +  * echo -n "15ba 002a" > /sys/bus/usb-serial/drivers/ftdi_sio/new_id 
 + 
 +=== Xtensa JTAG === 
 +== Pin functions == 
 +  * 1: Vcc 
 +  * 3: TRST# 
 +  * 4: GND 
 +  * 5: TDI 
 +  * 7: TMS 
 +  * 9: TCK 
 +  * 13: TDO 
 +  * 15: SRST# (doesn't work) 
 + 
 +== topology.xml controller line == 
 +  <controller id='Controller0' module='ft2232' probe='flyswatter' vid='0x15ba' pid='0x002a' usbser='OLVGHYS?' speed='10MHz'/>
etc/users/jcmvbkbc/hardware.1413165193.txt.gz · Last modified: 2014/10/13 05:53 by jcmvbkbc