view loadtools/scripts/pirelli.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 c3158d30ff0c
children
line wrap: on
line source

# The following parameters go into the <p command sent to the boot ROM

pll-config 4/1		# 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz
rhea-cntl 0x00		# fastest setting, used by OsmocomBB, presumably correct

# The remaining settings are carried out via loadagent commands
init-script pirelli.init

# Flash type and chip select base addresses
flash pl129n 0x03000000 0x02000000

# On this phone the current best exit strategy is jump0.
# A Iota power-off, even if we implement one, won't be any different:
# having the serial connection implies a USB connection, that in turn
# implies having VBUS, and thus a Iota power-off will immediately
# result in another power-on for charger-insert.

exit-mode jump0