Introduction to raspi-config tool

raspi-config is a pre-installed configuration tool in the Raspberry Pi OS;

raspi-config provides a simple and convenient command line interface to manage the configuration of the Raspberry Pi system, allowing users to easily customize and optimize their system settings.

Open

To open the raspi-config tool, run the following command in the terminal:

image-20231218174213734

Option list

Since the version of the raspi-config tool will be continuously updated, the following option list may not be exactly the same.

image-20231211115532741

System Options

image-20231211120113270

Set the wireless LAN SSID and password.

Specify the audio output destination.

Change the "default" user password.

Set the visible name of this Raspberry Pi on the network.

Choose whether to boot to the console or desktop, and whether login is required.

Enable or disable the content displayed at startup. You can turn on/off this feature to observe the Raspberry Pi startup screen.

Raspberry Pi 5 does not currently support changing the power indicator option.

Set the default browser options.

Display Options

image-20231211122110652

Enable or disable the screen off.

The resolution of the remote display when there is no monitor.

Set the video output to be transmitted through the composite video output port.

Interface Options

image-20231211143229466

Enable/disable SSH, which is remote command line access to the Raspberry Pi.

Enable/disable the WayVNC or RealVNC virtual network computing servers.

Enable/disable the SPI interface and automatic loading of the SPI kernel module.

Enable/disable the I2C interface and automatic loading of the I2C kernel module.

Enable/disable shell and kernel messages on serial connections.

Enable/disable the Dallas 1-wire interface. This is commonly used for DS18B20 temperature sensors.

Enable or disable remote access to GPIO pins.

Performance Options

image-20231211143702731

Enable or disable read-only filesystem.

Set the current output of the USB interface.

Localization Options

image-20231211144002722

Select a region.

Select a local time zone.

Select a keyboard layout.

Set the country/region for the wireless network.

Advanced Options

image-20231211144320251

Extend SD card partition.

Enable or disable predictable network interface names.

Configure proxy settings for your network.

Choose between SD card, USB, or network boot.

Latest boot ROM software; restore to factory defaults if latest version causes problems.

Use this option to switch between X11 and Wayland backends.

Use this option to switch between PulseAudio and PipeWire audio backends.

Update

Update this tool to the latest version.

About raspi-config

image-20231211145324491

The above is an introduction to the options involved in the raspi-config tool!