Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
62 views

I'm a full beginner in Linux. I need to program some PLC (ADAM 5630 of Advantech). It is based on the CPU TI Cortex A8 and has Linux RT 3.12 (Linux adam5630 3.12.10-rt15-ti2013.12.01; Distributor: ...
Alex Nevskiy's user avatar
0 votes
0 answers
66 views

I am new to rt c++ development and sorry if i am missing out on something basic. I'm experiencing inconsistent latency behavior in a real-time system using clock_nanosleep for precise wakeups. The ...
Prasaanth Lakshmi's user avatar
0 votes
0 answers
81 views

I was trying to cross compile a C code with CMake inside Linux RT using VSCode. But I am encountering an error due to the mistake in linking (.so) file with project. I have gone through many solutions ...
RMR's user avatar
  • 1
0 votes
0 answers
359 views

I need to install python 3.9 on an embedded device so I used USB drive to not consume much storage space on the board. Yet, whenever I start installing usingmake install I get this error : This is ...
Asky's user avatar
  • 53
0 votes
0 answers
196 views

I am getting started with Linux-RT and browsing in the Internet I have realized that isn't the same "full Linux-RT" and "PREEMPT_RT kernel config". Which is the difference? I am ...
OBaselga's user avatar
0 votes
0 answers
837 views

I am running tests in Linux-4.19.188 + patch-4.19.188-rt77, with PREEMPT_RT_FULL and NO_HZ_FULL enabled. I put a infinite loop with SCHED_FIFO (priority of 99) on an isolated CPU. The expected result ...
wangt13's user avatar
  • 1,307
0 votes
0 answers
68 views

I am looking into cat /proc/interrupts and I am looking for the name of the interrupt I should look for whenever context switching happens? Where can I see the counts of interrupts when the context ...
tannoy connect's user avatar
0 votes
1 answer
135 views

Is there any way to create two SCHED_DEADLINE threads with a specific offset (phase) to a global cycle? I am trying to create two threads, both with a period of 10 ms, but with an offset of 5ms ...
rkl's user avatar
  • 1
0 votes
0 answers
382 views

I'm implementing a rt-thread using SCHED_DEADLINE. I'm trying to catch a SIGXCPU-signal, if the thread exceeds the specified sched_runtime. To my understanding of the manpage, this can be achived by ...
rkl's user avatar
  • 1
0 votes
1 answer
394 views

Best case would be, if I had a (debug)-tool which runs in the background and tells me the name of the process or driver that breaks my latency requirement to my system. Which tool is suitable? Do you ...
falkb's user avatar
  • 1,349
1 vote
1 answer
753 views

For a TSN-aware communication protocol stack and framework, I need to be able to execute real-time threads not only running at very exact intervals, but starting at precise timeslots deducted from ...
Bernd's user avatar
  • 13
-2 votes
1 answer
101 views

My system is using Arm cortexa7@1GHz with realtime patchset Linux 4.4.138-rt19 from CIP Community: v4.4.138-cip25-rt19 I has run a prio-preempt.c to verify priority preemption on my system. However I ...
Thảo M. Hoàng's user avatar
6 votes
1 answer
1k views

I have an embedded linux system containing two threads that must run in real time (or soft real time). When using SCHED_OTHER, I noted a lot of jitter but the two threads always executed within their ...
Jary's user avatar
  • 1,541