# HG changeset patch # User Mychaela Falconia # Date 1516425774 0 # Node ID 2b5ed962c2f9e594d12727ce449380c039a66a62 # Parent 545e1718f5fb34e06f7f2e5b76e5135799f4dc2f loadtools/scripts/dsample.config: use the new 28f640w30b chip type diff -r 545e1718f5fb -r 2b5ed962c2f9 loadtools/scripts/dsample.config --- a/loadtools/scripts/dsample.config Sat Jan 20 05:20:40 2018 +0000 +++ b/loadtools/scripts/dsample.config Sat Jan 20 05:22:54 2018 +0000 @@ -15,8 +15,9 @@ init-script cs2-4ws-8mb.init # 8 MiB flash, accessible at 0x03000000 without Compal-like problems, -# let's use CFI. -flash cfi-8M 0x03000000 +# but the 28F640W30B flash chip has partition quirks, so we need to +# tell fc-loadtool about it explicitly instead of using CFI. +flash 28f640w30b 0x03000000 # Perform a Iota poweroff when we are done exit-mode iota-off