FreeCalypso > hg > freecalypso-hwlab
comparison eeproms/dumps/om-debug-board-v3 @ 48:af70c59654ed
EEPROM dumps moved into eeproms/dumps and properly annotated
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 22 Apr 2019 21:36:48 +0000 | 
| parents | eeproms/om-debug-board-v3@56780c191b58 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 47:2c092eb1621b | 48:af70c59654ed | 
|---|---|
| 1 # Openmoko's custom debug board for their Neo1973 and Neo FreeRunner | |
| 2 # smartphones is an important piece of history; to the best of my | |
| 3 # (Mychaela's) understanding, it was one of the first FT2232x devices | |
| 4 # to formalize the idea of having the kernel create only one ttyUSB | |
| 5 # device for Channel B (which is a standard UART), leaving Channel A | |
| 6 # untouched for userspace applications like OpenOCD. The feat is | |
| 7 # accomplished by giving the device a custom USB ID (the one used by | |
| 8 # OM for this debug board is 1457:5118), and teaching the ftdi_sio | |
| 9 # driver in the Linux kernel to create only one ttyUSB device for | |
| 10 # such USD IDs. | |
| 11 # | |
| 12 # What follows is a dump of the EEPROM made from the debug board which | |
| 13 # I got with my FreeRunner back in 2011; it appears to have a per-unit | |
| 14 # serial number string. The FTDI chip is FT2232D and the EEPROM is a 93C56. | |
| 15 | |
| 16 00: 0802 1457 5118 0500 3280 0000 0200 1296 | |
| 17 10: 30A8 12D8 0056 0000 0000 0000 0000 0000 | |
| 18 20: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 19 30: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 20 40: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 21 50: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 22 60: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 23 70: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 24 80: 0000 0000 0000 0000 0000 0000 0000 0000 | |
| 25 90: 0000 0000 0000 0312 004F 0070 0065 006E | |
| 26 A0: 004D 006F 006B 006F 0330 0044 0065 0062 | |
| 27 B0: 0075 0067 0020 0042 006F 0061 0072 0064 | |
| 28 C0: 0020 0066 006F 0072 0020 004E 0065 006F | |
| 29 D0: 0031 0039 0037 0033 0312 0046 0054 0053 | |
| 30 E0: 0048 0044 004E 0032 004B 0000 0001 0000 | |
| 31 F0: 0000 0000 0000 0000 0000 0000 0000 773F | 
