> target state: halted > target halted in ARM state due to debug-request, current mode: Supervisor > cpsr: 0x000000d3 pc: 0x00000000 >> flash protect 0 0 2 off > memory read caused data abort (address: 0x00010000, size: 0x1, count: 0x1) > memory read caused data abort (address: 0x00020000, size: 0x1, count: 0x1) > cleared protection for sectors 0 through 2 on flash bank 0
You'll have to figure out why you can't access that memory region. Why are you using "reset halt" instead of "reset init"? "reset init" will run the reset init script which will make the memory accessible... I would expect this to fail too: mdw 0x10000 -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
