Hi all,
Can you help me in some unstandard procedure ?
I need to change DRAM freq by some research reasons.
I’ve already made this but on another dev-board.
I coula able by changing multiplicator in the u-boot function kind of
ddr_set_t __ddr_setting[] __attribute__ ((section(".ddr_param"))) =
This DRAM multiplicator describes like:
DRAMFreq:
* {pstate0, pstate1, pstate2, pstate3} //more than one pstate means use dynamic freq
The question is - Can I able to do the same on ROCK 5b dev-board ?
Can somebody help me in that ?