GSD4t » History » Version 3
Denis 'GNUtoo' Carikli, 08/19/2012 07:44 AM
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. GSD4t |
|---|---|---|---|
| 2 | |||
| 3 | h2. Introduction |
||
| 4 | |||
| 5 | According to "ifixit":http://www.ifixit.com/Teardown/Samsung-Galaxy-Nexus-Teardown/7182/2 the Galaxy Nexus's GPS is a "GSD4t":http://www.csr.com/products/25/sirfstariv-gsd4t |
||
| 6 | 2 | Denis 'GNUtoo' Carikli | |
| 7 | h2. Information gathered so far. |
||
| 8 | 3 | Denis 'GNUtoo' Carikli | |
| 9 | * The GPS is connected to /dev/ttyO0 |
||
| 10 | * the init sequence require the following special serial settings: |
||
| 11 | ** 460800 Bps |
||
| 12 | ** The following is also required: |
||
| 13 | <pre>termios.c_cflag = 0x800018b2;</pre> |
||
| 14 | |||
| 15 | * After the init sequence the GPS is at 115200 8N1 |