uboot ddr customization

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

uboot ddr customization

1,362 次查看
vladimirchernin
Contributor III

Hi!

Our custom board based on IMX6ULL evk and it uses LPDDR2 2gb

we need to custom our uboot and linux 

in the mx6ull_customboard.h (uboot )

i changed the size of ddr 

#define PHYS_SDRAM_SIZE SZ_2G // for 2 Giga

should i change  next parameters

#define CONFIG_NR_DRAM_BANKS 1    // my memory has 8 bank
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR  

should i change these 2 params numbers of banks and physical address?

Thanks

标签 (3)
标记 (5)
0 项奖励
回复
1 回复

994 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Vladimir

if board is based on nxp evk design I believe these settings

can be left in default state. It is necessary to run ddr test

i.MX6/7 DDR Stress Test Tool V2.80 

and change uboot/../mx6ullevk/imximage_lpddr2.cfg with new calibration

coefficients found from test.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复