Page 1 of 1
Pilot a raspberry pi with a pc
Posted: Fri Jan 16, 2015 9:15 am
by kupi
Hello,
Is it possible to use a pc software (linux) to pilot completly a raspberry pi ? using the keyboard and the screen of the pc to pilot the RP.
thanks for your answers
Re: Pilot a raspberry pi with a pc
Posted: Fri Jan 16, 2015 9:29 am
by joan
On Linux a simple choice is ssh, e.g. ssh pi@raspberry from your Linux box.
Re: Pilot a raspberry pi with a pc
Posted: Fri Jan 16, 2015 9:33 am
by fruitoftheloom
kupi wrote:Hello,
Is it possible to use a pc software (linux) to pilot completly a raspberry pi ? using the keyboard and the screen of the pc to pilot the RP.
thanks for your answers
http://www.raspberrypi.org/documentatio ... /README.md
Re: Pilot a raspberry pi with a pc
Posted: Sun Jan 18, 2015 12:11 am
by kupi
Thanks for your help.
So, if i put raspbian on a memory card, run the RP, and connect it to internet by ethernet port, without seeing anything, will the RP connect on internet directly ?
i want to avoid buying a screen for the rp, i just need to configure it and after it will make the job on launch.
if i understand with access to command i will be able to install vnc package on the rp, but maybe some raspbian distribution are directly oriented to pilot the rp with an other computer.
thanks rp people
Re: Pilot a raspberry pi with a pc
Posted: Sun Jan 18, 2015 12:20 am
by DirkS
Raspbian is by default set up to use DHCP, so in most cases plugging in an ethernet cable should be sufficient.
You can then log in with SSH (also enabled by default).
When logged in you're in full control and you can install / configure VNC if you prefer that.
Gr.
Dirk.