在终端内输入

sudo raspi-config

显示如下界面,左上方是树梅派的型号及版本信息。:

设置界面操作介绍

该配置工具中可以用键盘 ↑ ↓ ← → 进行选择,按 tab 在条目间切换,按 enter 确认,按 esc 返回。在二三级菜单中很多时候还可以直接键盘输入进行选择。有些项目修改后需要重启才会生效,更改后再退出该工具时会询问是否重启。二级菜单按对应字母可以向下,同时按Ctrl,会反向移动。

设置选项树

│       1 System Options       Configure system settings

│       S1 Wireless LAN      Enter SSID and passphrase
        │       S2 Audio             Select audio out through HDMI or 3.5mm jack
        │       S3 Password          Change password for the 'lee' user
        │       S4 Hostname          Set name for this computer on a network
        │       S5 Boot / Auto Login Select boot into desktop or to command line
        │       S6 Network at Boot   Select wait for network connection on boot
        │       S7 Splash Screen     Choose graphical splash screen or text boot
        │       S8 Power LED         Set behaviour of power LED

│       2 Display Options      Configure display settings

│             D2 Underscan       Remove black border around screen 
        │             D4 Screen Blanking Enable/disable screen blanking 
        │             D5 VNC Resolution  Set resolution for headless use
        │             D6 Composite       Set options for composite output  
│       3 Interface Options    Configure connections to peripherals

│   I1 Legacy Camera Enable/disable legacy camera support 
        │   I2 SSH           Enable/disable remote command line access using SSH
        │   I3 VNC           Enable/disable graphical remote access using RealVNC
        │   I4 SPI           Enable/disable automatic loading of SPI kernel module
        │   I5 I2C           Enable/disable automatic loading of I2C kernel module
        │   I6 Serial Port   Enable/disable shell messages on the serial connection
        │   I7 1-Wire        Enable/disable one-wire interface
        │   I8 Remote GPIO   Enable/disable remote access to GPIO pins
│       4 Performance Options  Configure performance settings

│  P1 Overclock           Configure CPU overclocking
        │  P2 GPU Memory          Change the amount of memory made available to the G
        │  P3 Overlay File System Enable/disable read-only file system
        │  P4 Fan                 Set behaviour of GPIO fan
│       5 Localisation Options Configure language and regional settings

│         L1 Locale       Configure language and regional settings
        │         L2 Timezone     Configure time zone
        │         L3 Keyboard     Set keyboard layout to match your keyboard
        │         L4 WLAN Country Set legal wireless channels for your country    
│       6 Advanced Options     Configure advanced settings

│   A1 Expand Filesystem       Ensures that all of the SD card is available 
        │   A3 Compositor              Enable/disable xcompmgr composition manager
        │   A4 Network Interface Names Enable/disable predictable network i/f names 
        │   A5 Network Proxy Settings  Configure network proxy settings
        │   A6 Boot Order              Choose network or USB device boot 
        │   A7 Bootloader Version      Select latest or default boot ROM software 
        │   A9 Wayland                 Enable experimental Wayland backend 
        │   AA Network Config          Set network configuration tool
│       8 Update               Update this tool to the latest version

│       9 About raspi-config   Information about this configuration tool

│ This tool provides a straightforward way of doing initial 
     │ configuration of the Raspberry Pi. Although it can be run 
     │ at any time, some of the options may have difficulties if  
     │ you have heavily customised your installation.
     │  
     │ Version: 20230214

