Difference: RaspberryPiDescription (8 vs. 9)

Revision 92017-10-14 - uli

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

The Raspberry Pi

Introduction

Line: 83 to 83
  You can get rid of it by defining the environment variable NO_AT_BRIDGE: export NO_AT_BRIDGE=1 which I do in the system-wide bash initialization script /etc/bash.bashrc. All subsequent bash shells will have this environment variable set up and the problem will be gone.
Added:
>
>
We had some difficulties to access the Pis on the network because the IP addresses kept changing. Finally we opted for fixed IP adresses which can be configured in /etc/dhcpcd.conf as shown below:

dhcpcdConf.png

 The hardware access libraries wiringPi and pigpio we will install from source code using git (see below).

Installing wiringPi

Line: 103 to 107
  When you enable VNC in raspi-config the tightvncserver will be installed and run on your system. I use the Remmina Remote Desktop Client which seems to be the standard remote desktop client on PC Ubuntu. However, when running it on the Raspberry Pi server I get an authorization failure which I can get rid of by modifying the authorization method on tightvcnserver from Unix authorization to VNC authorization. You define a password, which you also used on the client (PC) side.
Added:
>
>
When running VNC without a physical screen attached to the Raspberry Pi you may experience that the desktop window on the PC become very small. This can be fixed by edition the /boot/config.txt on Raspbian. You must set the bramebuffer width and height as shown below.

screenConfig.png

 -- Uli Raich - 2017-08-14

Comments

Line: 111 to 119
 
META FILEATTACHMENT attachment="raspberryFileSystem.png" attr="" comment="" date="1506340881" name="raspberryFileSystem.png" path="raspberryFileSystem.png" size="120647" user="uli" version="1"
META FILEATTACHMENT attachment="piEmacsError.png" attr="" comment="" date="1506521541" name="piEmacsError.png" path="piEmacsError.png" size="11998" user="uli" version="1"
Added:
>
>
META FILEATTACHMENT attachment="screenConfig.png" attr="" comment="" date="1507986975" name="screenConfig.png" path="screenConfig.png" size="11120" user="uli" version="1"
META FILEATTACHMENT attachment="dhcpcdConf.png" attr="" comment="" date="1507986975" name="dhcpcdConf.png" path="dhcpcdConf.png" size="18019" 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