Search found 1026 matches

by nicolaiB
08 Jul 2025, 11:24
Forum: Hardware
Topic: RS-485 issue on RevPi Connect 5
Replies: 5
Views: 244

Re: RS-485 issue on RevPi Connect 5

Please update the system with the latest versions and check if the issue persists. You can run the update as following:

sudo apt update && sudo apt full-upgrade

Nicolai
by nicolaiB
07 Jul 2025, 22:55
Forum: Hardware
Topic: RS-485 issue on RevPi Connect 5
Replies: 5
Views: 244

Re: RS-485 issue on RevPi Connect 5

Thanks. What kernel version do you use (uname -a)?
by nicolaiB
07 Jul 2025, 22:51
Forum: Hardware
Topic: DIO inputs and outputs not working
Replies: 1
Views: 36

Re: DIO inputs and outputs not working

Hi

What do the status Bytes of the modules (eg. OutputStatus) report?
Is the power for the outputs wired correctly (see pinout in documentation?
Are all LEDs on the DIO green?

Nicolai
by nicolaiB
07 Jul 2025, 22:48
Forum: Hardware
Topic: RevPi DIO not Configured in Connect 5
Replies: 6
Views: 185

Re: RevPi DIO not Configured in Connect 5

The file /etc/revpi/config.rsc links to /var/www/revpi/pictory/projects/_config.rsc by default. I must assume that something deleted that symlink on your system (that's why I asked for the ls -l /etc/revpi). Without this link the piControl driver wont pick up the configuration and thus don't know ...
by nicolaiB
04 Jul 2025, 13:31
Forum: Hardware
Topic: RS-485 issue on RevPi Connect 5
Replies: 5
Views: 244

Re: RS-485 issue on RevPi Connect 5

Hi

you you please share the output of
  • ls -l /dev/ttyAMA*
  • ls -l /dev/ttyRS485*
  • cat /etc/revpi/image-release
  • ls -l /lib/udev/rules.d/50-revpi.rules
  • md5sum /lib/udev/rules.d/50-revpi.rules
by nicolaiB
04 Jul 2025, 13:28
Forum: Software
Topic: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly
Replies: 3
Views: 368

Re: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly

Thanks for the feedback and glad to hear that now everything is working as expected.
by nicolaiB
04 Jul 2025, 13:05
Forum: Hardware
Topic: RevPi DIO not Configured in Connect 5
Replies: 6
Views: 185

Re: RevPi DIO not Configured in Connect 5

Hi

could you please share the output of:
  • ls -l /etc/revpi/
  • dmesg | grep piControl
by nicolaiB
03 Jul 2025, 15:08
Forum: Software
Topic: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly
Replies: 3
Views: 368

Re: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly

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 ...
by nicolaiB
02 Jul 2025, 11:17
Forum: Software
Topic: RevPi Core3 USB Update Problem
Replies: 2
Views: 403

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
by nicolaiB
02 Jul 2025, 11:11
Forum: Hardware
Topic: CAN permanent on
Replies: 2
Views: 414

Re: CAN permanent on

Hi,

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