eBUS / ttyebus

Real time linux kernel module for the ebusd using the PL011 UART on a Rasperry Pi
22 stars 7 forks source link

Enable Realtime? #5

Closed JanHBade closed 4 years ago

JanHBade commented 4 years ago

From a another project i found

echo "Enable realtime"
echo 'kernel.sched_rt_runtime_us=-1' > /etc/sysctl.d/10-ccu.conf || true
sysctl -w kernel.sched_rt_runtime_us=-1 || true

https://github.com/angelnu/docker-ccu/blob/master/deploy.sh

Maybe this can make this kernel driver better?

john30 commented 4 years ago

why does it have to get better if there is no issue at all?

JanHBade commented 4 years ago

the other project uses a "realtime" uart driver too, so maybe you have a look...

no issue at all, right....