changeset 603:f1ee6c480432

scripts/gtm900[bp]-ffs-clean added
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 10 Feb 2020 03:43:55 +0000
parents ea948d6d3b3d
children a87ac210727a
files scripts/gtm900b-ffs-clean scripts/gtm900p-ffs-clean
diffstat 2 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/gtm900b-ffs-clean	Mon Feb 10 03:43:55 2020 +0000
@@ -0,0 +1,17 @@
+# This fc-fsio command script should be executed as part of the procedure
+# for converting a Huawei GTM900-B (EU frequency bands) modem to FreeCalypso;
+# it should be executed after FreeCalypso fw has been flashed with fc-loadtool,
+# when the newly flashed fw is booted for the first time.
+
+# delete Huawei files which are wrong for FreeCalypso fw
+cleandir /aud
+rm -f /gsm/com/baseprofile0
+rm -f /gsm/com/cmdList
+rm -f /gsm/com/profile0
+rm -f /gsm/l3/rr_sc_arfcn
+rm -f /pcm/BAUDRATE
+rm -f /pcm/SMS
+
+# new RF band configuration and ID string
+set-rfcap dual-eu
+set-pcm-string CGMM GTM900-B-FC
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/gtm900p-ffs-clean	Mon Feb 10 03:43:55 2020 +0000
@@ -0,0 +1,17 @@
+# This fc-fsio command script should be executed as part of the procedure
+# for converting a Huawei GTM900-P (US frequency bands) modem to FreeCalypso;
+# it should be executed after FreeCalypso fw has been flashed with fc-loadtool,
+# when the newly flashed fw is booted for the first time.
+
+# delete Huawei files which are wrong for FreeCalypso fw
+cleandir /aud
+rm -f /gsm/com/baseprofile0
+rm -f /gsm/com/cmdList
+rm -f /gsm/com/profile0
+rm -f /gsm/l3/rr_sc_arfcn
+rm -f /pcm/BAUDRATE
+rm -f /pcm/SMS
+
+# new RF band configuration and ID string
+set-rfcap dual-us
+set-pcm-string CGMM GTM900-P-FC