ALT3224
New Contributor
2 years agoArria10 SoC U-boot: How to configure DDRAM memory from 1GB to 4GB in version 23.2 PRO
Hi everyone,
I executed the tutorial Building Bootloader for cyclone V and Arria 10
on the evaluation board successful
Now, I need to modified the u-boot for my customer board.
My environment is Arria 10 SoC, intelPro FPGA version 23.2 and I have a question
Which changes are required in the u-boot software for configure the default DDRAM memory from 1GB to 4GB?
I changed the memory node in the file xx.dtsi
memory {
#address-cells = <2>;
#size-cells = <2>;
reg = <0 0x00000000 0 0x80000000>, /* 2GB */
<1 0x80000000 0 0x80000000>; /* 2GB */
};
After built and loaded the u-boot I received a warning message about mismatch in the memory size
There are 2 possibilities, the node definition is incorrect or I'm missing other changes.
your help will be appreciated
Thanks in advance.
Regards
Nora
Hi
Any update on this case?
Regards
Jingyang, Teh