David Brownell a écrit :
> On Tuesday 24 November 2009, Albert ARIBAUD wrote:
>> I did investigate by fixing 0x3 directly in feroceon.cfg, and it does 
>> not improve:
>>
>>> Error: IR capture error at bit 4, saw 0x09 not 0x...3
> 
> Are you sure you didn't make the "ircapture" be 0x3,
> instead of the "irmask"?  Because masking the two LSBs (0x3)
> of 0x09 gives 0x01, the specified "ircapture" value.

Yes, I am sure. I triple-checked feroceon.cfg:

> jtag newtap $_CHIPNAME cpu -irlen 32 -ircapture 0x1 -irmask 0x3 -expected-id 
> $_CPUTAPID

This is what gave the results I gave in my previous post.

Amicalement,
-- 
Albert.
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to