The first output of piTest -d shows that you have configured the module on the wrong side (thus one present and one absent). The second one shows the state without config file which only contains the core itself and the autodetected mio.
In order to get a working setup:
- restore link in /etc/revpi ...
Search found 1019 matches
- 03 Jul 2025, 15:08
- Forum: Software
- Topic: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly
- Replies: 1
- Views: 68
- 02 Jul 2025, 11:17
- Forum: Software
- Topic: RevPi Core3 USB Update Problem
- Replies: 2
- Views: 176
Re: RevPi Core3 USB Update Problem
Hallo Tobias,
vermutlich hast du vergessen das rpiboot Tool zu starten. Es läuft nicht automatisch im Hintergrund.
https://revolutionpi.com/documentation/ ... stallieren
Gruß Nicolai
vermutlich hast du vergessen das rpiboot Tool zu starten. Es läuft nicht automatisch im Hintergrund.
https://revolutionpi.com/documentation/ ... stallieren
Gruß Nicolai
- 02 Jul 2025, 11:11
- Forum: Hardware
- Topic: CAN permanent on
- Replies: 2
- Views: 305
Re: CAN permanent on
Hi,
you can configure the CAN interface for example with an entry in /etc/network/interfaces.
Example:
you can configure the CAN interface for example with an entry in /etc/network/interfaces.
Example:
Code: Select all
auto can0
iface can0 inet manual
pre-up /sbin/ip link set can0 type can bitrate 250000 termination 120
up /sbin/ip link set can0 up
down /sbin/ip link set can0 down
- 02 Jun 2025, 14:56
- Forum: Hardware
- Topic: RevPi Connect 5 and MIO unexpected behavior
- Replies: 2
- Views: 2326
Re: RevPi Connect 5 and MIO unexpected behavior
Did you use the MIO GND for the digital output or the system ground? You need to use the GND potential from the MIO IO connector.
Nicolai
Nicolai
- 02 Jun 2025, 14:52
- Forum: Software
- Topic: Eth2 - Strange beahvior
- Replies: 4
- Views: 2831
Re: Eth2 - Strange beahvior
Please share your network configuration. From the spare details you provided it looks like you have configured two default gateways and the traffic gets diverted.
Nicolai
Nicolai
- 02 Jun 2025, 14:51
- Forum: Software
- Topic: Balena OS and DIO
- Replies: 3
- Views: 4760
Re: Balena OS and DIO
Thanks for sharing your findings. I will keep it in mind and maybe we will be able to come up with a automatic solution together with the balena team.
Nicolai
Nicolai
- 02 Jun 2025, 14:50
- Forum: Connectivity
- Topic: RevPI nutzen für Profibus zu PC
- Replies: 1
- Views: 2110
Re: RevPI nutzen für Profibus zu PC
Hallo Marek,
mit dem Profibus Gateway hast du in deiner SPS 244 Byte Speicher den du beschreiben kannst und auf RevPi Seite in einer Programmiersprache deiner Wahl (ich nutze gerne Python) auslesen kannst. Dort kannst du die Daten beliebig (vor-)verarbeiten und an deinen PC senden.
Für die ...
mit dem Profibus Gateway hast du in deiner SPS 244 Byte Speicher den du beschreiben kannst und auf RevPi Seite in einer Programmiersprache deiner Wahl (ich nutze gerne Python) auslesen kannst. Dort kannst du die Daten beliebig (vor-)verarbeiten und an deinen PC senden.
Für die ...
- 26 May 2025, 15:50
- Forum: Hardware
- Topic: Full-Duplex Modbus Communication with RevPi Connect 4 via USB-RS485 Adapter
- Replies: 2
- Views: 2627
Re: Full-Duplex Modbus Communication with RevPi Connect 4 via USB-RS485 Adapter
Thanks for sharing this. Which adapter did you ended up using?
- 20 May 2025, 20:45
- Forum: Hardware
- Topic: "Help Installing Soft dPAC on RevPi Connect+ S (Docker & Partition Setup)"
- Replies: 1
- Views: 2783
Re: "Help Installing Soft dPAC on RevPi Connect+ S (Docker & Partition Setup)"
At which point of the linked instructions did you ran into an issue? The shown should also apply to any RevPi (make sure to use the correct root device, eg check df as suggested in the docs)
Nicolai
Nicolai
- 09 May 2025, 08:42
- Forum: Software
- Topic: RevPI Connect-4 no RTC on Balena Cloud
- Replies: 12
- Views: 14751
Re: RevPI Connect-4 no RTC on Balena Cloud
piControl needs other device tree related configuration. The easiest solution is
BALENA_HOST_CONFIG_dtoverlay="revpi-connect4"
which also takes care of the rtc, ios etc.
Nicolai
BALENA_HOST_CONFIG_dtoverlay="revpi-connect4"
which also takes care of the rtc, ios etc.
Nicolai