FreeCalypso > hg > freecalypso-tools
comparison loadtools/scripts/pirelli.config @ 510:16918f89d8dc
loadtools/scripts/pirelli.config: iota-off exit mode is better than jump0
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 28 May 2019 07:47:49 +0000 |
| parents | 49ee210fc4fb |
| children |
comparison
equal
deleted
inserted
replaced
| 509:49ee210fc4fb | 510:16918f89d8dc |
|---|---|
| 7 init-script pirelli.init | 7 init-script pirelli.init |
| 8 | 8 |
| 9 # Flash global config and chip select base addresses | 9 # Flash global config and chip select base addresses |
| 10 flash dual-8M 0x03000000 0x02000000 | 10 flash dual-8M 0x03000000 0x02000000 |
| 11 | 11 |
| 12 # On this phone the current best exit strategy is jump0. | 12 # Perform a Iota poweroff when we are done |
| 13 # A Iota power-off, even if we implement one, won't be any different: | 13 exit-mode iota-off |
| 14 # having the serial connection implies a USB connection, that in turn | |
| 15 # implies having VBUS, and thus a Iota power-off will immediately | |
| 16 # result in another power-on for charger-insert. | |
| 17 | |
| 18 exit-mode jump0 |
