Project

General

Profile

SonyEricssonJ100i » History » Revision 18

Revision 17 (fixeria, 01/17/2019 01:17 PM) → Revision 18/21 (fixeria, 02/13/2019 09:00 AM)

h1. Sony Ericsson J100i 

 {{>toc}} 

 The J100i seems to be one of many ODM phones that Sony Ericsson bought from Compal communications in Taiwan. 


 h2. Specifications 


 * GSM 900 / GSM 1800 dual-band (J100i) 
 * GSM 850 / GSM 1900 dual-band (J100a) 
 * 100 x 44 x 18 mm, 79g 
 * STN 65k - 96 x 64 pixels 
 * 900mAh Li-Po battery 
 * Ti Calypso/Iota/Rita chipset  


 h2. Hardware 


 {{thumbnail(se_j100_pcb_small.2.jpg)}} 

 large version: [raw-attachment:se_j110_pcb.jpg] 


 h3. Schematics 


 They can be found here: http://files.shrak-mobile.com/schem/se/J100_schem.rar 


 h3. GSM Chipset 


 * DBB: Ti Calypso Baseband, D751749ZHH model (Calypso Lite G2), includes 256kBytes of internal SRAM 
 * ABB: Ti TWL3025BZ 
 * RF: Ti TRF 6151CJ 
 * RF PA: SKY77328-13 


 h3. NOR Flash + SRAM 


 * Intel RD38F1010C0ZTL0 
 ** 32MBit NOR (4 MByte) 
 ** 4Mbit SRAM (512 KByte)  


 h3. Audio ringtone 


 * Macronix MX92U832AZCG (unknown datasheet) 


 h3. Display 


 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. 
 Exact model unknown for now. 


 h3. Test points 


 There are some easily accessible test points (i.e. bigsqare and not very small round pads behind the rf shields). 

 Theses test points are divided in two groups (when looking from behind the phone) : 

 * 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 : 
 ** *TP16*: JTAG TDO 
 ** *TP9*: CTS MODEM 
 ** *TP13*: TX MODEM 
 ** *TP14*: RX MODEM 
 ** *TP3*: DL PWR 
 ** *TP107*: GND 
 ** *TP19*: VBAT 
 * 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: 
 ** *TP18*: JTAG TMS 
 ** *TP20*: BAT_TEMP 
 ** *TP17*: JTAG TCK 
 ** *TP15*: VCHG 
 ** *TP8*: JTAG TDI 


 h2. Misc notes 



 h3. Serial cable 


 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: 


 picture source: "Simon Eugster, CC-BY-SA":http://commons.wikimedia.org/wiki/File:USB.svg 


 {{thumbnail(usb_a_plug.2.png)}} 

 ||*pin number*||*USB pin*||*UART pin*||*color*|| 
 ||1||+5V||-nc-||red|| 
 ||2||D-||RxD (Device to PC)||white|| 
 ||3||D+||TxD (PC to Device)||green|| 
 ||4||-||ground||black|| 

 See the J100i cable how-to which has been sent in by 'timrrr': [raw-attachment:J100i_cable.pdf] 

 


 h3. Bootloader 

 


 * The RAM loader of the J100i is the same as used on the [[MotorolaC140]] series and it works fine with osmocon. It however expects a "1003" magic word to be present at address 0x803ce0. 
 * To bypass this limitation, use the Calypso romloader to chainload the application. Here's an example for loading [[layer1bin]]: 

 <pre> 
 $ cd osmocom-bb/src/ 
 $ host/osmocon ./osmocon -p /dev/ttyUSB0 -m c140 -c target/firmware/board/se_j100/layer1.highram.bin ../../target/firmware/board/se_j100/layer1.highram.bin ../../target/firmware/board/se_j100/chainload.compalram.bin 
 </pre> 

 * If this doesn't work, try c140xor
Add picture from clipboard (Maximum size: 48.8 MB)