1

I am on a windows PC and would like to edit config.txt. However I do not see it anywhere. I tried showing hidden files and folders and even told it to show system files, all to no avail. This is what my NOOBS folder looks like this: enter image description here

os is empty and defaults has a subfolder called slides which has a raspberry logo png. Any ideas? Disregard binary showing up as a media player file...I haven't fixed that yet.

NULL
  • 2,240
  • 8
  • 28
  • 49

3 Answers3

1

NOOBS is just an easy installer for a selection of OS (like Raspbian, RaspBMC and others) and not an OS itself. But config.txt is part of your selected OS, e.g. for Raspbian it is in /boot/config.txt

webrian
  • 126
  • 3
0

Why do you want to "edit config.txt"? What are you hoping to achieve?

Follow the instructions for "First boot" on https://www.raspberrypi.org/help/noobs-setup/

Following this config.txt will be on the OS boot partition, but you may not be able to see it on Windows, as I believe it does not support multiple partitions on SD.

Milliways
  • 62,573
  • 32
  • 113
  • 225
0

I think it might appear as a "hidden file" on windows so you might have to change the view settings in file manager to see hidden files.

Matt
  • 1