Edit config.txt
config.txt is found on piCorePlayer’s boot partition /mnt/mmcblk0p1
By default, after booting, the boot partition is unmounted. So to edit config.txt, you must first mount the boot partition, then edit using vi.
Warning
You must reboot piCorePlayer after changing config.txt to activate changes.
Longhand method—using standard Linux commands #
Step 1
Access piCorePlayer via ssh—see Access piCoreplayer via ssh.
Step 2
$ mount /mnt/mmcblk0p1
Step 3
$ cd /mnt/mmcblk0p1
Step 4
$ vi config.txt
Step 5
$ reboot
Shorthand method—using pCP aliases #
Step 1
Access piCorePlayer via ssh—see Access piCoreplayer via ssh.
Step 2
$ m1
Step 3
$ c1
Step 4
$ vicfg
Step 5
$ pcp rb
More information #
The Software is provided "as is" without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement.
Raspberry Pi is a trademark of the Raspberry Pi Foundation.