FreeCalypso > hg > freecalypso-tools
comparison scripts/gtm900b-ffs-clean @ 603:f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 10 Feb 2020 03:43:55 +0000 |
parents | |
children | d5abcbbf7432 |
comparison
equal
deleted
inserted
replaced
602:ea948d6d3b3d | 603:f1ee6c480432 |
---|---|
1 # This fc-fsio command script should be executed as part of the procedure | |
2 # for converting a Huawei GTM900-B (EU frequency bands) modem to FreeCalypso; | |
3 # it should be executed after FreeCalypso fw has been flashed with fc-loadtool, | |
4 # when the newly flashed fw is booted for the first time. | |
5 | |
6 # delete Huawei files which are wrong for FreeCalypso fw | |
7 cleandir /aud | |
8 rm -f /gsm/com/baseprofile0 | |
9 rm -f /gsm/com/cmdList | |
10 rm -f /gsm/com/profile0 | |
11 rm -f /gsm/l3/rr_sc_arfcn | |
12 rm -f /pcm/BAUDRATE | |
13 rm -f /pcm/SMS | |
14 | |
15 # new RF band configuration and ID string | |
16 set-rfcap dual-eu | |
17 set-pcm-string CGMM GTM900-B-FC |