Introduction to raspi-config toolOpenOption listSystem OptionsDisplay OptionsInterface OptionsPerformance OptionsLocalization OptionsAdvanced OptionsUpdateAbout raspi-config
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.
If you are using the Raspberry Pi desktop system, you can directly configure the Raspberry Pi system in the applications menu in the upper left corner of the desktop!
To open the raspi-config tool, run the following command in the terminal:
xxxxxxxxxx
sudo raspi-config
Since the version of the raspi-config tool will be continuously updated, the following option list may not be exactly the same.
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.
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.
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.
Enable or disable read-only filesystem.
Set the current output of the USB interface.
Select a region.
Select a local time zone.
Select a keyboard layout.
Set the country/region for the wireless network.
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 this tool to the latest version.
The above is an introduction to the options involved in the raspi-config tool!