hi:
How to update 1G DDR3 to 2G DDR3 on i.MX6QSabresd board.What should I do with uboot and kernel?
Now I am using the vesion L3.0.35 4.0.0.
Solved! Go to Solution.
Hi 浩卢
in uboot/../configs/mx6q_sabresd.h change ddr size parameter
PHYS_SDRAM_1_SIZE
change dcd header with new ddr settings obtained from DDR test
uboot/../mx6q_sabresd/flash_header.S
https://community.freescale.com/docs/DOC-96412
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi 浩卢
in uboot/../configs/mx6q_sabresd.h change ddr size parameter
PHYS_SDRAM_1_SIZE
change dcd header with new ddr settings obtained from DDR test
uboot/../mx6q_sabresd/flash_header.S
https://community.freescale.com/docs/DOC-96412
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi igorpadykov
Can you give me some suggestions about this problem ?How to update 1G DDR3 to 2G DDR3 on i.MX6QSabresd board 3.14.52
hi igorpadykov
Thank you very much.I got it with your solution.