-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RaspberryPi] Kernel Fault when using "cat /dev/rfm12b.0.1" and hitting CTRL-C #2
Comments
hmm, no, that is not expected, of course. I can't seem to reproduce this problem with my setup, though (I tried with a script that waits a random amount of time before sending the SIGINT to cat) – Could you please send me the full stack dump from your logs, please? Other than that, maybe it has to do with the build system? I haven't used Yocto yet... |
I got a similar thing to this also. But I didn't have any RFM12b hardware connected. When I actually built the hardware then the issue went away |
same problem here. Let me know if you need any more info's. I really would like to use this driver. The userland library is working fine, but i don't like the polling of the IRQ GPIO. after:
i will get a kernel oops ... |
Firstly, thanks for this amazing effort at getting the tricky RFM12B module working on the Pi. I tried in vain to get it working using SPIDEV and Python but alas it was too slow to cope with the tiny buffer on the RFM12.
I have compiled your module using the Yocto project system and I can load the module into the kernel. When I open the device using "cat /dev/rfm12b.0.1" I can see the nIRQ line go high but when hitting CTRL-C I get a kernel fault:
[ 94.090169] Unable to handle kernel NULL pointer dereference at virtual address 0000001c
I don't know if this is expected, but I was wondering if you could either explain it?
Thanks again.
The text was updated successfully, but these errors were encountered: