Hi. I'm just dipping my toes into the world of JTAG / OpenOCD and I
thought I'd report a slightly confusing issue I had.

load_image consistently responded with "Error: 21 words out of 53 not
transferred". It turned out that the whole image *was* transferred, but
the error message threw me for a while.

The code that displays the error is in src/target/arm11_dbgtap.c

        if (error_count > 0) {
            LOG_ERROR("%u words out of %u not transferred",
                error_count, readiesNum);
            retval = ERROR_FAIL;
        }

After commenting out those lines I get the expected success message, and
the image appears to load and run OK.

I'm using interface/ftdi/olimex-arm-usb-tiny-h.cfg for the olimex and
https://github.com/dwelch67/raspberrypi/blob/master/armjtag/raspi.cfg
for the pi.

Many thanks to Paul Fertser for his exemplary handholding on irc earlier.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to