I got a A62 board with 2GB of RAM memory but u-boot still declare only 1GB of memory. How can I say to u-boot that my board has 2GB ?
As we downloaded the Android 6 sources, we use u-boot 2015. Finally, we found how to compile the entire Android, and also u-boot. We found to change ''/configs/mx6qdl_a62_android_defconfig'' in order to declare the 2GB RAM. now the system sees them and use the 2GB. Are there some advices about the Heap size, heap minimum to set up in order to have the best system behavior ?
I'm sorry you had to recompile the entire Android, and the u-boot, since I sent you a bootable image. I don't have advices for what you're looking for, I'm sorry.