[vz-users] Fehler im Image- RPi bootet nicht
bernd
bernd at gewehr.net
Mon Feb 18 15:06:00 CET 2013
On Mon, 18 Feb 2013 11:34:16 +0100, W3ll Schmidt
<w3llschmidt at googlemail.com> wrote:
>
> Bernd, zeig mal Deine /etc/rc.local ...
>
pi at raspberrypi ~ $ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
stty -F /dev/ttyUSB0 9600 -parity -cstopb
/usr/local/bin/vzlogger
# Part of S0/Impulse to Volkszaehler 'RaspberryPI deamon'
echo 17 > /sys/class/gpio/export && echo "in" >
/sys/class/gpio/gpio17/direction && echo "falling" $
echo 18 > /sys/class/gpio/export && echo "in" >
/sys/class/gpio/gpio18/direction && echo "falling" $
echo 22 > /sys/class/gpio/export && echo "in" >
/sys/class/gpio/gpio22/direction && echo "falling" $
echo 23 > /sys/class/gpio/export && echo "in" >
/sys/class/gpio/gpio23/direction && echo "falling" $
echo 24 > /sys/class/gpio/export && echo "in" >
/sys/class/gpio/gpio24/direction && echo "falling" $
echo 27 > /sys/class/gpio/export && echo "in" >
/sys/class/gpio/gpio27/direction && echo "falling" $
# Part of DS2482 I2C 1-Wire Master to Volkszaehler 'RaspberryPI
deamon'.
echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device
echo ds2482 0x19 > /sys/bus/i2c/devices/i2c-0/new_device
echo ds2482 0x1a > /sys/bus/i2c/devices/i2c-0/new_device
exit 0
More information about the volkszaehler-users
mailing list