On Tue, Aug 26, 2008 at 2:24 PM, Christian Jaeger <[EMAIL PROTECTED]> wrote: > Øyvind Harboe wrote: >>> >>> 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"? >> > > No reason except not knowing. (Where can I find up-to-date documentation?)
type "help reset" openocd.texi under subversion control. It is in sync w/source of course :-) to build a PDF file: make pdf > Wonderful?! So no more problems then, eh? :-) > Wondering: why does "flash info" still say the memory is protected? No idea. I don't know much about the protected stuff. -- Ø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
