Search found 186 matches

by lukas
18 Mar 2019, 14:09
Forum: Software
Topic: Reading of the "/dev/piControl0" file
Replies: 2
Views: 4313

Re: Reading of the "/dev/piControl0" file

I concur with Sven's comments: Opening the device file just once seems desirable from a performance perspective anyway and should also reduce the messages. With a contemporary piControl version, only a single message should be logged, namely the "Invalid Ioctl" one. All the others were sil...
by lukas
18 Mar 2019, 13:01
Forum: Hardware
Topic: Status bytes DIO/DI/DO
Replies: 2
Views: 5294

Re: Status bytes DIO/DI/DO

Hallo nicolaiB, bitte entschuldige die verspätete Antwort. Ja, du bist genau auf der richtigen Spur. Du findest diese struct SDioModuleStatus, deren Inhalt du oben zitiert hast, als drittes 16-Bit Word ab dem Input-Offset eines DIOs im Prozessabbild. Das Input-Offset bringst du mit "piTest -d&q...
by lukas
11 Mar 2019, 16:42
Forum: Software
Topic: Stretch Lite + ImageBakery = 70MB frei
Replies: 3
Views: 4496

Re: Stretch Lite + ImageBakery = 70MB frei

Hallo patrickju, Sorry für die verzögerte Antwort, ich bin erst jetzt auf deine Anfrage aufmerksam gemacht worden. Du hast völlig recht, es liegt an dem von dir verlinkten Commit. Dir fehlt bloß noch das Vergrößern der root-Partition beim erstmaligen Einloggen. Das geschieht mit einem aktualisierten...
by lukas
11 Mar 2019, 13:42
Forum: Software
Topic: kernel tree with RT patches
Replies: 2
Views: 2875

Re: kernel tree with RT patches

The repo you've linked to (and specifically the default branch "revpi-4.9", which is what we're currently shipping) does contain the RT patches. What makes you think it doesn't?
by lukas
17 Dec 2018, 08:13
Forum: Software
Topic: PiCtory und RaspAP
Replies: 4
Views: 6421

Re: PiCtory und RaspAP

Besteht die Möglichkeit alle drei Pakete zu nutzen, sodass ich WLAN, Remote und Pictory nutzen kann? Die Möglichkeit besteht sicher, erfordert aber Handarbeit. Ein kurzer Blick in das RaspAP Repository zeigt, dass dort die Installation von lighttpd empfohlen wird. Das ist eine Alternative zu apache...
by lukas
21 Nov 2018, 16:50
Forum: Software
Topic: revpi-factory-reset dtoverlay no such file
Replies: 2
Views: 3986

Re: revpi-factory-reset dtoverlay no such file

The program /usr/bin/dtoverlay doesn't exist on the machine in question. It is part of the package "libraspberrypi-bin" and that package is installed by default on our customized Raspbian image. Apparently you're using a different image, which one is it? If it is a Debian variant, be sure ...
by lukas
19 Jul 2018, 11:36
Forum: PiCtory
Topic: PiCtory kann Konfiguration nicht mehr öffnen
Replies: 6
Views: 9808

Re: PiCtory kann Konfiguration nicht mehr öffnen

Wenn tatsächlich 1.3.4-3 installiert ist, müsste eigentlich die Version 1.3.10 angezeigt werden. Die Versionsnummer ist in /var/www/pictory/config.json hinterlegt, kannst du mal nachsehen was dort steht? Falls bei der Installation etwas schief gelaufen ist, kannst du mit "apt-get install --rein...
by lukas
19 Jul 2018, 09:43
Forum: Software
Topic: piSerial fails with getSerNum() -1
Replies: 3
Views: 5357

Re: piSerial fails with getSerNum() -1

Usually this happens because the crypto chip on the i2c-1 bus is inaccessible. Is this on a RevPi Core or Connect? Are you using the original RevPi image? Could you doublecheck if /boot/config.txt contains the line "dtoverlay=i2c1-bcm2708,sda1_pin=44,scl1_pin=45,pin_func=6"? If you type &q...
by lukas
18 Jul 2018, 13:59
Forum: Software
Topic: Instructions for Installing Jessie from a Linux Host
Replies: 2
Views: 5928

Re: Instructions for Installing Jessie from a Linux Host

Hi Brendan, the URL https://github.com/raspberrypi/usbboot as given above in Karl's post is correct, however for some reason the resulting git message "Cloning into 'usbboot'... " was pasted immediately behind the URL, so if you copy-pasted that to the command line it's not surprising at a...
by lukas
18 May 2018, 10:02
Forum: Software
Topic: GPG Key für repository packages.revolutionpi.de A217345D3B70E7CE
Replies: 1
Views: 3311

Re: GPG Key für repository packages.revolutionpi.de A217345D3B70E7CE

In unserem apt Repository gibt es ein Paket "revpi-repo" (für wheezy , jessie , stretch ). Darin ist sowohl die passende .list Datei in /etc/apt/sources.list.d/ als auch der Public Key in /etc/apt/trusted.gpg.d/ enthalten. Eine Möglichkeit wäre also, dass du einfach dieses Paket in deinem ...