How to read iMX28 registers from Linux?

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

How to read iMX28 registers from Linux?

Jump to solution
1,325 Views
JuanmaAlvarez
Contributor II

Hello,

I need to read some of iMX28 internal registers to check if they have the correct value once Linux is running.

Any ideas?

/dev/mem starts at address 0x100000000, I need to read 0x8... ....

Regards

1 Solution
926 Views
JorgeRama_rezRi
NXP Employee
NXP Employee

Hi Juan,

I use the memtool. You can find it under the root@freescale /unit_tests$ folder. Or, if you don't have it installed, you can use the attached memwatch.

Best regards.

Jorge.

View solution in original post

2 Replies
927 Views
JorgeRama_rezRi
NXP Employee
NXP Employee

Hi Juan,

I use the memtool. You can find it under the root@freescale /unit_tests$ folder. Or, if you don't have it installed, you can use the attached memwatch.

Best regards.

Jorge.

926 Views
JuanmaAlvarez
Contributor II

Thanks!!!

It works!!!

Thank you very much! :smileyhappy:

0 Kudos