DDR Stress Test Tool stuck - uboot 2.80 version

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

DDR Stress Test Tool stuck - uboot 2.80 version

Jump to solution
1,819 Views
tzipikluska
Contributor II

Hi,

 

I have scm-imx6 quad and I want to run a DDR stress test. I'm using DDR Stress Test Tool V2.80 - the uboot version.

I followed this instructions:

i.MX6/7 DDR Stress Test Tool V2.80 

but I have a problem during calibration command: 

After: 

                  Calibration will run at DDR frequency 528MHz. Type 'y' to continue.

                  If you want to run at other DDR frequency. Type 'n'

The terminal is stuck.

It happened also when I'm trying to do the stress test command.

https://community.nxp.com/docs/DOC-96412#comments 

In this doc the writer mentioned that "To run ddr stress test from u-boot, CONFIG_SPLASH_SCREEN must be disabled in u-boot. Because when enter self refresh mode in ddr stress test, DRAM access will be blocked. If splash screen in u-boot is enabled, IPU will continuously access DRAM, so the system will hang up."

 

so I put this define in comment under the files: mx6dqscm.h and u-boot.cfg, but it didn't help.

someone with the same problem wrote in the doc comments that "I had to make sure that IPU wasn't initialized." but i didn't understand how to do that.. 

Can someone please help and write the steps I need to do to disable the this IPU/SPLASH_SCREEN?

Thanks,

Tzipi

Labels (3)
1 Solution
1,007 Views
igorpadykov
NXP Employee
NXP Employee

Hi Tzipi

scm-imx6q uses lpddr2 with max. operating frequency 400MHz

according to i.MX6DQ Datasheet

http://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf

Splashscreen can be disabled with CONFIG_SPLASH_SCREEN define

in uboot/include/configs/mx6sabre_common.h

uboot-imx.git - Freescale i.MX u-boot Tree 

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

View solution in original post

3 Replies
1,008 Views
igorpadykov
NXP Employee
NXP Employee

Hi Tzipi

scm-imx6q uses lpddr2 with max. operating frequency 400MHz

according to i.MX6DQ Datasheet

http://www.nxp.com/docs/en/data-sheet/IMX6DQCEC.pdf

Splashscreen can be disabled with CONFIG_SPLASH_SCREEN define

in uboot/include/configs/mx6sabre_common.h

uboot-imx.git - Freescale i.MX u-boot Tree 

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

1,007 Views
tzipikluska
Contributor II

Thank you Igor! 

It solved my problem!

Tzipi

0 Kudos
1,007 Views
tzipikluska
Contributor II

I needed to put in comment CONFIG_SPLASH_SCREEN define in both: 

uboot/include/configs/mx6sabre_common.h

uboot/include/configs/mx6dqscm.h

Tzipi

0 Kudos