Difference between revisions of "RPi Test Card"

From BATC Wiki
Jump to navigation Jump to search
m
Line 30: Line 30:
  
  
'''Problems:'''
+
'''Problems (2):'''
  
 
Running on Raspbian Jessie Lite gave the error message:
 
Running on Raspbian Jessie Lite gave the error message:
Line 37: Line 37:
  
 
To fix this, while connected to the internet, type:
 
To fix this, while connected to the internet, type:
 +
 
sudo apt-get install libjpeg8
 
sudo apt-get install libjpeg8
 +
 +
 +
Running on Raspbian Stretch (4.9.59-v7+ #1047) gave the error message:
 +
 +
./tcanim1v15: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
 +
 +
To fix this, while connected to the internet (for the first line at least), type:
 +
 +
sudo apt-get install libjpeg8
 +
 +
sudo cp /opt/minecraft-pi/lib/brcm/libEGL.so /usr/lib
 +
 +
sudo cp /opt/minecraft-pi/lib/brcm/libGLESv2.so /usr/lib

Revision as of 20:28, 10 January 2018

Animated test cards using the Raspberry Pi.

The latest version is media:tcanim1v15.zip


New features:

Multiple images may be specified, changing at a specified rate.

Both the banner and balloons may be turned off.

A bug which could cause a graphics crash after a few hours has been fixed.

Instructions are included to disable the RPi screen saver.


This is a short video of an animated test card: media:tcanim.mpg


The version that featured in CQ-TV 251 is media:tcanim1v04.zip


Tips:

To set the HDMI output to 720 x 576 x 25i, uncomment and edit these lines in /boot/config.txt and then reboot:

hdmi_group=1

hdmi_mode=17


Problems (2):

Running on Raspbian Jessie Lite gave the error message:

./tcanim1v15: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

To fix this, while connected to the internet, type:

sudo apt-get install libjpeg8


Running on Raspbian Stretch (4.9.59-v7+ #1047) gave the error message:

./tcanim1v15: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory

To fix this, while connected to the internet (for the first line at least), type:

sudo apt-get install libjpeg8

sudo cp /opt/minecraft-pi/lib/brcm/libEGL.so /usr/lib

sudo cp /opt/minecraft-pi/lib/brcm/libGLESv2.so /usr/lib