FreeCalypso > hg > fc-usbser-tools
view eeproms/jtag-unbuf @ 105:1e820ed0904e
Installed-binaries: list of binaries installed by this package
I am establishing a new convention for all FreeCalypso tools, across
different packages and source repositories: each FC tools package
will have a file name Installed-binaries listing all user-invokable
binaries that package installs in /opt/freecalypso/bin. These files
are to serve as an aid to users and distro package maintainers who
prefer to not add /opt/freecalypso/bin to their PATH. The alternative
to adding this directory to PATH is to create a symlink for every
installed binary in some standard location such as /usr/bin or
/usr/local/bin, pointing to the actual binary in /opt/freecalypso/bin;
having a list of all FC-installed binaries in a standardized format
will allow this process to be automated.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 Sep 2023 19:42:53 +0000 |
parents | d46ea7a3fa0c |
children |
line wrap: on
line source
# This EEPROM configuration is meant to be programmed into COTS FT2232D # breakout boards used as unbuffered JTAG adapters. The custom USB VID:PID # belongs to Falconia Partners LLC; we hereby allow the community to program # this PID into generic FT2232D boards (not made by Falconia) as long as # it is used for the present purpose with this full EEPROM configuration. # # The purpose of having a custom USB ID is to prevent the Linux kernel # ftdi_sio driver from treating this FT2232D instance as a dual UART and # creating a ttyUSB device for Channel A. If you wish to use Channel B # as a UART (which is still available for that purpose), you will need to use # a Linux kernel version with commit 6cf87e5edd9944e1d3b6efd966ea401effc304ee # included, or apply that commit locally if your kernel version does not # include it. ftdi-chip FT2232x vid 0x0403 # FTDI pid 0x7151 # Allocated by FTDI to Falconia Partners LLC manuf FTDI product Unbuffered JTAG adapter # We program Channel A to come up in the 245 FIFO mode prior to being # switched into MPSSE mode by OpenOCD, as opposed to the default 232 UART mode. # If the FT2232D chip's ADBUS pins are connected directly to the JTAG target # without a buffer (what we mean by an unbuffered JTAG adapter), the default # 232 UART mode is NOT safe, as it will produce a fight on the ADBUS2 line # between the UART RTS output and the target's TDO output. 245 FIFO mode is # expected to be safer, as all 8 ADBUS lines will be inputs for as long as # the ACBUS2 line is left unconnected and not driven by anything. byte00 0x01 # Channel A: FIFO mode, D2XX driver byte01 0x08 # Channel B: UART mode, VCP driver