From: Paul F. <fer...@gm...> - 2014-10-31 06:11:47
|
Hi, On Thu, Oct 30, 2014 at 10:25:50AM -0500, Jim Merkle wrote: > Programming Flash with 26,678 byte image > timed out while waiting for target halted > target not halted > Execution of flash algorythm failed. Can't fall back. Please report. The immediate problem is not yet obvious, but the easy solution would be to comment out workarea specification from s3c2410.cfg so that OpenOCD will try writing directly, without running anything on the target processor. If you want the faster method to work, you'll need to investigate further. First thing to try is to halt/resume the target and get this reliably working. Probably you need to specify non-standard "reset_config" for that, depending on your HW. Then proceed with using the target helper. The logs you share should be done with -d3, so that we have as much information as possible when thinking about the possible issues. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |