comparison doc/Loadtools-usage @ 514:5f66dd6e676b

doc/Loadtools-usage: Mot W220 support added
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 May 2019 18:12:47 +0000
parents 09b47223ee1b
children e9385c835824
comparison
equal deleted inserted replaced
513:e8a2634aa265 514:5f66dd6e676b
18 18
19 The currently supported target devices are (in the order of decreasing 19 The currently supported target devices are (in the order of decreasing
20 preference) official Calypso development boards (TI's D-Sample and our own 20 preference) official Calypso development boards (TI's D-Sample and our own
21 FCDEV3B), Openmoko's GTA0x GSM modem, and two "alien" Calypso phone families: 21 FCDEV3B), Openmoko's GTA0x GSM modem, and two "alien" Calypso phone families:
22 Motorola C1xx and Sony Ericsson J100 by Compal and Pirelli DP-L10 by Foxconn. 22 Motorola C1xx and Sony Ericsson J100 by Compal and Pirelli DP-L10 by Foxconn.
23 Any other "alien" Calypso target that has the boot ROM enabled (e.g., Mot W220
24 by Chi-Mei) can also be easily added.
23 25
24 All tools in the FreeCalypso loadtools suite work by feeding pieces of code to 26 All tools in the FreeCalypso loadtools suite work by feeding pieces of code to
25 the target device as it boots, preventing the booting of its regular firmware 27 the target device as it boots, preventing the booting of its regular firmware
26 and diverting control to these externally-loaded code pieces. These pieces of 28 and diverting control to these externally-loaded code pieces. These pieces of
27 ARM7 target code need to be installed on the host system running loadtools, 29 ARM7 target code need to be installed on the host system running loadtools,
74 ----------------------------------- 76 -----------------------------------
75 FreeCalypso FCDEV3B -h fcfam 77 FreeCalypso FCDEV3B -h fcfam
76 Mot C11x/123 -h compal 78 Mot C11x/123 -h compal
77 Mot C139/140 -h compal -c 1004 79 Mot C139/140 -h compal -c 1004
78 Mot C155/156 -h c155 80 Mot C155/156 -h c155
81 Mot W220 -h w220
79 Openmoko GTA02 -h gta02 82 Openmoko GTA02 -h gta02
80 Pirelli DP-L10 -h pirelli 83 Pirelli DP-L10 -h pirelli
81 Sony Ericsson J100 -h compal -c 1004 84 Sony Ericsson J100 -h compal -c 1004
82 TI D-Sample -h dsample 85 TI D-Sample -h dsample
83 86