Search found 89 matches

by p.rosenberger
08 Feb 2021, 15:23
Forum: Software
Topic: piSerial prints wrong information
Replies: 14
Views: 10404

Re: piSerial prints wrong information

Thank you Wulf ! This is exactly the information we needed to understand and decide what needs to be done on our side! Very important info "Chip is asleep. piSerial will succeed too.", it is a key We do not call piSerial in a loop, but we call piSerial asynchronously from various modules....
by p.rosenberger
08 Feb 2021, 15:00
Forum: Software
Topic: piSerial prints wrong information
Replies: 14
Views: 10404

Re: piSerial prints wrong information

Hi Wulf, you've identified the issue correctly. I'm currently rewriting the piSerial program. For a rather trivial program the code was pretty messed up. And as we need to extend it for upcoming h/w I decided a rewrite would be the best. The current fix is just that. A fast fix for a really unbearab...
by p.rosenberger
26 Oct 2020, 16:13
Forum: Software
Topic: Time and date resets at boot
Replies: 3
Views: 6525

Re: Time and date resets at boot

I know it is almost a year since this was discussed, but for everyone who finds this. On system boot systemd (timesyncd) will check the file /var/lib/systemd/clock (with newer versions of systemd: /var/lib/systemd/timesync/clock ) and checks the file modification date/time. https://www.freedesktop.o...
by p.rosenberger
08 Oct 2020, 11:13
Forum: Software
Topic: Pictory,Apache2 and Imagebakery
Replies: 4
Views: 5136

Re: Pictory,Apache2 and Imagebakery

We released a new version of the revpi-webstatus package (revpi-webstatus-1.2.9-2). The package has been uploaded to our package repository.
by p.rosenberger
29 Sep 2020, 16:25
Forum: Software
Topic: Pictory,Apache2 and Imagebakery
Replies: 4
Views: 5136

Re: Pictory,Apache2 and Imagebakery

This is a bug which doesn't only affect the minimal image. The dependency of the revpi-webstatus is incorrect. You can install the missing dependencies as follows:

Code: Select all

sudo apt-get install libapache2-mod-php
Best regards,
Philipp
by p.rosenberger
17 Aug 2020, 12:23
Forum: Software
Topic: Image Bakery failure with Stretch: keyring issues ??
Replies: 4
Views: 5125

Re: Image Bakery failure with Stretch: keyring issues ??

Hi Koen, you are pointing in the right direction. The revpi.gpg key is ignored, because the permissions are wrong. I tried a build here and can't reproduce this problem. Can you post the permissions of this file: imagebakery/templates/revpi.gpg As the script copies the key from the imagebakery repo ...
by p.rosenberger
07 Jul 2020, 08:59
Forum: Software
Topic: RevPI connect: interne RS485 unter balenaOS nutzen
Replies: 5
Views: 6091

Re: RevPI connect: interne RS485 unter balenaOS nutzen

Hallo PeterL. hmmm da bin ich dann auch überfragt. Meine Erfahrung mit Docker ist begrenzt und bezieht sich bisher rein auf Services ohne H/W-Zugriff. Da muss ich dich nun leider an die Docker Community verweisen. Wenn du eine Lösung finden solltest wäre es aber super, wenn du die hier noch einbring...
by p.rosenberger
03 Jul 2020, 11:22
Forum: Software
Topic: Yocto image with uboot not working!
Replies: 4
Views: 4263

Re: Yocto image with uboot not working!

Hi amod1,

which RPi version do you use? This might be a problem, that the image you created with Yocto is for a different Pi version as the CM (compute module) inside the RevPi.

Best regards,
Philipp
by p.rosenberger
03 Jul 2020, 11:19
Forum: Software
Topic: RevPI connect: interne RS485 unter balenaOS nutzen
Replies: 5
Views: 6091

Re: RevPI connect: interne RS485 unter balenaOS nutzen

Hallo PeterL., es ist logisch, dass ein Symlink im Container nicht funktioniert. Der Symlink zeigt im Container auf ein Device, welches im Container nicht existiert. Eventuell geht es wenn man auch die anderen Devices in den Contianer packt, da bin ich mir aber nicht sicher. Sonst könnte man die ude...