Code: Select all
mount | grep boot
Are you sure you're looking at the same file?tony1812 wrote: ↑Mon Sep 03, 2018 5:22 pmHmmm, I realized one thing, I transfer the /boot/config.txt from my pi to my Mac ( my Mac has BBEdit) all the text are intacted. But when I load the same file to my pi3 open it with pi3's text editor or nano or leafpad, all text dispeared. I can only thing it is some king on text encoding the pi doesn't recognize.
Code: Select all
pi@rpi:~ $ ls -l /boot/config.txt
-rwxr-xr-x 1 root root 1588 Aug 24 15:05 /boot/config.txt
pi@rpi:~ $
How do you load the file config.txt to your RPi?.But when I load the same file to my pi3 open it with pi3's text editor or nano or leafpad, all text dispeared.