RAM size detection wrong - Xiaomi ac2100 - MT7621

Edit:
Solved by adding:

memory {
device_type = "memory";
reg = <0x00000000 0x8000000>;
};

to the dts file.

Hey,

I am actually building OpenWrt for a new device "Xiaomi ac2100" (MT762). The board has 128 MB RAM, but "free" and luci report 256 MB instead. Is there a way of manually tell the system the proper RAM-size, or anything I can add to the build files to get it recognized properly?

Thanks!
Thorsten

There are a few threads about it already, maybe they are helpful?

and

Thanks, I already solved the problem!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.