hi:
How to update 1G DDR3 to 2G DDR3 on i.MX6QSabresd board.What should I do with uboot ?
Now I am using the version yocto 3.14.52.u-boot version is 2015.04.
I have try to do some change like this How to update 1G DDR3 to 2G DDR3 on i.MX6QSabresd board
But it doesn't work. It is still 1G size DDR. Here is the log
U-Boot 2015.04-imx_v2015.04_3.14.52_1.1.0_ga+g6cf684a (Apr 20 2016 - 16:01:47)
CPU: Freescale i.MX6Q rev1.2 at 792 MHz
CPU: Temperature 31 C
Reset cause: POR
Board: MX6-SabreSD
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE100 ID=0x10
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment
No panel detected: default to Hannstar-XGA
Display: Hannstar-XGA (1024x768)
In: serial
Out: serial
Err: serial
switch to partitions #0, OK
mmc2(part 0) is current device
Net: FEC [PRIME]
Error: FEC address not set.
Normal Boot
Hit any key to stop autoboot: 0
解決済! 解決策の投稿を見る。
please run ddr test
i.MX6/7 DDR Stress Test Tool V2.52
and update uboot/../mx6sabresd/mx6q_4x_mt41j128.cfg
with new parameters obtained from ddr test
Best regards
igor
and update uboot/../mx6sabresd/mx6q_4x_mt41j128.cfg
with new parameters obtained from ddr test
please run ddr test
i.MX6/7 DDR Stress Test Tool V2.52
and update uboot/../mx6sabresd/mx6q_4x_mt41j128.cfg
with new parameters obtained from ddr test
Best regards
igor
Thank you igorpadykov .
Hello,
Please use Chapter 1 (Porting U-Boot from an i.MX 6/7 Reference Board to
an i.MX 6/7 Custom Board) of "i.MX_BSP_Porting_Guide.pdf" in Linux docs.
< http://www.nxp.com/webapp/Download?colCode=L3.14.52_1.1.0_LINUX_DOCS >
Also, the following may be helpful.
"Freescale i.MX6 DRAM Port Application Guide-DDR3"
< https://community.freescale.com/docs/DOC-101708 >
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you Yuri Muhin.