Question: Why does my device show 4GB of RAM when I really have 8GB?
peterwilli opened this issue · 4 comments
peterwilli commented
paralin commented
Mine also is 8GB but shows 4gb,
I see a dmesg
line very early in the boot:
[ 0.000000] Memory limited to 4096MB
@peterwilli Nice catch, there was a kernel parameter which limited the memory to 4096M in the boot script:
If you pull this commit, then "make cmd/odroid/common/install" once more to update it on your sd card, it should remove the limit.
paralin commented
peterwilli commented
paralin commented
@peterwilli Yup, just a small mistake in the configs, easy to fix!
Glad it's working properly now 👍🏽