Hi,
Our product need more ram size, our DDR is 8G and when it boot into kernel, the free size is only 5.2G, I know dpaa2 default will set this value mcmemsize=0x70000000, but for our product request, it need more ram size, so we need to modify uboot env mcmemsize value to increase ram size
We want increase 1G size, so we modify it as below:
mcmemsize=0x40000000
After modify the value, we save it and reboot again, but the free size is still 5.2G
ir seems not workable.We also try this on LX2160RDB EVB board with official LSDK2004,
The RAM size is 16G and free size is 13G, we modify mcmemsize=0x40000000
the result is the same. free ram size is not increase.
Could you help us for this issue?
Thank you.
Jack