Difference between revisions of "RK ALL RF Test"
From ESS-WIKI
Yunjin.jiang (talk | contribs) |
Yunjin.jiang (talk | contribs) |
||
Line 2: | Line 2: | ||
Chromium minicom and Iperf3 have been installed. | Chromium minicom and Iperf3 have been installed. | ||
− | == | + | == Performance Mode == |
− | + | === Configurate CPU GPU NPU and DDR === | |
− | + | Configurate CPU、GPU、NPU and DDR to performance mode at the same time: | |
<pre> | <pre> | ||
− | echo performance | + | echo performance | tee $(find /sys/ -name *governor) |
− | |||
</pre> | </pre> | ||
− | + | === Configurate CPU only === | |
<pre> | <pre> | ||
− | echo performance | + | echo performance | tee $(find /sys/devices/system/cpu/cpufreq/policy* -name *governor) |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</pre> | </pre> |
Revision as of 03:32, 10 April 2024
Contents
Applications
Chromium minicom and Iperf3 have been installed.
Performance Mode
Configurate CPU GPU NPU and DDR
Configurate CPU、GPU、NPU and DDR to performance mode at the same time:
echo performance | tee $(find /sys/ -name *governor)
Configurate CPU only
echo performance | tee $(find /sys/devices/system/cpu/cpufreq/policy* -name *governor)