FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/configs/c139-gsm-flash @ 944:51f580665110
gsm-fw: C139 works with non-volatile FFS enabled
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Nov 2015 05:03:35 +0000 |
parents | b458e6f5f7ac |
children |
comparison
equal
deleted
inserted
replaced
943:f22b34873ea5 | 944:51f580665110 |
---|---|
1 # This configuration builds an experimental flashImage that runs on the | 1 # This configuration builds an experimental flashImage that runs on the |
2 # Mot C139/C140 target and includes the GSM protocol stack. Control is via | 2 # Mot C139/C140 target and includes the GSM protocol stack. Control is via |
3 # AT commands over RVTMUX (no UI). Flash is not touched; FFS is in RAM and | 3 # AT commands over RVTMUX (no UI). An aftermarket FFS is placed in the flash |
4 # initialized blank on every boot. | 4 # region from 0x3C0000 through 0x3EFFFF. |
5 | 5 |
6 target c139 | 6 target c139 |
7 feature gsm | 7 feature gsm |
8 feature at-rvtmux | 8 feature at-rvtmux |
9 | 9 |
10 feature aftermarket-ffs 60 3 | |
11 | |
10 feature etm | 12 feature etm |
11 feature tmffs2 | 13 feature tmffs2 |