xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

树莓派如何通过 raspi-config 关闭桌面模式 All In One

树莓派如何通过 raspi-config 关闭桌面模式 All In One

树莓派设置启动模式:切换桌面模式和命令行模式

Desktop
Command Line

GUI vs CLI

图形化界面 CLI

$ sudo raspi-config

image

auto login

image

命令行

配置文件 (❓没有找到切换 cli/desktop 配置选项)

$ sudo vim /boot/config.txt
# OR
$ sudo code /boot/config.txt

$ sudo reboot
$ sudo shutdwon -h now

bootcode.bin

https://github.com/raspberrypi/firmware/blob/master/boot/bootcode.bin

https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin

???

https://www.raspberrypi.com/documentation/computers/config_txt.html#boot-options

https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#boot-sequence

https://www.raspberrypi.com/documentation/computers/compute-module.html#bcm283x-boot-process

???

https://www.raspberrypi.com/documentation/computers/config_txt.html#autoboot-txt

https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#fail-safe-os-updates-tryboot

https://www.raspberrypi.com/documentation/computers/config_txt.html#conditional-filters

demos

# ❓不好使了
$ ssh pi@rpi3b.local

$ ssh pi@192.168.18.135

# ❓没有找到 cli/desktop 切换选项
$ cat /boot/config.txt

(🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章!

Raspberry Pi 4 Bootloader Configuration

https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration

https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-boot-flow

DVFS

DVFS 的讨论仅适用Raspberry Pi 4 B 型、Raspberry Pi 400 和计算模块 4。

Raspberry Pi 4 devices implement Dynamic Voltage and Frequency Scaling (DVFS).
This technique allows Raspberry Pi 4 devices to run at lower temperatures whilst still providing the same performance.

Raspberry Pi 4 设备实现动态电压和频率缩放 (DVFS)。
该技术允许 Raspberry Pi 4 设备在较低温度下运行,同时仍提供相同的性能

dvfs=1 => allow undervoltage / 允许欠压
dvfs=2 => fixed voltage for default operating frequencies
dvfs=3 => scale voltage up on demand for over clocking (default). If over_voltage is specified in config.txt then dynamic voltage scaling is disabled causing the system to revert to dvfs=2.

image

https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#using-dvfs

$ vcgencmd get_config int

$ vcgencmd get_config int | grep dvfs
dvfs=3

image

refs

Raspberry Pi command line tools vcgencmd All In One

https://www.cnblogs.com/xgqfrms/p/17455140.html



©xgqfrms 2012-2021

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @ 2023-06-03 14:56  xgqfrms  阅读(636)  评论(4编辑  收藏  举报