Re: [Openocd-development] AT91SAM7X256 Flash and verify_image

2009-05-18 Thread Øyvind Harboe
What could be going on is that the verify algorithm, which runs on the target, crashed somehow. Here is essentially what verify does: 1. uploads a small application to the target 2. this app runs a crc on the flash 3. OpenOCD checks that the crc is correct Try a reset init before you run

[Openocd-development] AT91SAM7X256 Flash and verify_image

2009-05-17 Thread Dean Glazeski
Hey all, I've been playing a bit with my AT91SAM7X-EK (AT91SAM7X256) development board from Atmel and doing the whole flash, verify, run dance. It seems that the verify image may be a bit broken. For some reason, it keeps kicking the target into the run mode when I tell it to verify. By the