FreeCalypso > hg > freecalypso-sw
changeset 1022:24440bc7cee8
gsm-fw/configs: gtamodem-gsmtch-{ext,int} configurations added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 03 May 2016 13:43:31 +0000 |
parents | 8b52011dc66a |
children | cd6002e3aefb |
files | gsm-fw/configs/buildlists/gtamodem-gsmtch gsm-fw/configs/gtamodem-gsmtch-ext gsm-fw/configs/gtamodem-gsmtch-int |
diffstat | 3 files changed, 53 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/buildlists/gtamodem-gsmtch Tue May 03 13:43:31 2016 +0000 @@ -0,0 +1,2 @@ +gtamodem-gsmtch-ext flashImage +gtamodem-gsmtch-int flashImage
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/gtamodem-gsmtch-ext Tue May 03 13:43:31 2016 +0000 @@ -0,0 +1,25 @@ +# This configuration is intended for users of the TCH rerouting special feature +# (see ../../doc/TCH-special-feature) who are using Openmoko GTA02 as their +# platform. This is the so-called "external" configuration in that the binary +# RVTMUX packet interface is routed to the external serial port on the headset +# jack while the internal serial channel connected to the GTA02 AP presents the +# classic ASCII AT command interface, meaning that: +# +# (a) more or less standard software can still be used on the GTA02 AP for +# interfacing to the GSM modem, but only for the standard voice+SMS +# functionality and not for exercising the TCH rerouting special feature; +# +# (b) the TCH rerouting special feature can be only be exercised by sending +# special RVTMUX binary packets to the modem from an external system via +# the headset jack serial channel, as explained in the TCH-special-feature +# document. + +target gtamodem +feature gsm +feature at-modem +feature at-rvtmux +feature mokoffs copy + +feature etm +feature tmffs2 +feature tch-reroute
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/configs/gtamodem-gsmtch-int Tue May 03 13:43:31 2016 +0000 @@ -0,0 +1,26 @@ +# This configuration is intended for users of the TCH rerouting special feature +# (see ../../doc/TCH-special-feature) who are using Openmoko GTA02 as their +# platform. This is the so-called "internal" configuration in that the binary +# RVTMUX packet interface is routed to the internal serial port connected to +# the application processor, DISPLACING the classic ASCII AT command interface, +# meaning that: +# +# (a) standard GSM modem-interfacing software as found in QtMoko/SHR/etc CANNOT +# be used, instead you have to write your own modem-interfacing software +# that wraps all AT commands in RVTMUX packets and reads the output from +# the modem in RVTMUX format; +# +# (b) the TCH rerouting special feature CAN be exercised from within the GTA02 +# itself, i.e., from the application processor, without needing an external +# system connected to the headset jack serial port. + +target gtamodem +feature gsm +feature at-rvtmux +feature mokoffs copy + +feature etm +feature tmffs2 +feature tch-reroute + +RVTMUX_UART_port=MODEM