Re: [Openocd-development] Try to program CFI flash on cirrus EDB9307A eval board

2009-04-28 Thread Brian Hutchinson
You'll have to find out which ARM core is closest to yours and grep the .cfg files for examples. I briefly looked at the board specs. Looks like the flash is on CS6. You'll have to figure out what mww commands are needed to strap the registers enough to enable that chip select. That is about all

[Openocd-development] Try to program CFI flash on cirrus EDB9307A eval board

2009-03-31 Thread tgiraldi
Hello, I try to configure CFI external flash on cirrus EDB 9307A eval board with following command into my script file: # Use MAC FIFO RAM 4Ko of EP9307 as working area $_TARGETNAME configure -work-area-virt 0x80014000 -work-area-phys 0x80014000 -work-area-size 0x10FF -work-area-backup 1 #NOR