I just bought the Q96 Mini TV Box with 8GB RAM and 128GB ROM:
https://www.aliexpress.com/item/1005004079154677.html
I have managed to boot Armbian in desktop mode with "Armbian_20.10_Arm-64_bullseye_current_5.9.0_desktop.img"
But the problem is that it only allows me to use 1GB of RAM
What do I have to do to be able to use the 8GB?
I have tried decompiling "meson-gxl-s905x-p212.dtb" and changing the value to:
memory@0 {
device_type = "memory";
reg = <0x80000000 0x80000000 0x80000000 0x80000000>;
};
and I've recompiled it, but I'm still able to use only 1GB of RAM
I don't know what else to try any idea is welcome
Thank you