User Tools

Site Tools


start:tips:rsb:edit_config

Edit the config.txt file

The config.txt file is read by the Raspberry Pi on boot and contains your RPi specific configuration, like, the overscan settings, overclocking, default video mode etc…

It's located on the filesystem at /boot/config.txt

  1. Connect with SSH
  2. Remount partition on read-write with Command: mount -o remount, rw /boot
  3. Use nano to edit the file located at /boot/config.txt: nano /boot/config.txt
  4. Now close and save the file with CTRL+X and reboot your Raspberry Pi
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
start/tips/rsb/edit_config.txt · Last modified: 2018/04/14 22:09 by admin_wiki