Difference: Lecture6:BringingTheRaspberryPiToLife (4 vs. 5)

Revision 52017-10-16 - uli

Line: 1 to 1
 
META TOPICPARENT name="LectureSlides"

Start Presentation

Slide 1: The Raspberry Pi and how to bring it to life

Line: 339 to 339
 piRemoteDesktop.png

Added:
>
>

Remote Desktop (2)

When running the remote desktop you are working on the Raspberry Pi

with the screen, keyboard and mouse replaced by the devices on the PC.

You have the same functionality as if the screen was connected

to the Pi’s HDMI port and keyboard and mouse were connected

to the USB ports on the Pi.

nfs the network file system

With nfs you can mount part of the Pi’s file system tree

onto your PC file system.

This allows you access to the Pi’s files as if you were

using a local disk. You cannot run any Rasberry Pi

programs this way however.

It is interesting if you cross-compile Pi programs on your PC,

which will be immediately visible on the Pi.

ssh the secure shell

In the case of ssh you have a single terminal window

that is connected to a shell on the Pi.

The command is:

ssh userOnPi@piIPaddress

Where piIPaddress can be the Pi’s IP address of hostname.

If you specify the -X option you can run X-11 based programs

where the X protocol is run over the ssh connection.

ssh session example

Here you see a screen dump from the PC with a remote terminal

that started an emacs session on the Pi.

ssh-X.png

 

scp

To copy a file from the PC to the Pi this would be the command:

Line: 408 to 464
 
META FILEATTACHMENT attachment="dd.png" attr="" comment="" date="1505810091" name="dd.png" path="dd.png" size="5660" user="uli" version="1"
META FILEATTACHMENT attachment="ddProgress.png" attr="" comment="" date="1505810091" name="ddProgress.png" path="ddProgress.png" size="4503" user="uli" version="1"
META FILEATTACHMENT attachment="piRemoteDesktop.png" attr="" comment="" date="1507793748" name="piRemoteDesktop.png" path="piRemoteDesktop.png" size="387840" user="uli" version="1"
Added:
>
>
META FILEATTACHMENT attachment="ssh-X.png" attr="" comment="" date="1508144252" name="ssh-X.png" path="ssh-X.png" size="300537" user="uli" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback