Hi guys,
I have a respberry and I installed Debian on the SD card.
However I don't have a monitor with hdmi because my raspberry will be a remote server.
So I need to change some configuration like IP Static address directly from the SD card...is that possible??
Thank you
Mat
Change configuration from SD card
3 posts
- Posts: 1
- Joined: Tue Nov 06, 2012 9:14 pm
Have you tried using ssh from another computer to access the headless RPi? (PuTTY is a good ssh client if you are running MS Windows - http://www.putty.org/)
- Posts: 1425
- Joined: Wed Jan 25, 2012 6:39 pm
You can boot any linux live cd on your PC, mount root partition from SD card and edit configuration. Or you can find out what ip your Pi got in your DHCP log and connect to it using ssh.
- Posts: 4
- Joined: Sun Oct 28, 2012 9:43 pm