Search found 876 matches

by nicolaiB
25 Mar 2024, 20:20
Forum: Software
Topic: GTK 3.0 auf RasPi
Replies: 4
Views: 187

Re: GTK 3.0 auf RasPi

[...] Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster Du verwendest Buster. Ich habe gerade eben mal nachgeschaut und das Paket libgtk-3-dev sollte auch schon in Buster verfügbar sein (https://packages.debian.org/search?keywords=libgtk-3-dev). Prüfe...
by nicolaiB
25 Mar 2024, 20:18
Forum: Software
Topic: RevPi Connect 4 Pictory not showing
Replies: 2
Views: 149

Re: RevPi Connect 4 Pictory not showing

Hi,

RevPi Connect 4 support was added with Bullseye, thus won't work with Buster.

Nicolai
by nicolaiB
25 Mar 2024, 12:06
Forum: Software
Topic: GTK 3.0 auf RasPi
Replies: 4
Views: 187

Re: GTK 3.0 auf RasPi

Hallo Frank,

was hat denn nicht funktioniert? Auf einem aktuellen Bullseye Image kann ich das Paket installieren. Welche Version verwendest du ?

Gruß Nicolai
by nicolaiB
13 Mar 2024, 16:41
Forum: Hardware
Topic: RevPi Connect missing modules after image update
Replies: 9
Views: 890

Re: RevPi Connect missing modules after image update

Hi, look like an compatibility problem with an older firmware version on the DI. Do you remember which version was present before you did the update on the working DI module? I'd like to try to reproduce the issue at our lab. Regarding the other DI module: Do you have another RevPi / can install an ...
by nicolaiB
12 Mar 2024, 23:05
Forum: Hardware
Topic: RevPi Connect missing modules after image update
Replies: 9
Views: 890

Re: RevPi Connect missing modules after image update

Thanks. From the kernel log I can see that there is a communication problem (crc error). Which firmware and hardware revison do the modules have (numbers left of the IO connector or scan the dcm with for example your mobile)?
by nicolaiB
12 Mar 2024, 22:23
Forum: Hardware
Topic: RevPi Connect missing modules after image update
Replies: 9
Views: 890

Re: RevPi Connect missing modules after image update

Hi,

Could you please provide more details?

Image version
Running kernel version
Kernel log / dmesg

With this we can hopefully find together a first clue.

Nicolai
by nicolaiB
12 Mar 2024, 19:15
Forum: Software
Topic: piSerial "WARNING: Wrong CRC received"
Replies: 3
Views: 321

Re: piSerial "WARNING: Wrong CRC received"

Could you please attach the complete log file?

Nicolai
by nicolaiB
12 Mar 2024, 19:13
Forum: Hardware
Topic: CAN driver broken on revpi
Replies: 1
Views: 204

Re: CAN driver broken on revpi

Hi

Has the Con CAN overlay been enabled? There should be a line in /boot/config.txt of `dtoverlay=revpi-con-can` or check with `revpi-config status revpi-con-can`.

Enable overlay: revpi-config enable revpi-con-can
Disable overlay: revpi-config disable revpi-con-can

Nicolai
by nicolaiB
11 Mar 2024, 19:04
Forum: CODESYS
Topic: Über CODESYS mit ConCAN Modul RAW CAN Telegramme verschicken
Replies: 4
Views: 654

Re: Über CODESYS mit ConCAN Modul RAW CAN Telegramme verschicken

Hi Wiekon, ohne groß Erfahrung damit zu haben, bin ich bei einer schnellen Suche auf CANL2 gestoßen. Schau mal ob das eventuell das ist, was du suchst: https://help.codesys.com/webapp/hGcF55fadXXw7LxTlfIUoErJcVQ%2Ffld-CAN-Low-Level;product=CAA%20Can%20Low%20Level%20Extern;version=3.5.17.0 Gruß Nicolai
by nicolaiB
11 Mar 2024, 18:55
Forum: Software
Topic: piSerial "WARNING: Wrong CRC received"
Replies: 3
Views: 321

Re: piSerial "WARNING: Wrong CRC received"

Hi

Has the correct overlay been loaded (dtoverlay=revpi-compact in /boot/config.txt)? Are there any errors in dmesg respective /var/log/kern.log?

Nicolai