I was trying to connect a 7" LCD display panel to Raspberry PI 2. Nothing is displayed. The manual says to edit /boot/config.txt file.Logged in as user 'pi', I am not able to edit it. How to edit this file?
I was trying to connect a 7" LCD display panel to Raspberry PI 2. Nothing is displayed. The manual says to edit /boot/config.txt file.Logged in as user 'pi', I am not able to edit it. How to edit this file?
You will need to edit it as 'root' and not as 'pi'
https://www.raspberrypi.org/documentation/configuration/config-txt/
You should be able to use the 'sudo' command to elevate your privileges to superuser to edit the file
https://www.raspberrypi.org/documentation/linux/usage/root.md
e.g.:
sudo nano /boot/config.txt
ThanQ...Dave.
I was not knowing the text editor is 'nano'. It looks similar to 'vi'. Does it also work like 'vi'? I mean commands...
There is a very quick overview of Nano at:
https://www.raspberrypi.org/magpi/edit-text/
Steps 04 - 06 show you how to open, copy and paste, and save in the Nano text editor.
There is a very quick overview of Nano at:
https://www.raspberrypi.org/magpi/edit-text/
Steps 04 - 06 show you how to open, copy and paste, and save in the Nano text editor.