How to define jtag chain for imx6 with realview ICE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to define jtag chain for imx6 with realview ICE

跳至解决方案
2,105 次查看
leeseungik
Contributor III

Any body can help me?

I am following steps to connect to jtag with realview ICE which is mentioned document "Hardware Development Guide for i.MX 6Quad..Families of Applications Processors"

in chapter 6.4 NOTE say at page 71 "go to www.freescale.com to obtain your copy of the Freescale_iMX6 Q.rvs file." to define the JTAG chain for a Cortext-A9 based chip. but I can't find that file

where can I find that file?

Thanks

Seungik Lee

标签 (1)
标记 (4)
1 解答
1,216 次查看
Yuri
NXP Employee
NXP Employee

I found the enclosed in my "…/My Documents\ARM\rvconfig\platformFiles".

在原帖中查看解决方案

6 回复数
1,217 次查看
Yuri
NXP Employee
NXP Employee

I found the enclosed in my "…/My Documents\ARM\rvconfig\platformFiles".

1,216 次查看
leeseungik
Contributor III

Thanks Yuri.

that file you attached works fine. I steps up to target connection.

But I faced new stage, When I try to access register mentioned in the Guide. memory access error occurs like following..

"Error: 0x021d0102: Error Memory access caused precise abort.

Debug Precise Abort Registers : DFSR = 0x00000005, DFAR = 0x020E0220 from target : Cortex-A9_3."

0 项奖励
回复
1,215 次查看
Yuri
NXP Employee
NXP Employee

Often it is needed to run an initialization script before i.MX registers access.
Please try proper script from the SDK (tools):

https://www.freescale.com/webapp/Download?colCode=i.MX6_PLATFORM_SDK&location=null&fpsp=1&WT_TYPE=Sn...

0 项奖励
回复
1,215 次查看
leeseungik
Contributor III

Can you tall me how to run script file on linux ? or realview debugger?

0 项奖励
回复
1,215 次查看
Yuri
NXP Employee
NXP Employee

In the RealView Debugger : Menu Tools -> Include Commands from File

0 项奖励
回复
1,215 次查看
leeseungik
Contributor III

Now I can access to Memory..

When I hold console at u-boot then connect to target , now I can access to memory and run script.

thank you for your reply (so fast reply ^^)

0 项奖励
回复