How to change EMC frequency in r36.3

I want to change the EMC frequency in Jetson Linux r36.3 with follow steps, but it does not work.

sudo sh -c "echo 1 > /sys/kernel/debug/bpmp/debug/clk/emc/mrq_rate_locked"
sudo sh -c "echo 1 > /sys/kernel/debug/bpmp/debug/clk/emc/state"
sudo sh -c "echo 665600000 > /sys/kernel/debug/bpmp/debug/clk/emc/rate"

I checked and was able to change the frequency in r35.5.

Has something changed in r36.x?

echo 1 > /sys/kernel/debug/bpmp/debug/clk/emc/mrq_rate_locked
echo 1 > /sys/kernel/debug/bpmp/debug/bwmgr/bwmgr_halt

Try to do this before echo 665600000 > /sys/kernel/debug/bpmp/debug/clk/emc/rate

Thank you for your quick reply.

It worked fine. Thank you!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.