FreeCalypso > hg > freecalypso-sw
comparison loadtools/scripts/pirelli.config @ 28:768a3d012931
loadtool: default exit mode setting implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 04 May 2013 06:39:05 +0000 |
parents | fa3e9a5665bd |
children | c3158d30ff0c |
comparison
equal
deleted
inserted
replaced
27:ae6294b8a015 | 28:768a3d012931 |
---|---|
3 pll-config 4/1 # 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz | 3 pll-config 4/1 # 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz |
4 rhea-cntl 0x00 # fastest setting, used by OsmocomBB, presumably correct | 4 rhea-cntl 0x00 # fastest setting, used by OsmocomBB, presumably correct |
5 | 5 |
6 # The remaining settings are carried out via loadagent commands | 6 # The remaining settings are carried out via loadagent commands |
7 init-script pirelli.init | 7 init-script pirelli.init |
8 | |
9 # On this phone the current best exit strategy is jump0. | |
10 # A Iota power-off, even if we implement one, won't be any different: | |
11 # having the serial connection implies a USB connection, that in turn | |
12 # implies having VBUS, and thus a Iota power-off will immediately | |
13 # result in another power-on for charger-insert. | |
14 | |
15 exit-mode jump0 |