LS1088A DDR Size Problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LS1088A DDR Size Problem

ソリューションへジャンプ
1,060件の閲覧回数
TahaBenderli
Contributor I

Hello,

we are having a DDR4 size problem on LS1088a platform.  We have 4GB DDR4 on the board. When u-boot starts it is confirmed that board has 4GB DDR4. But when we checked on kernel with cat /proc/meminfo or free commands, it shows that RAM is 2GB.  Do you have any idea why are we having mismatch DDR size in u-boot and kernel ?

Attached photos you can see the differences.

 

freeddr4.jpgmeminfoddr.jpgubootddr4.jpg

0 件の賞賛
1 解決策
1,045件の閲覧回数
mcbridematt
Contributor III

The 2GB is being reserved for the DPAA2 MC memory. The best solution is to delete the "mcmemsize" variable from your U-Boot configuration which will reduce the total reservation down to 512MB.

元の投稿で解決策を見る

2 返答(返信)
1,046件の閲覧回数
mcbridematt
Contributor III

The 2GB is being reserved for the DPAA2 MC memory. The best solution is to delete the "mcmemsize" variable from your U-Boot configuration which will reduce the total reservation down to 512MB.

1,033件の閲覧回数
TahaBenderli
Contributor I

Thanks. I changed the value of the mcmemsize but it seems solution is deleting it. Now DDR size is 3.6 Gbytes.

0 件の賞賛