Hello,
I am having an issue after increasing the memory in a P2020RDB-PCA development kit. I am not an expert on this subject matter, but I know it is possible since my company has successfully done this on the same machines. Currently, when booting the system through U-Boot, the system hangs after the following line:
"1 GiB (DDR3, 64-bit, CL=6, ECC off)"
I have access to the CodeWarrior IDE and the CodeWarrior TAP, but I am unsure how to use them for this application. I assume that I need to find a way to make the system recognize the added memory since it isn't doing that automatically. The system is connected serially using PuTTy and the UART0 port. Thank you for your help!
Hi @jcloherty,
In order to change or modify the DDR used in the RDB is not enough just changing the memory on hardware,
Also you need to change the configurations on the file ddr_init.c with the settings of your new DDR in your board.
Regards
Hi @SebastianG ,
Do you know what specifically needs to be changed, and where to access that init file?
Thanks,
Jason
Hi @jcloherty,
Apologies for the delayed response,
You need to change the values of the following registers with the values of your DDR specified on the datasheet
Regarding this question "and where to access that init file?"
I will respond you in the next response
Regards
Hi @jcloherty,
Currently I am working on your issue,
Could you please tell me for which memory (DDR) are you change the previous DDR?
Regards,
Sebastian
Hey @SebastianG ,
Thank you for your response. Below is some information about what RAM we used for the upgrade.
https://www.digikey.com/en/products/detail/micron-technology-inc/MT41K256M16HA-125-E/4251401
Thank you again for your help.