eBUS / ttyebus

Real time linux kernel module for the ebusd using the PL011 UART on a Rasperry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Realtime?

JanHBade opened this issue · comments

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?

commented

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

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

no issue at all, right....