Search found 1019 matches

by nicolaiB
16 Apr 2025, 19:17
Forum: Software
Topic: start-config. fails to start
Replies: 13
Views: 16293

Re: start-config. fails to start

Great to hear that everything is working now! I f you have any further questions feel free to open another topic
by nicolaiB
16 Apr 2025, 08:51
Forum: Software
Topic: start-config. fails to start
Replies: 13
Views: 16293

Re: start-config. fails to start

Thanks from the kernel log and noticed that your kernel command line

[ 0.000000] Kernel command line: coherent_pool=1M snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=B8:27:EB:F6:22:28 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg ...
by nicolaiB
16 Apr 2025, 00:56
Forum: Connectivity
Topic: replace_ios.conf funktioniert nicht
Replies: 2
Views: 11620

Re: replace_ios.conf funktioniert nicht

string ist kein gültiger Format Bezeichner.

Aus der revpimodio2 Doku (siehe replace_io in https://revpimodio.org/en/doc2/io/) :

frm
struct() formatting (1 character) – According to Python preferences. https://docs.python.org/3/library/struct.html#format-characters

Du willst also vermutlich s bzw ...
by nicolaiB
16 Apr 2025, 00:51
Forum: Software
Topic: Code Example for ConCAN?
Replies: 15
Views: 20055

Re: Code Example for ConCAN?

This code wont work. It uses hsrd coded vcan adapter and no physical interface.

From the guthub readme:

Hardcoded to use the vcan0 virtual CAN device.
by nicolaiB
15 Apr 2025, 14:06
Forum: Software
Topic: start-config. fails to start
Replies: 13
Views: 16293

Re: start-config. fails to start

What does

dmesg | grep -E '(serial|piControl|pibridge)'

print in case of failure and after a successful reset?
by nicolaiB
15 Apr 2025, 14:04
Forum: Software
Topic: Code Example for ConCAN?
Replies: 15
Views: 20055

Re: Code Example for ConCAN?

The ConCan has just a power LED. The other LEDs are not populated (it's a standard enclosure for our extension modules thus all 6 leds are cut out).

How did you try to use the CAN interface?

Nicolai
by nicolaiB
15 Apr 2025, 08:53
Forum: Software
Topic: start-config. fails to start
Replies: 13
Views: 16293

Re: start-config. fails to start

The other sos report also contains

enable_uart=1

in /boot/firmware/config.txt?
by nicolaiB
15 Apr 2025, 00:44
Forum: CODESYS
Topic: CodeSys Error when adding device
Replies: 3
Views: 12361

Re: CodeSys Error when adding device

Codesys sp21 isn't supported yet. We will release a beta version of the library with sp21 support in the next days.

Nicolai
by nicolaiB
15 Apr 2025, 00:43
Forum: Software
Topic: Kernel headers
Replies: 1
Views: 4914

Re: Kernel headers

Bwfore bookworm the kernel header package is called raspberrypi-kernel-headers.

Nicolai
by nicolaiB
15 Apr 2025, 00:40
Forum: Software
Topic: Code Example for ConCAN?
Replies: 15
Views: 20055

Re: Code Example for ConCAN?

The device is available as can0. You can list the connection parameters with the same tools you would use for an ethernet adapter (eg. ip link show, ...)

Nicolai