> On Tuesday 11 July 2017 14:57:39 Borton, Nick wrote:
> 
> I found the error which was causing most of my problems:
> 
> A lack of adding “target smp cpu0 cpu1”
> 
> But now I will get some other errors, such as being unable to add certain
> breakpointsL
> 
> Error: data abort at 0xc019e818, dfsr = 0x0000080d
> Error: can't add breakpoint: unknown reason

The debugger cannot add a breakpoint because of the above data abort. I'm 
betting, without decoding dfsr, that you have the linux kernel map .text read-
only, and the debugger cannot write a breakpoint due to that. You might be 
able to fix that with adding "cortex_a dacrfixup on"

BR,
Matthias

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to