Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.15k
stars
5k
forks
source link
config: could we enable parallel port support? #3918
This has been used to resurrect some older scientific equipment with parallel port interfaces and other fun things.
Would it be possible to enable parport support in the default raspbian kernels? It would make it easier for people to run the board, since otherwise they either have to rebuild the kernel or build the parport bits out of tree. I suppose it wouldn't hurt with CM4 offering a usable PCIe option down the road, since that would be another way to get a parallel port.
I'd be happy to submit a PR for the config changes if given the nod here.
On the off chance that at PR for the driver and device tree overlay could be accepted, I'd happily submit that too, although I assume that upstream is where that should go, and I'm not quite ready to go on that ride.
There's an open hardware/software design for a GPIO-based IEEE 1284 parallel port HAT here: https://github.com/worlickwerx/pi-parport
This has been used to resurrect some older scientific equipment with parallel port interfaces and other fun things.
Would it be possible to enable parport support in the default raspbian kernels? It would make it easier for people to run the board, since otherwise they either have to rebuild the kernel or build the parport bits out of tree. I suppose it wouldn't hurt with CM4 offering a usable PCIe option down the road, since that would be another way to get a parallel port.
I'd be happy to submit a PR for the config changes if given the nod here.
On the off chance that at PR for the driver and device tree overlay could be accepted, I'd happily submit that too, although I assume that upstream is where that should go, and I'm not quite ready to go on that ride.