Search found 1095 matches

by nicolaiB
18 Nov 2025, 09:40
Forum: Software
Topic: Debos and last Image Update
Replies: 5
Views: 9855

Re: Debos and last Image Update

I was able to reproduce the issue in my lab and pinned it down to the usb controller. With kernel 6.12 we switched to the xhci usb controller on CM4S modules, which performs much better than the designware dwc2 which was enabled so far. This does not affect devices, which already have choosen the ...
by nicolaiB
17 Nov 2025, 11:02
Forum: Software
Topic: Debos and last Image Update
Replies: 5
Views: 9855

Re: Debos and last Image Update

Hi,

do you have any error messages / logs so we can have a look?

Thanks.
by nicolaiB
10 Nov 2025, 10:57
Forum: Hardware
Topic: RevPi Core 3 (4 GB, Ident.No: 100257) kein Netzwerk
Replies: 2
Views: 9493

Re: RevPi Core 3 (4 GB, Ident.No: 100257) kein Netzwerk

Normalerweise sollte das System, wie du schon vermutet hast,sich eine IP via DHCP holen. Wird denn die Netzwerkschnittstelle erkannt? Was liefern die folgenden Befehle zurueck:

- ip link
- nmcli
by nicolaiB
10 Nov 2025, 10:25
Forum: Software
Topic: Connect S flashen - Watchdog
Replies: 2
Views: 7615

Re: Connect S flashen - Watchdog

Hallo Peter,

die Watchdog Bruecke muss vorhanden sein, da ansonsten waehrend des Flashvorgangs der Watchdog das Geraet neu startet. MIt gesteckter Bruecke wird der Watchdog deaktiviert.

Gruss Nicolai
by nicolaiB
05 Nov 2025, 11:42
Forum: Software
Topic: RevPi Core S + RPIBoot Problems
Replies: 5
Views: 19300

Re: RevPi Core S + RPIBoot Problems

Afaik rpiboot install two start menu entries, which set the correct parameters. Nevertheless the Linux path doesn't make sense on a Windows setup. I will have a look if I can propose a fix for upstream.
by nicolaiB
04 Nov 2025, 21:41
Forum: Software
Topic: Revpi Core S + Bookworm leads to high sysload
Replies: 8
Views: 10336

Re: Revpi Core S + Bookworm leads to high sysload

We have just published revpi-base-files (1.2.1-1+deb12+1), which fixes the reported issue. You can update the affected systems with the usual apt update / apt upgrade.
by nicolaiB
04 Nov 2025, 09:41
Forum: Software
Topic: Revpi Core S + Bookworm leads to high sysload
Replies: 8
Views: 10336

Re: Revpi Core S + Bookworm leads to high sysload

Thanks for testing it!

No, this isn't anything related to a bad update. We will patch the file and make a new release of the package revpi-base-files (which contains the udev rules). After that the rules can be fixed by the usual apt upgrade. It will be also part of the next image release in ...
by nicolaiB
03 Nov 2025, 23:09
Forum: Software
Topic: RevPi Core S + RPIBoot Problems
Replies: 5
Views: 19300

Re: RevPi Core S + RPIBoot Problems



read_file: Failed to read "2711/bootcode4.bin" from "/usr/share/rpiboot/mass-storage-gadget64/bootfiles.bin" - No such file or directory



Look like a upstream issue with rpiboot. How do you invoke rpiboot? Try if it works if you set the path the mass-storage-gadget64 directly with the `-d ...
by nicolaiB
03 Nov 2025, 23:06
Forum: Software
Topic: Revpi Core S + Bookworm leads to high sysload
Replies: 8
Views: 10336

Re: Revpi Core S + Bookworm leads to high sysload

Please try if the following change brings back the load to previous numbers:

1. Open /lib/udev/rules.d/50-revpi.rules
2. Change


ACTION=="add", SUBSYSTEM=="net", DEVPATH=="*/spi0.0/net/*eth*", NAME="pileft", TAG+="systemd", ENV{SYSTEMD_WANTS}="pileft-quirks.service"
ACTION=="add", SUBSYSTEM=="net ...
by nicolaiB
03 Nov 2025, 15:10
Forum: Software
Topic: Revpi Core S + Bookworm leads to high sysload
Replies: 8
Views: 10336

Re: Revpi Core S + Bookworm leads to high sysload

Hi,

which version of Core S is this? 1.1 or 1.0?

Nicolai