u-boot DDR3 Custom IMX6SLL

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

u-boot DDR3 Custom IMX6SLL

1,995 次查看
vlintilhac
Contributor III

Hello,

 

I'm trying to update u-boot for my custom board using a different LPDDR3 (W63CH2MBVACE - datasheet attached).

 

I have made the following changes but cannot get u-boot to show up in the console:

[x] u-boot/board/freescale/mx6sllevk/imximage.cfg -> updated with calibration values I got from the stress test

[x] u-boot/board/freescale/mx6sllevk/plugin.S -> updated with calibration values I got from the stress test

[x] u-boot/configs/mx6sllevk.defconfig -> CONFIG_NR_DRAM_BANKS=3 (my ram is a 8 banks DDR)

[x] u-boot/include/configs/mx6sllevk.h -> PHYS_SDRAM_SIZE    SZ_512M (512MB DDR)

 

Is there anything else I need to update to get u-boot to work properly? Or any tips to debug?

 

Best,

Vincent

0 项奖励
回复
1 回复

1,985 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Vincent

 

for that issue one can try to decrease cma size and build without OPTee, using

sect.5.6.10 OP-TEE enablement    i.MX Yocto Project User’s Guide​

For debugging one can use AN4553   Using Open Source Debugging Tools for Linux on i.MX Processors

 

Best regards
igor

0 项奖励
回复