U-Boot RAM Test

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

U-Boot RAM Test

1,638 Views
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 :)

Labels (1)
0 Kudos
1 Reply

814 Views
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 Kudos