|
From: Duane E. <op...@du...> - 2008-09-26 05:05:45
|
Georg Acher wrote:
> Hi,
> I'm currently working on a settop-box chip from Conexant. It contains two
> ARMs, a 1176 and a 926. The 1176 is the one I'm targeting for flashing over
> JTAG (no debugging or other fancy stuff).
>
Sounds kind of neat.
Have you used any other JTAG tools with this chip? specifically "urjtag"
It might do something different - and print some messages out a bit
different.
Per ARM - 926EJS TRM - section documentation - you should see:
0x07926f0f - for the 32bit arm 926 id.
This document should also explain how the cores should be detected.
http://infocenter.arm.com/help/topic/com.arm.doc.dai0099c/DAI0099C_core_type_rev_id.pdf
http://www.arm.com/support/faqip/3843.html
-Duane.
|