iMX6 DualLite with Micron DDR3 (2 x MT41J128M16HA)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

iMX6 DualLite with Micron DDR3 (2 x MT41J128M16HA)

跳至解决方案
2,268 次查看
rafalwegner
Contributor II

Hello everybody!


Is there a chance someone have configuration file (flash_header.S) for iMX6 Dual Lite connected with DDR3 RAM Memory (2 x MT41J128M16HA)

MMDC should be configured for DDR3 x32.

Thanks in advance!

Rafal

0 项奖励
回复
1 解答
913 次查看
arthur_lai
Senior Contributor II

Hi Rafal,

Basically, you need to modify two register fields in the original flash_header.S in order to support 32-bit DDR3.

1. Change the memory bus size to 32-bit by set DSIZ on MMDC1_MDCTL register to 1.

2. Disable the ODT on higher 32-bit by clearing MMDC2_MPODTCTRL register.

Arthur

在原帖中查看解决方案

0 项奖励
回复
1 回复
914 次查看
arthur_lai
Senior Contributor II

Hi Rafal,

Basically, you need to modify two register fields in the original flash_header.S in order to support 32-bit DDR3.

1. Change the memory bus size to 32-bit by set DSIZ on MMDC1_MDCTL register to 1.

2. Disable the ODT on higher 32-bit by clearing MMDC2_MPODTCTRL register.

Arthur

0 项奖励
回复