FreeCalypso > hg > fc-usbser-tools
comparison artifacts/flyswatter1 @ 49:9ca4f9fa415b
artifacts: import from freecalypso-hwlab/eeproms/dumps
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 11 Sep 2023 04:55:27 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 48:9cfe3223fbf8 | 49:9ca4f9fa415b |
|---|---|
| 1 # The original Flyswatter (aka Flyswatter1) by TinCanTools is an | |
| 2 # FT2232D-based buffered JTAG + UART adapter. It has a 93C56 EEPROM | |
| 3 # in which a custom set of textual ID strings have been programmed, | |
| 4 # but the USB ID is still 0403:6010 (FT2232x default and signifying | |
| 5 # a dual UART), causing the bogosity whereby the Linux kernel creates | |
| 6 # two ttyUSB devices for both FT2232D channels, for the first out of | |
| 7 # that pair to subsequently disappear when OpenOCD runs and starts | |
| 8 # accessing Channel A for MPSSE JTAG via libusb. | |
| 9 # | |
| 10 # What follows is a dump of the EEPROM made from the FS1 board I managed | |
| 11 # to score on ebay; given that the serial number string is set to "FS000000", | |
| 12 # I am going to assume that the factory programming was the same on all | |
| 13 # units, without unique serial numbers. | |
| 14 | |
| 15 00: 0000 0403 6010 0500 6480 0008 0200 1896 | |
| 16 10: 16AE 12C4 0056 0000 0000 0000 0000 0000 | |
| 17 20: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 18 30: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 19 40: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 20 50: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 21 60: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 22 70: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 23 80: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 24 90: 0000 0000 0000 0318 0054 0069 006E 0043 | |
| 25 A0: 0061 006E 0054 006F 006F 006C 0073 0316 | |
| 26 B0: 0046 006C 0079 0073 0077 0061 0074 0074 | |
| 27 C0: 0065 0072 0312 0046 0053 0030 0030 0030 | |
| 28 D0: 0030 0030 0030 0302 0000 0000 0000 0000 | |
| 29 E0: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 30 F0: 0000 0000 0000 0000 0000 0000 0000 8317 |
