Introduction to raspi-config tool

raspi-config is a pre-installed configuration tool in 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, you need to run the following command in the terminal:

image-20231218174213734

Options list

Since versions of the raspi-config tool are constantly being updated, the following list of options may not be exactly the same.

image-20231211115532741

System options

image-20231211120113270

Set 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 a login is required.

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

Raspberry Pi 5 currently does not support changing power indicator options.

Set default browser options.

Show options

image-20231211122110652

Enable or disable screen snooze.

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

Set the video output to pass 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 WayVNC or RealVNC virtual network computing server.

Enable/disable automatic loading of SPI interface and SPI kernel modules.

Enable/disable automatic loading of I2C interface and I2C kernel modules.

Enable/disable shell and kernel messages on serial connections.

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

Enable or disable remote access to GPIO pins.

Performance options

image-20231211143702731

Enable or disable read-only file systems.

Set the current output of the USB interface.

Localization options

image-20231211144002722

select area.

Select your local time zone.

Choose a keyboard layout.

Set the country for your wireless network.

advanced options

image-20231211144320251

Extend SD card partition.

Enable or disable predictable network interface names.

Configure proxy settings for your network.

Choose SD card, USB or network boot.

Latest boot ROM software; revert to factory defaults if latest version causes issues.

Use this option to switch between X11 and Wayland backends.

Use this option to switch between the 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!