U-Boot RAM Test

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

U-Boot RAM Test

2,349 次查看
anshulkhare
Contributor III

Hi,

I have an iMX6UL board,
i am doing U-Boot Ram Test RAM address range start from 0x80000000 to 0x90000000.
i need to find out the safe address range to perform U-boot- RAM test,
because some portion of Ram is containig U-Boot.
if i will perform RAM test for complete RAM then there are chances of RAM crash
to avoid this i need address range to for which i can perform test.


Thank you :)

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

1,525 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi,

in the following file you will find CONFIG_SYS_TEXT_BASE which indicates uboot address.

<build-dir>/tmp/work/<poky-linux-gnueabi>/uboot-imx/<version>/git/include/configs/<board>.h


Regards,
Carlos

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

0 项奖励
回复