GalaxyTabSerial » History » Version 5
Denis 'GNUtoo' Carikli, 03/02/2021 10:50 PM
1 | 1 | Denis 'GNUtoo' Carikli | h1. GalaxyTabSerial |
---|---|---|---|
2 | |||
3 | {{toc}} |
||
4 | |||
5 | 5 | Denis 'GNUtoo' Carikli | h2. Introduction |
6 | |||
7 | The Galaxy Tab and Galaxy Tab 2 tablets have a custom 30 pin connector. |
||
8 | |||
9 | The goal is to get access to the SOC UART to interact with the bootloader, get kernel boot logs, etc. |
||
10 | |||
11 | To make it easier we want to reuse existing cables without much modifications to the cables. |
||
12 | |||
13 | While this is being tested on the Galaxy Tab 2, it should also work on the Galaxy Tab. |
||
14 | |||
15 | 2 | Denis 'GNUtoo' Carikli | h2. Movitelonline "Cable UART Dual Samsung Galaxy Tab P1000 / Tab 2 / Note / Note 2 [RJ45 + USB]" |
16 | 1 | Denis 'GNUtoo' Carikli | |
17 | *link*: "shop page":https://www.movitelonline.com/b2c/producto/RJ45-USB-UNIBOX-CABLE-SAMSUNG-GALAXY-TAB-GT-P1000/1/cable-uart-dual-samsung-galaxy-tab-p1000-tab-2-note-note-2-rj45-usb- |
||
18 | *Exported pins*: USB D+, USB D-, USB VCC, USB GND, UART RX, UART TX. The ID pin isn't exported. |
||
19 | |||
20 | The USB cable can be plugged in a regular computer. |
||
21 | |||
22 | The RX and TX and GND are exported on the RJ45 cable. |
||
23 | |||
24 | |||
25 | |||
26 | With the clip on the bottom, we have: |
||
27 | |||
28 | <pre> |
||
29 | +-----------------------------------------------------+ |
||
30 | | [] [] [RX or TX?] [RX or TX?] [] [] [] [GND] [] [] | |
||
31 | | | |
||
32 | | | |
||
33 | | | |
||
34 | | | |
||
35 | | | |
||
36 | | | |
||
37 | | | |
||
38 | ....................................................... |
||
39 | | | |
||
40 | | | |
||
41 | | | |
||
42 | | | |
||
43 | | | |
||
44 | | | |
||
45 | | | |
||
46 | | | |
||
47 | |||
48 | 3 | Denis 'GNUtoo' Carikli | </pre> |
49 | |||
50 | 4 | Denis 'GNUtoo' Carikli | TODO: Test RX and TX, to what are they exported? The modem? The SOC? |
51 | |||
52 | h2. REferences |
||
53 | 1 | Denis 'GNUtoo' Carikli | |
54 | 5 | Denis 'GNUtoo' Carikli | * The "Galaxy Tab Serial Cable thread":https://forum.xda-developers.com/showthread.php?t=1010314 on XDA. It also contains some pinout for the 30 pin connector. |