Forum Discussion
Gokulraj
New Contributor
1 year agoHow to access the 8GB ram of DDR in Agilex 7
Hi, I need to access 8GB DDR ram in agilex dev kit,but now i able to access only 2GB ram.While trying to access the remaining 6GB of ram ot throw error as "TFTP error: trying to overwrite reserve...
tehjingy_Altera
Regular Contributor
1 year agoHi
Sorry about that.
Could you try make the changes to the files in your uboot as shown in the image below:
Regards
Jingyang, Teh
- Gokulraj1 year ago
New Contributor
Hi,
I've already tried these patches, but the issue persists.
The main issue now is reading a 64-bit memory address. The mmc write command works with 32-bit addresses, but it does not function correctly with 64-bit addresses.
Please review the MMC driver files related to handling 64-bit memory addressing. The issue is not related to configuring the memory node.
Thanks,
Gokulraj