Project

General

Profile

GalaxyTab2BootloaderInterface » History » Version 1

Denis 'GNUtoo' Carikli, 03/03/2021 05:08 PM

1 1 Denis 'GNUtoo' Carikli
h1. GT-P3100Bootloader
2
3
{{toc}}
4
5
At boot, when pressing the power button for a short time we get:
6
<pre>
7
$ picocom -b 115200 /dev/ttyUSB1 
8
picocom v3.1
9
10
port is        : /dev/ttyUSB1
11
flowcontrol    : none
12
baudrate is    : 115200
13
parity is      : none
14
databits are   : 8
15
stopbits are   : 1
16
escape is      : C-a
17
local echo is  : no
18
noinit is      : no
19
noreset is     : no
20
hangup is      : no
21
nolock is      : no
22
send_cmd is    : sz -vv
23
receive_cmd is : rz -vv -E
24
imap is        : 
25
omap is        : 
26
emap is        : crcrlf,delbs,
27
logfile is     : none
28
initstring     : none
29
exit_after is  : not set
30
exit is        : no
31
32
Type [C-a] [C-h] to see available commands
33
Terminal ready
34
35
36
Texas Instruments X-Loader 1.41 (Jun 13 2012 - 22:11:09)
37
Uboot-loading from Emmc
38
Starting OS Bootloader from EMMC ...
39
</pre>
40
41
Here the device boots, but if the button isn't pressed long enough it shuts down.
42
43
When pressing it for a longer time we get:
44
<pre>
45
$ picocom -b 115200 /dev/ttyUSB1 
46
picocom v3.1
47
48
port is        : /dev/ttyUSB1
49
flowcontrol    : none
50
baudrate is    : 115200
51
parity is      : none
52
databits are   : 8
53
stopbits are   : 1
54
escape is      : C-a
55
local echo is  : no
56
noinit is      : no
57
noreset is     : no
58
hangup is      : no
59
nolock is      : no
60
send_cmd is    : sz -vv
61
receive_cmd is : rz -vv -E
62
imap is        : 
63
omap is        : 
64
emap is        : crcrlf,delbs,
65
logfile is     : none
66
initstring     : none
67
exit_after is  : not set
68
exit is        : no
69
70
Type [C-a] [C-h] to see available commands
71
Terminal ready
72
73
74
Texas Instruments X-Loader 1.41 (Jun 13 2012 - 22:11:09)
75
Uboot-loading from Emmc
76
Starting OS Bootloader from EMMC ...
77
g_nRebootReason = 0x100000
78
Kernel  @ 81808000 (4524144 bytes)
79
Ramdisk @ 82800000 (994957 bytes)
80
set_lcd_panel_id: panel_adc=805
81
*** ltn070nl01_power_on ***
82
lcd_pannel_id=3
83
84
AST_POWERON
85
86
</pre>
87
Here @AST_POWERON@ probably means that there is a GPIO that can switch between the OMAP4 UART and the modem UART, and that at some point during the boot it's switched to the modem.
88
89
I tried to type AT commands like @AT@ but I got no response. Maybe it's because I use the wrong voltage for the UART. Maybe I need to reset the modem through AT commands.
90
91
TODO:
92
* Measure the UART voltage somehow (output only ones and try to measure it)
93
* Try to see if it responds to AT reset and verbose commands