Yes. The /boot partition is FAT32 so basically everything can modify it.bobgardner wrote: ↑Wed Apr 15, 2020 9:11 pmCan I stick the sd card into a card reader on a pc and see the file?

1) If you've enabled SSH and can login over the network you can edit config.txt w/o using another m/c.bobgardner wrote: ↑Wed Apr 15, 2020 9:11 pmHowdy folks. I have a pi0W with a hdmi to vga adapter for a monitor, and a wifi mouse and keyboard plugged into the usb. My project is to bring up this cute little 2" round 480x480 tft using DPI and 666 mode. This will use all but a couple of the gpios, and it involves editing the config.txt to put it into the mode that uses the parallel interface. Nothing ever works the first time, so my question is, if I turn on force vga mode in the config.txt, will I still have the desktop on the hdmi out, even if I need to edit the config.txt again? In otherwords, how do I recover from boogering the config.txt? Can I stick the sd card into a card reader on a pc and see the file? Maybe not because its ext4? Other ideas? Thanks.
You don't even need to edit it. Just rename the broken file to config.txt~, then create a new empty file. The system will come up with an empty file (it may not work optimally but will get to a point where you can use Raspbian Linux to repair the broken config).trejan wrote: ↑Wed Apr 15, 2020 9:16 pmYes. The /boot partition is FAT32 so basically everything can modify it.bobgardner wrote: ↑Wed Apr 15, 2020 9:11 pmCan I stick the sd card into a card reader on a pc and see the file?

Tricky. Why isn't that stuff documented somewhere?6by9 wrote: ↑Fri Apr 17, 2020 11:14 amOne trick I use is to add any testing parameters under a [gpio27=1] tag. GPIO27 (40pin header pin 13) is normally low, so add a jumper between it and 3.3V to activate your test parameters. If it doesn't work, remove the jumper and reboot with your known good settings. Fix config.txt, reapply the jumper, and reboot for a second attempt.

The use of GPIO conditionals is documented - https://www.raspberrypi.org/documentati ... itional.mdDougieLawson wrote: ↑Fri Apr 17, 2020 12:01 pmTricky. Why isn't that stuff documented somewhere?6by9 wrote: ↑Fri Apr 17, 2020 11:14 amOne trick I use is to add any testing parameters under a [gpio27=1] tag. GPIO27 (40pin header pin 13) is normally low, so add a jumper between it and 3.3V to activate your test parameters. If it doesn't work, remove the jumper and reboot with your known good settings. Fix config.txt, reapply the jumper, and reboot for a second attempt.
Ouch, is that a virus hiding there