-
Notifications
You must be signed in to change notification settings - Fork 4
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
Serial-pl011 #2
Comments
I don't have any other versions, but it should be hard to update it. Which kernel version are you using? I'll download it and have a go at compiling. |
It's "Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l GNU/Linux" - the latest Raspbian on a PI2, so I guess its https://github.com/raspberrypi/linux/tree/rpi-3.18.y |
Ok. It should be up to date now. Give it a try and let me know. Thanks. |
Unfortunately not able to compile it:
|
Damn it. Sorry about that. I got myself confused with which version to upload. It should be correct now. |
Hi--I'm pretty new to this aspect of Linux, kernel modules, so can anyone offer an outline on how to use this? I would like to get it running on a Pi4 with the current RPi OS and kernel 5.4 to be able to use some of the additional UARTs for MIDI I/O. Any help is greatly appreciated! |
Hey, thanks for the reply (and speed, too). But I'm not even at that step--what do I actually do with the file serial-pl011.c once I've downloaded it? How do I use it? I need to compile it and install, or..? Really don't know where to begin with this one. I do at least have the UARTs on the Pi enabled, so I feel like that's a start... Thank again in advance for any insight! |
Hi,
Do you have any version which uses the current kernel API and compiles?
I wanted to compile it, but some kernel APIs changed.
The text was updated successfully, but these errors were encountered: