FreeCalypso > hg > freecalypso-sw
view loadtools/scripts/gta02.config @ 137:5fe5559003b7
RV bring-up: RVT "system time" heartbeat messages now get printed every 20 s!
The problem was a slight Nucleus API incompatibility between what the RVF code
from TCS211 expected and what our FreeNucleus implements: in the TCS211
version of Nucleus it was OK to pass 0 for the initial_time parameter to
NU_Create_Timer(), but our version flags such usage as an error.
RVF used 0 as the dummy initial_time value when initializing the legacy RV
timers with NU_DISABLE_TIMER. Implemented fix: using a dummy value of 1
instead.
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 11 Nov 2013 09:56:23 +0000 |
| parents | 57b8dbb029c2 |
| children |
line wrap: on
line source
# If one is running fc-loadtool from inside the GTA02 (i.e., from the AP, # as opposed to an external host connected via the headset jack), the # following setting will cause the fc-loadtool utility to power the modem off # fully upon exit. exit-mode gta02-cutpwr # The following parameters go into the <p command sent to the boot ROM # same values as in pirelli.config, apparently correct for this modem too pll-config 4/1 # 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz rhea-cntl 0x00 # fastest setting, used by OsmocomBB, presumably correct # Configure memory timings with loadagent commands init-script k5a3281.init # Flash type and chip select base address (full access mapping) flash k5a32xx_t 0x03000000
