You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, there seems to be a serious bug when running on the sumo kernel (version 4.14.154)
Trying to set-up a gpio as an interrupt source and setting the edge param makes the kernel oops.
Here are the steps:
echo 23 > /sys/class/gpio/export
then echo in > /sys/class/gpio/gpio23/direction
and finally echo falling > /sys/class/gpio/gpio23/edge
Hi all, there seems to be a serious bug when running on the sumo kernel (version 4.14.154)
Trying to set-up a gpio as an interrupt source and setting the edge param makes the kernel oops.
Here are the steps:
echo 23 > /sys/class/gpio/export
then
echo in > /sys/class/gpio/gpio23/direction
and finally
echo falling > /sys/class/gpio/gpio23/edge
makes the kernel oops:
Is this issue known to anybody?
Thank you
The text was updated successfully, but these errors were encountered: