Hi all
I have a question about DDR Stress Test.
I'm building a build environment with UserGuide.docx.
According to the guide, there are following steps.
a) Download free CodeSourcery arm GNU toolchain from http://www.codesourcery.com/downloads/public/gnu_toolchain/arm-none-eabi/arm-2008q3-66-arm-none-eabi...
http://www.codesourcery.com/downloads/public/gnu_toolchain/arm-none-eabi/arm-2008q3-66-arm-none-eabi...b) install it to your cygwin, e.g., /opt
c) create a soft link /opt/CodeSourcery -> /opt/arm-2008q3
d) unzip Target_Images.tar.gz to any directory
e) in the cygwin shell, go to target directory
f) type “make TARGET=mx53” for mx53 or “make TARGET=mx51” for mx51
g) you should get ddr-stress-test-mx53.bin or ddr-stress-test-mx53.bin under output/target/bin
In step "f)", I can't find Makefile in "DDR_Stress_Tester_for_mx51mx53_V002" directry.
Where is the Makefile that we use in step f) ?
Ko-hey