How to dump memory map of i.MX processor?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to dump memory map of i.MX processor?

596 Views
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?

Labels (1)
0 Kudos
1 Reply

583 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

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

0 Kudos