Search found 7 matches

by christian.martono
10 Aug 2021, 09:28
Forum: Software
Topic: piControl i/o: missed x cycles - kernel log
Replies: 9
Views: 4929

Re: piControl i/o: missed x cycles - kernel log

Hi Philipp, Thanks for the reply. I do have issue reported as another topic - which may or may not be related https://revolution.kunbus.de/forum/viewtopic.php?f=6&t=2997 . It is the fact that analog input read from piTest intermittently fail. I am stuck there in that topic. (Currently i had to i...
by christian.martono
06 Aug 2021, 02:57
Forum: Software
Topic: piControl i/o: missed x cycles - kernel log
Replies: 9
Views: 4929

Re: piControl i/o: missed x cycles - kernel log

anyone else is also having this error/warning in their kernel log? The file is in /var/log/kern.log

I notice that at idle, piControl driver is taking up CPU about 20-25% - which i think it's kind of high.
by christian.martono
05 Aug 2021, 11:29
Forum: Software
Topic: Analog Input read issue
Replies: 7
Views: 3776

Re: Analog Input read issue

Hi Johannes, or others, Any comments? I tried to get revpi-sos but could not get the tool. So I am not sure how else to provide anymore diagnostic info. Also, the issue persists intermittently on all of my 5 RevPI Compact devices. I have done all the apt-get update and upgrades. The fact that the is...
by christian.martono
01 Aug 2021, 09:23
Forum: Software
Topic: Analog Input read issue
Replies: 7
Views: 3776

Re: Analog Input read issue

Hi Johannes,
I tried to get the sos, but I got the following "Unable to locate package revpi-sos" error. Did I miss any step? Any advice?
christiansos.png
christiansos.png (45.34 KiB) Viewed 3653 times
I also try to see which was outdated - FYI
christiansos2.png
christiansos2.png (60.38 KiB) Viewed 3653 times
by christian.martono
28 Jul 2021, 09:40
Forum: Software
Topic: Analog Input read issue
Replies: 7
Views: 3776

Re: Analog Input read issue

Hi Johannes, Yes, I did (as shown in screenshot below) PICtorysetting.jpg Is there anything else that I need to configure? I should have mentioned also that the issue is intermittent. Analog Input reading (via piTest) sometimes works even after reboot. But 50% of the time it would fail again (return...
by christian.martono
27 Jul 2021, 03:34
Forum: Software
Topic: piControl i/o: missed x cycles - kernel log
Replies: 9
Views: 4929

piControl i/o: missed x cycles - kernel log

Hi all,
I am using RevPi Compact. When I look at the /var/log/kern.log, i am seeing a flood of messages "piControl i/o: missed xx cycles". Why is this error? How can we stop this error?

-Christian
by christian.martono
26 Jul 2021, 14:31
Forum: Software
Topic: Analog Input read issue
Replies: 7
Views: 3776

Analog Input read issue

Hi, I am having trouble reading analog input by using the following command (using piControl): pi@raspberrypi:~ $ piTest -r AIn_1 , where the returned reading is always 0 Anybody has run into same issue? But, once I performed the following manual raw iio read (see below code), then the analog input ...