Search found 900 matches

by nicolaiB
22 Jul 2024, 09:11
Forum: Software
Topic: Bookworm images
Replies: 2
Views: 423

Re: Bookworm images

Hi at the moment there is no official Bookworm release, thus we recommend to use the Bullseye image for a fresh and stable system. Bookworm ist currently under development. Therefore the packages are in the repo, but likely there are things which will break. We hope to publish some first BETA images...
by nicolaiB
04 Jul 2024, 12:11
Forum: Software
Topic: Adding Balena-OS support for revpi-connect-4
Replies: 33
Views: 155254

Re: Adding Balena-OS support for revpi-connect-4

I've created a PR for Balena which adds our udev rules to the integration: https://github.com/balena-os/balena-ras ... /pull/1148
by nicolaiB
03 Jul 2024, 15:18
Forum: Software
Topic: Adding Balena-OS support for revpi-connect-4
Replies: 33
Views: 155254

Re: Adding Balena-OS support for revpi-connect-4

Hi Lukas, the device /dev/ttyRS485 is an alias created by our udev rules. As far as I know this is not present in Balena. But you can use the "real" tty device: pi@RevPi99986:~$ ls -l /dev/ttyRS485 lrwxrwxrwx 1 root root 7 2. Jul 12:54 /dev/ttyRS485 -> ttyAMA5 Thus the correct tty is /dev/...
by nicolaiB
07 Jun 2024, 18:38
Forum: Hardware
Topic: DMX-Protokoll an RS485
Replies: 4
Views: 1298

Re: DMX-Protokoll an RS485

Hallo Markus,

Ich habe selbst schon erfolgreich dmx mit Python und einem RevPi Connect 4 implementiert. Der uart ist ganz normal als tty im Linux verfügbar.

Gruß Nicolai
by nicolaiB
05 Jun 2024, 14:35
Forum: Software
Topic: Several issues with Connect 4
Replies: 6
Views: 2287

Re: Several issues with Connect 4

Regarding the mac: Looks like everything works as intended. `ethtool -P` requests the permanent mac address which is set in the compute module. The mac address is overriden by a udev rules in order to match the assigned address for the individual device. In order to get the _used_ mac address for a ...
by nicolaiB
04 Jun 2024, 21:44
Forum: Software
Topic: Several issues with Connect 4
Replies: 6
Views: 2287

Re: Several issues with Connect 4

Regarding the MAC: Which address is printed on the cover? Does the mac address in revpi-device-info match the address? Other issues: Check wether the /var/log/ tmpfs feature is active (revpi-config status var-log.mount) and disable it if it is present (revpi-config disable var-log.mount). Sound like...
by nicolaiB
21 May 2024, 09:59
Forum: Software
Topic: Several issues with Connect 4
Replies: 6
Views: 2287

Re: Several issues with Connect 4

Hi Mats, I'm sorry to hear that you're facing problems with your Connect 4. Let's find the cause and fix this. In order to get a better understanding of your system, please answer that the following commands print on your device: cat /etc/revpi/image-release revpi-device-info ip link show sudo apt u...
by nicolaiB
16 May 2024, 16:37
Forum: Connectivity
Topic: RevPi Connect 4 - Modbus /dev/ttyRS485 nicht vorhanden
Replies: 12
Views: 4198

Re: RevPi Connect 4 - Modbus /dev/ttyRS485 nicht vorhanden

Sind auf jeden Fall schon mal einige eher ungewöhnliche Probleme in Kombination. Ich schlage daher den RMA vor.
by nicolaiB
16 May 2024, 13:53
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 24
Views: 9710

Re: piControl: AIO addr 31: communication failed (req:20,ret:-5)

Hi, we did some investigation and nailed it down to probably an issue in the serial communication with lower (<=9600) baudrates. The same issue can be observed with kernel 5.10, but only less frequent. At the moment our developers are checking how this can be solved with our driver or an upstream pa...