树莓派系统配置-raspi-config相关推荐

  1. 【树莓派】树莓派系统配置

    树莓派系统配置 /boot/config.txt 原文链接 https://elinux.org/RPiconfig 由于树莓派并没有传统意义上的BIOS, 所以现在各种系统配置参数通常被存在&quo ...

  2. 树莓派的配置文件config.txt

    由于树莓派并没有传统意义上的BIOS, 所以现在各种系统配置参数通常被存在"config.txt"这个文本文件中. 树莓派的config.txt文件会在ARM内核初始化之前被GPU ...

  3. 树莓派研发笔记三——搭建服务器和实践任务

    搭建PHP网站服务器 1.扩充SD卡,使用以下指令: sudo raspi – config 在之后出现的页面中选中1 select expand filesystem之后,单击Finish按钮. 2 ...

  4. 树莓派4B 4G Ubuntu 20.04 arm64位 安装 Kubernetes 1.18.5 单master 双node集群

    简介 本文章通过从零开始,最精简的初始化系统一步步配置完成K8S的安装,尽量介绍清楚各软件安装环境.作用,减少个人之间树莓派系统配置差异带来的异常排查困难.本次教程前提:需要会linux简单的操作 本 ...

  5. 树莓派4B的串口使用,并通过串口与其他设备经过通讯协议发送、接收数据。

    从树莓派的相关资料我们可以看到,树莓派有两个串口可以使用,一个是硬件串口(/dev/ttyAMA0),另一个是mini串口(/dev/ttyS0).硬件串口有单独的波特率时钟源,性能好,稳定性强:mi ...

  6. 树莓派CSI相机使用

    树莓派相机模组v2在2016年发布,采用800万像素的Sony IMX219的传感器. 支持1080p30, 720p60和VGA90录像模式,拍照模式最大支持3280*2464的图像分辨率. 相机模 ...

  7. 树莓派串口与外部设备通信

    "学习或者了解人工智能小伙伴福利来了,前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家." 想了解或者学习人工智能可以看一下,我觉得学习起来挺有趣的 ...

  8. 树莓派3B搭建HomeAssistant,alist,cpolar,plex,transmission

    一.手把手教学树莓派搭建homeassistant 环境:内存卡16G,树莓派3B,官方工具烧写镜像,我烧的是树莓派系统,设置里面填写用户名密码,WiFi和密码,同时打开SSH服务. sudo apt ...

  9. 树莓派使用mini串口与外部进行通信

    目录 一.外设IO口定义说明 ​二.Serial 配置 三.设置硬件串口为GPIO串口 四.minicom串口助手测试 一.外设IO口定义说明 从树莓派的相关资料我们可以看到,树莓派有两个串口可以使用 ...

最新文章

  1. OAuth 2.0攻击面与案例总结
  2. 【Pandas库】(1) Series的创建方法
  3. 数据库与操作系统时区更改
  4. Apache服务基础调优参数详解
  5. python while循环if_python – 使用if语句时陷入while循环
  6. 同步异步 阻塞 非阻塞 异步调用 线程队列 协程
  7. mysql truncate partition_实战mysql分区(PARTITION)
  8. Linux学习笔记003----linux yum命令详解
  9. 【Java从0到架构师】Nginx 拓展 - HTTPS支持、缓存、Http请求防盗链、限流、高可用(Keepalived)
  10. 历史数据导出excel_在数据产品中对导出功能的思考
  11. 干货丨Kotlin在Spring Boot中的应用
  12. 《高质量程序设计指南---C++/C语言》 林锐、韩永泉
  13. HashMap hash冲突解决方法
  14. 咸鱼ZTMR实例—PS2手柄控制板载LED
  15. 058.克鲁斯卡尔(Kruskal)算法的原理以及解决最小生成树问题
  16. STM32+华为云IOT设计的动态密码锁
  17. 牛皮凉席不好的原因!
  18. 关于PEAP认证的过程说明
  19. 【i.MX6ULL】驱动开发3——GPIO寄存器配置原理
  20. 不同波特率传输时间计算

热门文章

  1. 【深度学习:21 天实战 Caffe】课后习题参考答案
  2. 初中位似图形作图_《位似图形的概念、性质与画法》教学设计
  3. rscp胎位图_胎位图LOA/ROA/LOP/ROP可以自己对照DD看下
  4. php 一维数组排序,保留key值
  5. 计算机病毒课程设计论文,计算机病毒毕业设计论文.doc
  6. java面试需要掌握知识点
  7. 转铁蛋白修饰硬脂酸/棕榈酸 TF-PEG-C18 Stearic Acid/C16, palmitic acid
  8. EAS 科目余额表、辅助账余额表(1F、1L、1R、5F、5L、5R)的含义
  9. Highcharts高级响应能力支持
  10. 天富纺织印染ERP软件