Access Noobs Config.txt from ssh?
-
I'm trying to find a way to access the noobs Config.txt from SSH or file exploring the SD card , i know i can access it by holding shift when i boot the system up but i would like to access the config file another way. I'm trying to overclock my pi 3 so i need to modify the config.txt not the recalboc.config
-
This file is located here :
/boot/config.txt
This partition is mounted on read-only, so you must remount it on read-write to edit this file :mount -o remount, rw /boot
-
Thank you so much. This was driving me crazy.