FreeCalypso > hg > freecalypso-tools
comparison loadtools/scripts/w220.config @ 513:e8a2634aa265
loadtools/scripts/w220.*: added support for Mot W220 target
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 28 May 2019 17:49:04 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
512:b0f9d38bfd9e | 513:e8a2634aa265 |
---|---|
1 # The following parameters go into the <p command sent to the boot ROM | |
2 pll-config 4/1 # 26 MHz in, PLL&DSP @ 104 MHz, ARM @ 52 MHz | |
3 rhea-cntl 0x00 # good for all Calypso platforms | |
4 | |
5 # The remaining settings are carried out via loadagent commands | |
6 init-script w220.init | |
7 | |
8 # This phone has a single-bank 8 MiB flash chip on nCS0, | |
9 # using the usual 0x03000000 mapping like on other targets | |
10 flash single-8M 0x03000000 | |
11 | |
12 # Perform a Iota poweroff when we are done | |
13 exit-mode iota-off |