comparison doc/SIM-in-Calypso-phone @ 70:ce3752d3d3b4

doc/SIM-in-Calypso-phone: update for fc-host-tools-r15 release
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Mar 2021 19:44:31 +0000
parents 76ef2dd71bb1
children
comparison
equal deleted inserted replaced
69:4c475732660b 70:ce3752d3d3b4
6 called fc-simint. fc-simint loads and runs simagent on the Calypso device the 6 called fc-simint. fc-simint loads and runs simagent on the Calypso device the
7 same way how fc-loadtool loads and runs loadagent, then it passes the open file 7 same way how fc-loadtool loads and runs loadagent, then it passes the open file
8 descriptor to fc-simtool via the special internal-use-only -C option. 8 descriptor to fc-simtool via the special internal-use-only -C option.
9 9
10 fc-simint and its simagent back end reside in the FreeCalypso host tools 10 fc-simint and its simagent back end reside in the FreeCalypso host tools
11 package, not in FC SIM tools. As of this writing, a packaged release of FC 11 package (along with fc-loadtool and other Calypso tools), not in FC SIM tools.
12 host tools with fc-simint and simagent.srec included has not been produced yet. 12 fc-simint and simagent have been added to FC host tools as of fc-host-tools-r15
13 A new fc-host-tools-r15 release is planned for the near future; if you need to 13 release. The latest official release of FC host tools can always be found here:
14 use the new feature right now and can't wait for the upcoming release, you will
15 need to get the current code from the Hg repository:
16 14
17 https://www.freecalypso.org/hg/freecalypso-tools/ 15 ftp://ftp.freecalypso.org/pub/GSM/FreeCalypso/fc-host-tools-latest.tar.bz2
18 16
19 Please beware that if you are not able to wait for the upcoming release, you 17 Please refer to doc/SIM-manipulation article in the FC host tools package
20 will have to install the special ARM7 gcc toolchain and compile simagent 18 (r15 or later) for further usage instructions.
21 (Calypso target code piece) from source.