Project

General

Profile

SonyEricssonJ100i » History » Version 14

Anonymous, 02/19/2016 10:49 PM
SE J100 has its own binary

1 1
[[PageOutline]]
2 4
3 1
= Sony Ericsson J100i =
4
5 3
The J100i seems to be one of many ODM phones that Sony Ericsson bought from Compal communications in Taiwan.
6
7 1
== Specifications ==
8
9 3
 * GSM 900 / GSM 1800 dual-band (J100i)
10
 * GSM 850 / GSM 1900 dual-band (J100a)
11
 * 100 x 44 x 18 mm, 79g
12
 * STN 65k - 96 x 64 pixels
13
 * 900mAh Li-Po battery
14
 * Ti Calypso/Iota/Rita chipset 
15
16 1
== Hardware ==
17
18 9 steve-m
[[Image(se_j100_pcb_small.2.jpg)]][[BR]]
19
large version: [raw-attachment:se_j110_pcb.jpg]
20 4
21 3
=== Schematics ===
22
23
They can be found here: http://files.shrak-mobile.com/schem/se/J100_schem.rar
24
25 1
=== GSM Chipset ===
26
27
 * DBB: Ti Calypso Baseband, D751749ZHH model (Calypso Lite G2), includes 256kBytes of internal SRAM
28
 * ABB: Ti TWL3025BZ
29
 * RF: Ti TRF 6151CJ
30
 * RF PA: SKY77328-13
31
32
=== NOR Flash + SRAM ===
33
34
 * Intel RD38F1010C0ZTL0
35 3
  * 32MBit NOR (4 MByte)
36
  * 4Mbit SRAM (512 KByte) 
37 1
38 2
=== Audio ringtone ===
39 1
40 2
 * Macronix MX92U832AZCG (unknown datasheet)
41
42 3
=== Display ===
43
44
The display is a 96 x 64 pixels CSTN color display attached to the Calypso DBB via the uWire interface (nReset, nSCS0, SCK, SDO). The backlight is controlled by the DBB IO1.
45
Exact model unknown for now.
46
47 2
=== Test points ===
48
49
There are some easily accessible test points (i.e. bigsqare and not very small round pads behind the rf shields).
50
51
Theses test points are divided in two groups (when looking from behind the phone) :
52
53
 * A group of 7 TPs at the lower left of the PCB. Accessible from the battery compartment without disassembly except for the first one. From left to right :
54
  * '''TP16''': JTAG TDO
55
  * '''TP9''': CTS MODEM
56
  * '''TP13''': TX MODEM
57
  * '''TP14''': RX MODEM
58
  * '''TP3''': DL PWR
59
  * '''TP107''': GND
60
  * '''TP19''': VBAT
61
 * A group of 5 TPs at the middle/upper right of the PCB. Theses are not accessible without disassembly, but could be by cutting a small plastic strip just right of the hole made for the battery connector. From left to right:
62
  * '''TP18''': JTAG TMS
63
  * '''TP20''': BAT_TEMP
64
  * '''TP17''': JTAG TCK
65
  * '''TP15''': VCHG
66
  * '''TP8''': JTAG TDI
67 3
68
== Misc notes ==
69
70 10 steve-m
=== Serial cable ===
71
72 11 steve-m
You can use a standard Sony Ericsson USB cable, since the USB pins match the RX/TX pins of the Calypso UART. You just need to build some USB-A female to serial converter:
73 10 steve-m
[[BR]]
74
picture source: [http://commons.wikimedia.org/wiki/File:USB.svg Simon Eugster, CC-BY-SA][[BR]][[BR]]
75
[[Image(usb_a_plug.2.png)]][[BR]]
76
||'''pin number'''||'''USB pin'''||'''UART pin'''||'''color'''||
77
||1||+5V||-nc-||red||
78
||2||D-||RxD (Device to PC)||white||
79
||3||D+||TxD (PC to Device)||green||
80
||4||-||ground||black||
81 12 steve-m
82
See the J100i cable how-to which has been sent in by 'timrrr': [raw-attachment:J100i_cable.pdf]
83
84 3
=== Bootloader ===
85 1
86 7 steve-m
 * The RAM loader of the J100i is the same as used on the [wiki:MotorolaC140] series and it works fine with osmocon. It however expects a "1003" magic word to be present at address 0x803ce0.
87 8
 * To bypass this limitation, use the Calypso romloader to chainload the application. Here's an example for loading [wiki:layer1.bin]:
88 7 steve-m
89
{{{
90 14
$ ./osmocon -p /dev/ttyUSB0 -m c140 -c ../../target/firmware/board/se_j100/layer1.highram.bin ../../target/firmware/board/se_j100/chainload.compalram.bin
91 7 steve-m
}}}
92 13
93
 * If this doesn't work, try c140xor
Add picture from clipboard (Maximum size: 48.8 MB)