Introduction to raspi-config toolOpenOptions listSystem optionsShow optionsInterface optionsPerformance optionsLocalization optionsadvanced optionsUpdateAbout raspi-config
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.
If you are using a Raspberry Pi desktop system, you can configure the Raspberry Pi system directly in the applications menu in the upper left corner of the desktop!
To open the raspi-config tool, you need to run the following command in the terminal:
xxxxxxxxxx
sudo raspi-config
Since versions of the raspi-config tool are constantly being updated, the following list of options may not be exactly the same.
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.
Enable or disable screen snooze.
VNC Resolution
The resolution of the remote display when there is no monitor.
Set the video output to pass through the composite video output port.
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.
Enable or disable read-only file systems.
Set the current output of the USB interface.
select area.
Select your local time zone.
Choose a keyboard layout.
Set the country for your wireless network.
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 this tool to the latest version.
The above is an introduction to the options involved in the raspi-config tool!