How to dump memory map of i.MX processor?

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

How to dump memory map of i.MX processor?

1,436 次查看
adevries
Contributor V

Background: I am trying to verify the propagation delay of the DDR traces on the PCB I designed. To accomplish this, I figured the easiest way is to look at the delay values listed in the DDR PHY memory mapped registers. On microcontrollers, reading registers is easy enough to accomplish, but I don't know how to do that when dealing with an 8M Mini.

I have an i.MX 8M Mini processor running a custom Yocto-generated linux OS. When powered on, it first goes through uboot before starting linux. Is it possible for me to use uboot or linux to dump the DDR PHY memory mapped registers to a file or some format I can read?

标签 (1)
标记 (5)
0 项奖励
回复
1 回复

1,423 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

In uboot console, you can use mb command to read register.

0 项奖励
回复