i.MX6 DDR Stress Test Tool V2.60 Fail

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

i.MX6 DDR Stress Test Tool V2.60 Fail

791 Views
logan_bui
Contributor I

Dear All, 

#Oliver Chen

I did DDR stress test in my development platform and got error messages:

 

DDR Freq: 396 MHz
t0.1: data is addr test
t0: memcpy10 SSN x64 test
t1: memcpy8 SSN x64 test
t2: byte-wise SSN x64 test
t3: memcpy11 random pattern test 
test2 Address:   0x2d81e900
Data initally read was:   0x239d7c44
Data re-read is:          0x239d7c44
But pattern was: 0x239d6c44
Bit location:    0x00001000
Error: failed to run stress test!!!
I want to ask some questions:
Whether above messages show that the test is FAIL or not?
If the test is FAIL, how does it affect to my system and application? Is this a serious issue?
What could be the root cause ? 
Platform information:
Processor: MCIMX6D7CVT08AD 
Four DDR part number: MT41K256M16TW-107 IT
These are step by step I did:
Step 1. Used Option 3 U-boot, download https://community.nxp.com/servlet/JiveServlet/download/105652-31-401789/ddr_stress_tester_uboot_v2.6... and extract to ddr-test-uboot-jtag-mx6dl.bin
Step 2. Copy ddr-test-uboot-jtag-mx6dl.bin to SDcard
Step 3. Plug the sdcard to the platform and go to u-boot
Step 4. Enter below commands
mmc dev 1
dcache off
icache off
fatload mmc 1:1 0x00907000 ddr-test-uboot-jtag-mx6dl.bin
go 0x00907000
Step 5. 
Select ARM core: 1 for 800MHz
Select DDR density: 1 for 1GB
Want to change VDD_SOC_CAP/VDD_ARM_CAP: n
Want to run DDR Calibration: n
Want to run DDR Stress Test: y
Start freq: 400
End freq: 400
Select simple loop or Over Night Test: 1
I attached full log I did, please teach me if I did anything wrong in the test.
Thanks in Advance and Best Regards,
Logan.

Original Attachment has been moved to: ddr_stress_test_log_20170606_1113.txt.zip

0 Kudos
1 Reply

463 Views
oliver_chen
NXP Employee
NXP Employee

Hi,

1. Yes. The DDR test is failed.

2. When your apps read/write the memory address 0x2d81e900, it may fail.

0 Kudos