annotate loadtools/scripts/gta02.config @ 853:ae254ffeaec3

AT command interface works! The cause of the breakage was the same Nucleus API issue with NU_Create_Timer() which we encountered at the very beginning of this project with Riviera timers: the code in uartfax.c from TCS211 was passing 0 as the initial dummy value for the timer duration, and our FreeNucleus version doesn't like it. The fix is the same: pass 1 as the initial dummy value instead.
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 30 Apr 2015 01:46:26 +0000
parents 57b8dbb029c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
85
6f8d3771aa6c loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 # If one is running fc-loadtool from inside the GTA02 (i.e., from the AP,
6f8d3771aa6c loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 # as opposed to an external host connected via the headset jack), the
6f8d3771aa6c loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
3 # following setting will cause the fc-loadtool utility to power the modem off
6f8d3771aa6c loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4 # fully upon exit.
6f8d3771aa6c loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5
6f8d3771aa6c loadtools for GTA0x AP: GTA02 modem power-off implemented
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6 exit-mode gta02-cutpwr
86
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
7
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
8 # The following parameters go into the <p command sent to the boot ROM
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
9 # same values as in pirelli.config, apparently correct for this modem too
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
10
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
11 pll-config 4/1 # 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
12 rhea-cntl 0x00 # fastest setting, used by OsmocomBB, presumably correct
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
13
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
14 # Configure memory timings with loadagent commands
2f12c31fcc9c loadtools/scripts: hw configuration for GTA02
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 85
diff changeset
15 init-script k5a3281.init
96
57b8dbb029c2 fc-loadtool: GTA0x flash support
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 86
diff changeset
16
57b8dbb029c2 fc-loadtool: GTA0x flash support
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 86
diff changeset
17 # Flash type and chip select base address (full access mapping)
57b8dbb029c2 fc-loadtool: GTA0x flash support
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 86
diff changeset
18 flash k5a32xx_t 0x03000000