Difference between revisions of "RK ALL RF Test"
From ESS-WIKI
Yunjin.jiang (talk | contribs) |
Yunjin.jiang (talk | contribs) |
||
Line 24: | Line 24: | ||
== U-Disk == | == U-Disk == | ||
+ | <code>U-Disk</code> will be mounted at <code>/run/media/sda1</code> automatically.<br><code>/run/media/sda1</code> is most common condition, it may be <code>/run/media/sdb1</code> <code>/run/media/sdc1</code>.<br> | ||
+ | Plug out <code>U-Disk</code>, see which one is disappeared, and then to plug in <code>U-Disk</code> again. | ||
== LTE == | == LTE == | ||
== WLAN == | == WLAN == |
Revision as of 04:08, 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) #
U-Disk
U-Disk
will be mounted at /run/media/sda1
automatically./run/media/sda1
is most common condition, it may be /run/media/sdb1
/run/media/sdc1
.
Plug out U-Disk
, see which one is disappeared, and then to plug in U-Disk
again.