Forum Discussion
qwitza
Occasional Contributor
9 months agoSDRAM calibration failed.
Hello, after Enpirion stopped selling some of the parts we used on our board, we had to redesign it. We assembled ten boards, and on two of them, I’m now getting an SDRAM calibration error in U-Boot...
qwitza
Occasional Contributor
9 months agohere, is the file
Archer_Altera
Occasional Contributor
9 months agoHi qwitza
Thanks for uploading the error log.
The function test_load_patterns(0, ALL) returned 170, but the expected value was 255.
This indicates that the test pattern written to DDR (typically 0xFF) was read back as 0xAA (i.e., 170).
Since 0xAA is 0b10101010 and 0xFF is 0b11111111, this suggests that certain DQ bits are stuck at 0. Since only two boards have this issue, it is most likely hardware issue such as DQ pin connectivity issues (open circuit, short circuit, or poor soldering).
Hope this is helpful.
Archer_Altera