U-Boot RAM Test

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

U-Boot RAM Test

2,418件の閲覧回数
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,594件の閲覧回数
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 件の賞賛
返信