Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Disabling MemoryDown

JONG_L_
New Contributor I
1,100 Views

Hi,

 

I have a custome board, which is similar to MinnowBoard MAX.

In order to build firmware for my board I downloaded/installed Intel Firmware Engine 1.1, and built firmware without MemoryDown option since my board uses SODIMM module.

If MemoryDown is disabled, does firmware read the SPD from SODIMM module and then set memory parameters accordingly? or am I still responsible to set all other memory parameters(such as Ranks, tCL, etc)?


Jong

0 Kudos
3 Replies
BrianRichardson
Employee
1,100 Views

You should be able to just change the "Enable Memory Down" option in the MemoryInit module from "1" to "0". This will ignore any manual memory settings and use the SPD values (assuming SMBUS is routed properly to the DIMM slots). Please try this and let me know if it works.

0 Kudos
JONG_L_
New Contributor I
1,100 Views

Thank you, Brian.

It works exactly what you stated.

Jong

0 Kudos
BrianRichardson
Employee
1,100 Views

Excellent. Glad I could help.

0 Kudos
Reply