I am working on a custom board based on T1042. I have use on board DDR3L discrete RAM in my design. I have successfully flashed U-BOOT, RCW, DTB, kernel and file-system in the NOR flash. When the board boots up, it is crashing at a point where file-system is being loaded to RAMDISK.
I have generated RAM's timing parameters through codewarrior DDRV Tool and used those parameters in my uboot.
When I check my RAM through mtest command in UBOOT, it always fails. But when I write some data on the RAM through mw (memory write) command and read it back by md (memory read) command, I found the same data that I have written on the memory.
I have attached kernal logs for the case when it crashes. Kindly help me to get rid of this error.