comparison loadtools/scripts/dsample.config @ 326:2b5ed962c2f9

loadtools/scripts/dsample.config: use the new 28f640w30b chip type
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 20 Jan 2018 05:22:54 +0000
parents e7502631a0f9
children 49ee210fc4fb
comparison
equal deleted inserted replaced
325:545e1718f5fb 326:2b5ed962c2f9
13 13
14 # The remaining settings are carried out via loadagent commands 14 # The remaining settings are carried out via loadagent commands
15 init-script cs2-4ws-8mb.init 15 init-script cs2-4ws-8mb.init
16 16
17 # 8 MiB flash, accessible at 0x03000000 without Compal-like problems, 17 # 8 MiB flash, accessible at 0x03000000 without Compal-like problems,
18 # let's use CFI. 18 # but the 28F640W30B flash chip has partition quirks, so we need to
19 flash cfi-8M 0x03000000 19 # tell fc-loadtool about it explicitly instead of using CFI.
20 flash 28f640w30b 0x03000000
20 21
21 # Perform a Iota poweroff when we are done 22 # Perform a Iota poweroff when we are done
22 exit-mode iota-off 23 exit-mode iota-off