comparison loadtools/scripts/compal.config @ 509:49ee210fc4fb

loadtools/scripts/*.config: new flash config
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 May 2019 07:42:39 +0000
parents e7502631a0f9
children b0f9d38bfd9e
comparison
equal deleted inserted replaced
508:211be4dc6be2 509:49ee210fc4fb
1 # This configuration is intended to be applicable to all of C11x, C123, 1 # This configuration is intended to be applicable to all of C11x, C12x,
2 # C139 and C140. The "plain" version of compalstage selected below 2 # C139 and C140. The "plain" version of compalstage selected below
3 # should work for all C11x/123; it will also work on C139/140 phones 3 # should work for all C11x/12x; it will also work on C139/140 phones
4 # that had the simpler boot code flashed into them, as will be used for 4 # that had the simpler boot code flashed into them, as we do with
5 # FreeCalypso. When running loadtools with this config on C139/140 5 # FreeCalypso fw on these phones. When running loadtools with this config
6 # phones that still have the "official" fw in them, one will need to 6 # on C139/140 phones that still have the official fw in them, one will need
7 # specify -h compal -c 1003 to use the inefficient ~15 KiB version of 7 # to specify -h compal -c 1004 to use the inefficient ~15 KiB version of
8 # compalstage. 8 # compalstage.
9 9
10 compal-stage plain 10 compal-stage plain
11 11
12 # Whether we are breaking in through compalstage (as above) or through 12 # Whether we are breaking in through compalstage (as above) or through
24 rhea-cntl 0x00 24 rhea-cntl 0x00
25 25
26 # The remaining settings are carried out via loadagent commands 26 # The remaining settings are carried out via loadagent commands
27 init-script compal.init 27 init-script compal.init
28 28
29 # Flash: use CFI autodetection, 4 MiB max 29 # Flash can be 2 MiB or 4 MiB, will be autodetected, 4 MiB mapping used
30 # mapped at 0, see compal.init for the explanation 30 # mapped at 0, see compal.init for the explanation
31 flash cfi-4M 0 31 flash single-4M 0
32 32
33 boot-reflash-hack 0x820000 0x10000 33 boot-reflash-hack 0x820000 0x10000
34 34
35 # Perform a Iota poweroff when we are done 35 # Perform a Iota poweroff when we are done
36 exit-mode iota-off 36 exit-mode iota-off