Search found 199 matches

by Amar
24 Feb 2026, 16:32
Forum: Software
Topic: rpiboot.deb exists for those of us that do not use Windows
Replies: 1
Views: 5792

Re: rpiboot.deb exists for those of us that do not use Windows

Thanks for sharing with the community!
by Amar
24 Feb 2026, 16:14
Forum: Software
Topic: Does a command exist to list connect I/O modules
Replies: 2
Views: 8919

Re: Does a command exist to list connect I/O modules

Hi,
Module discovery via CLI
The piTest -d command is your best tool here. It queries the piControl driver directly and lists all physically connected modules in their exact PiBridge chain order, including modules that are present but not yet configured in PiCtory. No auto-populate into PiCtory ...
by Amar
24 Feb 2026, 15:37
Forum: Software
Topic: RevPi Core S is Write Protected
Replies: 4
Views: 5366

Re: RevPi Core S is Write Protected

The write-protected error on Windows is almost certainly caused by Windows Controlled Folder Access (ransomware protection) blocking Win32 Disk Imager — not actual eMMC hardware protection.

Fix: Go to Windows Security → Ransomware Protection → Allow an app through Controlled Folder Access and add ...
by Amar
09 Feb 2026, 12:59
Forum: Hardware
Topic: Produktauswahl für Antrieb CAN
Replies: 3
Views: 5666

Re: Produktauswahl für Antrieb CAN

Hallo,
Option 2 funktioniert leider nicht - RevPi Core SE und PR100286 sind nicht kompatibel!
Das PR100286 Modul braucht einen ConBridge-Anschluss, den hat der Core SE aber nicht. Das Modul passt nur an RevPi Connect S/SE.
Deine Option 1 (RevPi Connect 5) funktioniert einwandfrei und ist die ...
by Amar
05 Feb 2026, 09:48
Forum: Software
Topic: Can't connect rpiboot
Replies: 6
Views: 19590

Re: Can't connect rpiboot

Hi,
rpiboot must be run from its installation directory, otherwise it fails to find the bootfiles even with the latest version.
First, verify rpiboot is installed correctly:

Check that rpiboot is installed at: C:\Program Files (x86)\Raspberry Pi\
Verify that bootfiles exist at: C:\Program Files ...
by Amar
04 Feb 2026, 12:34
Forum: Software
Topic: Can't connect rpiboot
Replies: 6
Views: 19590

Re: Can't connect rpiboot

Good to see the progress.

1) Verify the files are present in C:\Program Files (x86)\Raspberry Pi\mass-storage-gadget64\ - check that all files (bootfiles.bin, boot.img, config.txt, etc.)
2) USB driver binding issue for BCM2712D0.
Fix the WinUSB driver binding:

Use Zadig (most reliable):
Download ...
by Amar
04 Feb 2026, 11:38
Forum: Software
Topic: Anyone Done It?
Replies: 2
Views: 31920

Re: Anyone Done It?

Hi,
Interesting project - tracking spare parts with expiry dates is a good fit for RevPi, and you're on the right track keeping it lean and local.

Suggested approach:
Use SQLite + Python with RevPiModIO. SQLite is file-based (no server overhead), built into Python, and perfect for this use case ...
by Amar
04 Feb 2026, 09:58
Forum: Software
Topic: Can't connect rpiboot
Replies: 6
Views: 19590

Re: Can't connect rpiboot

Hi,
The error indicates your rpiboot version is outdated and missing bootcode files for BCM2711 (CM4), which the RevPi Connect 4 uses.

Solution for Windows:
Step 1: Uninstall current rpiboot version and preferably reboot
Step 2: Install latest version

Download from: https://github.com/raspberrypi ...
by Amar
27 Jan 2026, 11:15
Forum: Software
Topic: Setting up Modbus RTU Master to send RS485 messages
Replies: 1
Views: 21164

Re: Setting up Modbus RTU Master to send RS485 messages

Hi,
Configuring ModbusRTUMaster Extended Data in PiCtory
Your RS485 hardware settings look correct. Here's how to configure the Extended Data section for ModbusRTUMaster:
Understanding the Extended Data Section
The Extended Data table defines cyclic Modbus transactions that map to your RevPi's ...
by Amar
27 Jan 2026, 09:59
Forum: CODESYS
Topic: What ETH can be EtherCAT master
Replies: 1
Views: 23062

Re: What ETH can be EtherCAT master

Hi,
RevPi Connect (2 Ethernet Ports)
Yes, either port can be used as EtherCAT master.

Select eth0 or eth1 in CODESYS device configuration under Ethernet adapter settings
Recommended: Use eth1 (lower port) for EtherCAT, keep eth0 (upper port) for network/programming

RevPi Core (1 Ethernet Port)
Yes ...