Forum Discussion
TiensungA_Altera
New Contributor
8 months agoCan you try the change below? This change maps to the SDRAM upper > 2GB to 0x1_0000_0000.
Technically, 0x1_0000_0000 will map back to 0-2G. So, we should use 0x1_8000_0000 for 2-4G.
memory {
reg = < 0 0x00000000 0 0x80000000>,
<1 0x80000000 0 0x80000000>;
};
Thanks