How to configure DDR3L RAM on FRDM-LS1012A

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

How to configure DDR3L RAM on FRDM-LS1012A

1,154 次查看
shyam_baldha
Contributor I

Hello Community,

How to Configure configure DDR3L RAM on fresh FRDM board?? 

As per my knowledge I don't have to do an changes in dts or anywhere in BSP. If anything need to be done in BSP code please guide me.

Please provide pointer on configuration part.

Thanks,

Shyam

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

772 次查看
Pavel
NXP Employee
NXP Employee

Change u-boot configuration file for your SDRAM. Look at attached file. These file are u-boot configuration files for the FRDM-LS1012Aboard .This file is available in u-boot source folder. Use the following path:

QorIQ-SDK-V2.0-20160527-yocto/build_ls1012afrdm/tmp/work/ls1012afrdm-fsl-linux/u-boot-qoriq/2016.09+fslgit-r0/git/include/configs


Have a great day,
Pavel Chubakov

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

0 项奖励

772 次查看
Pavel
NXP Employee
NXP Employee

Look at u-boot source code. U-boot provides DDR3L initialization. See attached files. These files are available using the following path in SDK 2.0:

/QorIQ-SDK-V2.0-20160527-yocto/build_ls1012afrdm/tmp/work/ls1012afrdm-fsl-linux/u-boot-qoriq/2016.09+fslgit-r0/git/board/freescale/ls1012afrdm


Have a great day,
Pavel Chubakov

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

0 项奖励

772 次查看
shyam_baldha
Contributor I

Hi pavel,

I have checked those file and I can see some initialization parameters as well but I don't see any size related parameters.

So my query is What changes to be done in BSP If I increase RAM size to 2GB which is Presently 512MB on FRDM-LS1012A board.

NOTE : There is one parameter 'CONFIG_SYS_SDRAM_SIZE' but I don't know how to manipulate

Thanks,

Shyam

0 项奖励