Search found 926 matches

by nicolaiB
13 Dec 2024, 12:39
Forum: Software
Topic: Hilfestellung Datenübergabe
Replies: 4
Views: 790

Re: Hilfestellung Datenübergabe

Welches Image verwendest du? Bullseye und Bookworm haben meines Wissens nach beide Mosquitto 2 in den Repositories.

Gruß Nicolai
by nicolaiB
09 Dec 2024, 17:13
Forum: Software
Topic: Flask-Problem auf RevPi Core SE 32 GB PR100367
Replies: 7
Views: 1160

Re: Flask-Problem auf RevPi Core SE 32 GB PR100367

Hi,

freut mich zu hören das nun alles läuf! Ich glaube dir ist einfach eine 0 abhanden gekommen, denn auch die offizielle Doku verwendet 5000 und nicht 500 :-)

Gruß Nicolai
by nicolaiB
09 Dec 2024, 14:46
Forum: Software
Topic: Flask-Problem auf RevPi Core SE 32 GB PR100367
Replies: 7
Views: 1160

Re: Flask-Problem auf RevPi Core SE 32 GB PR100367

Port 500 ist ein privilegierter Port und kann daher von einem normalen Benutzer nicht verwendet werden.

Siehe https://www.w3.org/Daemon/User/Installa ... Ports.html

Gruß Nicolai
by nicolaiB
05 Dec 2024, 15:34
Forum: Hardware
Topic: BCM Pinout RevPi Compact
Replies: 1
Views: 490

Re: BCM Pinout RevPi Compact

Hi,

die Ausgänge hängen an einem SPI expander und nicht am SOC. Die genaue Zuordnung kannst du unserem Devicetree entnehmen:

https://gitlab.com/revolutionpi/linux/- ... type=heads

Gruß Nicolai
by nicolaiB
05 Dec 2024, 15:31
Forum: Hardware
Topic: Using RevPi Gate Software for a Custom Board
Replies: 3
Views: 706

Re: Using RevPi Gate Software for a Custom Board

All stacks are part of the respective extension module, thus each device is licensed. The stacks running on the gateways are not sold separately.

Nicolai
by nicolaiB
05 Dec 2024, 12:33
Forum: Hardware
Topic: Using RevPi Gate Software for a Custom Board
Replies: 3
Views: 706

Re: Using RevPi Gate Software for a Custom Board

Hi

officially this is not suported nor is there any sdk for this. But you can have a look at our kernel driver piControl, which implements the module communication: https://gitlab.com/revolutionpi/piControl/

Nicolai
by nicolaiB
05 Dec 2024, 10:01
Forum: Software
Topic: Direct control of the GPIO with Libgpiod
Replies: 1
Views: 470

Re: Direct control of the GPIO with Libgpiod

Hi Kristin, the LEDs are configured in devicetree as LEDs and can be accessed via sysfs. Depending on your device, the LEDs are either directly connected to the SOC or an GPIO expander. You can show the mapping with: sudo gpioinfo. As long as the LEDs are bound by the LED driver a direct GPIO access...
by nicolaiB
05 Dec 2024, 09:57
Forum: Hardware
Topic: Revpi 5?
Replies: 6
Views: 2800

Re: Revpi 5?

Hi,

we expect the first batches to be ready for shipment in calendar week 51. Please drop an email to sales@kunbus.com for details on availability.

Thanks,

Nicolai
by nicolaiB
05 Dec 2024, 09:56
Forum: Software
Topic: RevPi as USB gadget - KVM, piKVM
Replies: 2
Views: 591

Re: RevPi as USB gadget - KVM, piKVM

Hi,

sounds like an interesting use case, but unfortunately this is not possible, as the RevPi has no HDMI input.

Nicolai
by nicolaiB
05 Dec 2024, 09:54
Forum: Software
Topic: Update nicht möglich RevPi Core SE 32 GB PR100367
Replies: 2
Views: 615

Re: Update nicht möglich RevPi Core SE 32 GB PR100367

Hallo,

dein RevPi hat Probleme die Namen per DNS aufzulösen
Temporary failure resolving 'deb.debian.org'
Bitte kontrolliere ob deine Netzwerkeinstellungen / die DNS Server korrekt konfiguriert sind:

cat /etc/resolv.conf
host revolutionpi.com

Gruß Nicolai