Unable to handle kernel paging request at virtual address ffff80a87731a03a

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

Unable to handle kernel paging request at virtual address ffff80a87731a03a

1,029 Views
klh
Contributor I

Hi, I have an error encountered when running some throughput test on my custom board based on LS1043 reference design board. 

Here's the error message I get, I couldn't figure out if it's related to the hardware I design or software side.... hope to get some hint and feedback...

I have included the link to the error message in text file as below

Kindly advise and help.

Labels (1)
0 Kudos
1 Reply

871 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello kl h,

Please check whether this problem is caused by DDR hardware or DDR controller configuration problem.

Under u-boot, please use "mtest" program to test DDR memory.

 

Please configure CMD_MEMTEST, CONFIG_SYS_MEMTEST_START and CONFIG_SYS_MEMTEST_END in u-boot and use "mtest" command in u-boot to test DDR memory.

For example,

#define CONFIG_SYS_MEMTEST_START        0x80000000
#define CONFIG_SYS_MEMTEST_END          0x9fffffff


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos