How to chang i.MX53QSB DRAM to 512MB

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

How to chang i.MX53QSB DRAM to 512MB

跳至解决方案
1,059 次查看
billyhe
Contributor II

Hello, everyone.

The i.MX53QSB DRAM is 1GB(four chips ddr3, 2 Banks) default.Now, I want to change to 512MB(two chips ddr3 1 Bank).

When I search the method is modify the u-boot-2009.08/board/freescale/mx53_loco/flash_header.S. But I read the assembly code difficulty.

Is anybody can tell me the detail methods? Thank you!

标记 (5)
1 解答
795 次查看
VladanJovanovic
NXP Employee
NXP Employee

You’ll need to adjust board memory size (PHYS_SDRAM_1_SIZE and PHYS_SDRAM_2_SIZE) in include/configs/mx53_loco.h (or appropriate config file for your board).

You'll need to look into ESDCTL register values configured in flash_header.S as they configure memory size but also memory timings, which often need to be adjusted when using different memory compared to what is on the dev. board.

Vladan

在原帖中查看解决方案

1 回复
796 次查看
VladanJovanovic
NXP Employee
NXP Employee

You’ll need to adjust board memory size (PHYS_SDRAM_1_SIZE and PHYS_SDRAM_2_SIZE) in include/configs/mx53_loco.h (or appropriate config file for your board).

You'll need to look into ESDCTL register values configured in flash_header.S as they configure memory size but also memory timings, which often need to be adjusted when using different memory compared to what is on the dev. board.

Vladan