gnu: fc-host-tools: Update to 15.
* gnu/packages/embedded.scm (fc-host-tools): Update to 15. [description]: Add fc-simint. [arguments]<#:phases>[patch-installation-paths]: Add files.master
parent
b905abfbd3
commit
4d69bd7696
|
@ -1219,14 +1219,14 @@ SPI, I2C, JTAG.")
|
||||||
(define-public fc-host-tools
|
(define-public fc-host-tools
|
||||||
(package
|
(package
|
||||||
(name "fc-host-tools")
|
(name "fc-host-tools")
|
||||||
(version "14")
|
(version "15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.freecalypso.org/pub/GSM/"
|
(uri (string-append "ftp://ftp.freecalypso.org/pub/GSM/"
|
||||||
"FreeCalypso/fc-host-tools-r" version ".tar.bz2"))
|
"FreeCalypso/fc-host-tools-r" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09ccd76khfvlx4dwi9dhrzl5mm68402mlych0g7f9ncfr5jzyf26"))))
|
"17v3xc44mmlvp0irwm1p55zdgzd31ic3nsjxnv8y28a1i85103cv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests exist.
|
`(#:tests? #f ; No tests exist.
|
||||||
|
@ -1242,12 +1242,20 @@ SPI, I2C, JTAG.")
|
||||||
"rvinterf/etmsync/fsnew.c"
|
"rvinterf/etmsync/fsnew.c"
|
||||||
"rvinterf/asyncshell/help.c"
|
"rvinterf/asyncshell/help.c"
|
||||||
"rvinterf/libinterf/launchrvif.c"
|
"rvinterf/libinterf/launchrvif.c"
|
||||||
|
"loadtools/bpmain.c"
|
||||||
"loadtools/defpath.c"
|
"loadtools/defpath.c"
|
||||||
|
"loadtools/romdump.c"
|
||||||
|
"loadtools/lthelp.c"
|
||||||
|
"loadtools/simmain.c"
|
||||||
"loadtools/Makefile"
|
"loadtools/Makefile"
|
||||||
"miscutil/c139explore"
|
"miscutil/c139explore"
|
||||||
"miscutil/pirexplore"
|
"miscutil/pirexplore"
|
||||||
"ffstools/tiffs-wrappers/installpath.c"
|
"ffstools/tiffs-wrappers/installpath.c"
|
||||||
"uptools/atcmd/atinterf.c")
|
"uptools/atcmd/atinterf.c")
|
||||||
|
(("/opt/freecalypso/bin/fc-simtool")
|
||||||
|
"fc-simtool")
|
||||||
|
(("/opt/freecalypso/bin/fc-uicc-tool")
|
||||||
|
"fc-uicc-tool")
|
||||||
(("/opt/freecalypso/loadtools")
|
(("/opt/freecalypso/loadtools")
|
||||||
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
(string-append (assoc-ref outputs "out") "/lib/freecalypso/loadtools"))
|
||||||
(("\\$\\{INSTALL_PREFIX\\}/loadtools")
|
(("\\$\\{INSTALL_PREFIX\\}/loadtools")
|
||||||
|
@ -1301,6 +1309,9 @@ to flash storage.
|
||||||
@item fc-iram: Allows running programs on the device without writing them
|
@item fc-iram: Allows running programs on the device without writing them
|
||||||
to flash storage.
|
to flash storage.
|
||||||
@item fc-loadtool: Writes programs to the device's flash storage.
|
@item fc-loadtool: Writes programs to the device's flash storage.
|
||||||
|
@item fc-simint: Loads and runs simagent on the phone, then calls fc-simtool
|
||||||
|
(see @url{https://www.freecalypso.org/hg/fc-sim-tools,fc-sim-tools
|
||||||
|
repository}) on the host to connect to it.
|
||||||
@item pirffs: Allows listing and extracting FFS content captured as a raw
|
@item pirffs: Allows listing and extracting FFS content captured as a raw
|
||||||
flash image from Pirelli phones.
|
flash image from Pirelli phones.
|
||||||
@item mokoffs: Allows listing and extracting FFS content captured as a raw
|
@item mokoffs: Allows listing and extracting FFS content captured as a raw
|
||||||
|
|
Reference in New Issue