Search found 11 matches

by LuukvanLoon
21 Dec 2020, 08:29
Forum: Hardware
Topic: RevPi Core power led flashing red
Replies: 3
Views: 8047

Re: RevPi Core power led flashing red

Hello Amar, Thank you for your reaction. Firstly, check if you are having the lastes updates $ sudo apt-get update && sudo apt-get uppgrade && sudo reboot When i do this, i get the following reaction: pi@RevPi40427:~ $ uname -a Linux Revpi40427 4.19.95-rt38+ #1 PREEMPT TR Tue, 16 Jun...
by LuukvanLoon
16 Dec 2020, 20:51
Forum: Hardware
Topic: RevPi Core power led flashing red
Replies: 3
Views: 8047

RevPi Core power led flashing red

Hello, I am programming an application for a RevPi Core with 1 DIO and 1 AIO card. The application works well, but the power led of the RevPi Core sometimes turns red (without pattern), and then after one second it turns green again. I have looked up what this means here , this means that the piCont...
by LuukvanLoon
14 Dec 2020, 21:01
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

Hi Luuk, oh Jessie is really outdated please update to "Stretch". You have two options here to update: a) using the current system sudo apt update sudo apt dist-upgrade b) flashing the latest image https://revolution.kunbus.com/tutorials/images-2/?noredirect=en_US Markus, Dirk, Thank you ...
by LuukvanLoon
13 Dec 2020, 13:41
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

Hello Markus, Are you still on the old distri and not on stretch? I wonder about the "5 not updated" What do you mean with old distri or stretch? I have just purchased a new RevPi Core. can you try sudo apt-get update sudo apt-get upgrade and post the output here? I have tried it and this ...
by LuukvanLoon
12 Dec 2020, 15:56
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

Hi, the DIO version should be V1.5 after updating, and AIO is updating to V1.4: Markus Hello Markus, When i follow the steps in the guide i get the following result: pi@RevPi40427:~ $ sudo apt-get update Fetched 267 kB in 54s (4,851 B/s) Reading package lists... Done pi@RevPi40427:~ $ sudo apt-get ...
by LuukvanLoon
11 Dec 2020, 08:49
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

Hello, firmware updates for the AIO, DIO, DI and DO are now available. Update the revpi-firmware package and follow the instructions for Connect and Core . Hello, Thank you for the quick service! Could you please tell me what the latest firmware version is? I have followed this guide, and the RevPi...
by LuukvanLoon
03 Dec 2020, 10:52
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

Hello Luuk, what you are seeing is a known bug where timeouts on the modules are falsely triggered. Due to the timeout the outputs are switched off. We fixed the bug and are preparing a firmware release right now which will be available soon. Hello c. Baumann, Thank you for your reply, I will wait ...
by LuukvanLoon
03 Dec 2020, 10:28
Forum: Software
Topic: Possible bug in the RevolutionPi Data IO driver
Replies: 9
Views: 4791

Re: Possible bug in the RevolutionPi Data IO driver

Hello Dirk, you find my uname output in my first post in the second code block in line 2. It looks like we are using the same kernel version. Note that we cyclically update/ugrade our system. So it should be up to date. The python code is just for testing purpose. In our real world application we a...
by LuukvanLoon
02 Dec 2020, 16:45
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

I have read this post agian, and i think it is excacly the same problem.
by LuukvanLoon
02 Dec 2020, 16:39
Forum: Hardware
Topic: Revpi Core3 DO failure
Replies: 21
Views: 11591

Re: Revpi Core3 DO failure

Hi LuukvanLoon please have a look at this post . Hello Dirk, Thank you for your reaction. I have tried the "uname -a" command and this is the response: pi@RevPi40427:~ $ uname -a Linux RevPi40427 4.4.50-rt66+ #1 PREEMPT RT Wed, 20 Sep 2017 07:09:15 +0200 armv6l GNU/Linux When I try to upd...