Difference between revisions of "RK ALL RF Test"
From ESS-WIKI
Yunjin.jiang (talk | contribs) |
Yunjin.jiang (talk | contribs) |
||
Line 1: | Line 1: | ||
== Applications == | == Applications == | ||
− | + | The following applications have been installed: | |
+ | |||
+ | <div style="background:#EEF9FD;border:2px solid #cccccc;padding:5px 10px"> | ||
+ | <code>wpa_supplicant</code><br> | ||
+ | <code>chromium</code><br> | ||
+ | <code>minicom</code><br> | ||
+ | <code>iperf3</code> | ||
+ | </div> | ||
== Performance Mode == | == Performance Mode == | ||
=== Configurate CPU GPU NPU and DDR === | === Configurate CPU GPU NPU and DDR === | ||
− | Configurate | + | Configurate <code>CPU</code> <code>GPU</code> <code>NPU</code> and <code>DDR</code> to performance mode at the same time: |
− | <pre> | + | <pre style="background:#eeeeee;border:2px solid #cccccc;padding:5px 10px;"> |
− | echo performance | tee $(find /sys/ -name *governor) | + | # echo performance | tee $(find /sys/ -name *governor) |
+ | # | ||
</pre> | </pre> | ||
=== Configurate CPU only === | === Configurate CPU only === | ||
− | <pre> | + | <pre style="background:#eeeeee;border:2px solid #cccccc;padding:5px 10px;"> |
− | echo performance | tee $(find /sys/devices/system/cpu/cpufreq/policy* -name *governor) | + | # echo performance | tee $(find /sys/devices/system/cpu/cpufreq/policy* -name *governor) |
+ | # | ||
</pre> | </pre> | ||
+ | |||
+ | == U-Disk == | ||
+ | |||
+ | == LTE == | ||
+ | |||
+ | == WLAN == |
Revision as of 03:50, 10 April 2024
Contents
Applications
The following applications have been installed:
wpa_supplicant
chromium
minicom
iperf3
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) #