FreeCalypso > hg > freecalypso-tools
comparison doc/Loadtools-usage @ 524:e9385c835824
doc/Loadtools-usage: GTM900 target support added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2019 22:20:23 +0000 |
parents | 5f66dd6e676b |
children | 018488f6343b |
comparison
equal
deleted
inserted
replaced
523:9a478d33b3ca | 524:e9385c835824 |
---|---|
16 mode for the operator to interact with the thus loaded | 16 mode for the operator to interact with the thus loaded |
17 target code. | 17 target code. |
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 GTA01/02 and Huawei GTM900 GSM/GPRS modems, and two "alien" |
22 Motorola C1xx and Sony Ericsson J100 by Compal and Pirelli DP-L10 by Foxconn. | 22 Calypso phone families: Motorola C1xx and Sony Ericsson J100 by Compal and |
23 Any other "alien" Calypso target that has the boot ROM enabled (e.g., Mot W220 | 23 Pirelli DP-L10 by Foxconn. Any other "alien" Calypso target that has the boot |
24 by Chi-Mei) can also be easily added. | 24 ROM enabled (e.g., Mot W220 by Chi-Mei) can also be easily added. |
25 | 25 |
26 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 |
27 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 |
28 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 |
29 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, |
73 $TARGETOPT to: | 73 $TARGETOPT to: |
74 | 74 |
75 Device Needed options | 75 Device Needed options |
76 ----------------------------------- | 76 ----------------------------------- |
77 FreeCalypso FCDEV3B -h fcfam | 77 FreeCalypso FCDEV3B -h fcfam |
78 Huawei GTM900 -h gtm900 | |
78 Mot C11x/123 -h compal | 79 Mot C11x/123 -h compal |
79 Mot C139/140 -h compal -c 1004 | 80 Mot C139/140 -h compal -c 1004 |
80 Mot C155/156 -h c155 | 81 Mot C155/156 -h c155 |
81 Mot W220 -h w220 | 82 Mot W220 -h w220 |
82 Openmoko GTA02 -h gta02 | 83 Openmoko GTA02 -h gta02 |