T2080 Custom board about the ddr memory change discrete mode

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

T2080 Custom board about the ddr memory change discrete mode

579 Views
qwertyuiop
Contributor I

We will t2080 custom board dimm memory into a slotless ddr3l memory, u-boot start initialization memory problems, I want to know how to correct u-boot freescale ddr part of the code can help us complete the memory initialization?

Labels (1)
0 Kudos
1 Reply

370 Views
xiaopengma
Contributor I

In my opinion,it is not easy to modify u-boot.

I do the following things to fix this problem.

First:use QCVS to generate the memory initialization script.

Second:use Code Warrior to generate some T2080 RAM debug project

Third:copy the memory initialization script to T2080 RAM debug project initialization script,may need some modification

Debug custom board until memory can be accessed correctly.

Then I get the right configuration.

Next find some discrete memory initialization examples from u-boot code(like p1020,etc)

and modify T2080 u-boot memory initialization code.

0 Kudos