Browse Source

fix bugs

Signed-off-by: surenyi <surenyi82@163.com>
master
surenyi 3 months ago
parent
commit
e3e1d26d48
  1. BIN
      pdf/rk3588_guide.pdf
  2. 2
      tex/ext2boot.tex
  3. 4
      tex/freq.tex

BIN
pdf/rk3588_guide.pdf

Binary file not shown.

2
tex/ext2boot.tex

@ -19,5 +19,5 @@ e2fsck -p -f boot.img
resize2fs -M boot.img
\end{minted}
注意:这里需要环境变量`` distro\_bootpart'' 来指定 boot.img 所在的分区,如果没有正常加载,在 uboot 的命令行上
注意:U-Boot 需要环境变量 ``distro\_bootpart'' 来指定 boot.img 所在的分区。如果没有正常加载,在 uboot 的命令行上
查看它是否有正确的值。

4
tex/freq.tex

@ -15,7 +15,7 @@
cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies
\end{minted}
可能的输出如下
可能的输出如下(单位是 kHZ):
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
408000 600000 816000 1008000 1200000 1416000 1608000 1800000
\end{minted}
@ -45,7 +45,7 @@ cat /sys/class/devfreq/dmc/available_frequencies
528000000 1068000000 1560000000 2112000000
\end{minted}
设置 DDR 频率,例如,2112000000MHZ
设置 DDR 频率,例如,2112000000 HZ
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
echo userspace > /sys/class/devfreq/dmc/governor
echo 2112000000 > /sys/class/devfreq/dmc/userspace/set_freq

Loading…
Cancel
Save