I have been using a PiModules UPS PIco add-on board on my Raspberry Pi B+ using Wheezy for over a year now. No problems.
I just created a new boot SD with Jessie and while the PIco unit seems to be working, the Pi is throwing an error when it runs the RC.Local. For Wheezy the RC.Local has this code
# Run UPS Pico FSSD script and load the included emulated RTC
sudo python /usr/pgms/pico/picofssd.py &
echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-1/new_device
( sleep 4; hwclock -s ) &
# start Python Pgm in Screen session
su xyz -c "screen -d -m /usr/bin/python /mnt/usbdrive/pgms/xxx.py
Now under Jessie this throws an error on the "echo ds..." line and then the remaining instructions are not executed.
I assume that something has changed with Jessie. Can someone tell me what changes I need to make to fix this error? Thanks...RDK
PS...I have checked the PiModules forum, but it seems to be very inactive now....