On 20 March 2012 21:05, Uhrheber <uhrhe...@gtfe.de> wrote:
> On 20.03.2012 11:53, Spencer Oliver wrote:
>>>>
>>>> just realised you are using a 2x target - are you using the following
>>>> patch ?
>>>> http://openocd.zylin.com/500
>
>
> Spencer,
>
> I applied the patch, but with no success.
> Now I get other errors.
> The code file works, t's a simple blink program.
> I can flash it with a Pickit3.
>

strange the log points to issues with executing code from ram.
to help debug we need to split your cmd's up.

# erase full chip
flash erase_sector pic32mx.flash0 0 last
flash erase_sector pic32mx.flash1 0 last

# write image
flash write_image blink.elf

# verify image
verify image blink.elf

I will try and get some silicon to test, but that may take a few days.
Salvador wrote the patch for the 1/2x family, perhaps he has got some input?

Spen

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to