# HG changeset patch # User Mychaela Falconia # Date 1559029669 0 # Node ID 16918f89d8dcaf130514c6894bceb161ef44dde2 # Parent 49ee210fc4fbc6059189e9c8033d5e1ac5bb138c loadtools/scripts/pirelli.config: iota-off exit mode is better than jump0 diff -r 49ee210fc4fb -r 16918f89d8dc loadtools/scripts/pirelli.config --- a/loadtools/scripts/pirelli.config Tue May 28 07:42:39 2019 +0000 +++ b/loadtools/scripts/pirelli.config Tue May 28 07:47:49 2019 +0000 @@ -9,10 +9,5 @@ # Flash global config and chip select base addresses flash dual-8M 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 +# Perform a Iota poweroff when we are done +exit-mode iota-off