XECDesign

Results 203 comments of XECDesign

> This ought to work as a minimally invasive patch: > > ```diff > diff --git a/gpiozero/pins/lgpio.py b/gpiozero/pins/lgpio.py > index 9fa8739..81e0298 100644 > --- a/gpiozero/pins/lgpio.py > +++ b/gpiozero/pins/lgpio.py > @@...

I haven't heard anything from any maintainer of our OpenOCD fork asking for the package to be updated, so I assume it's not ready yet.

I suspect it's [here somewhere](https://github.com/RPi-Distro/linux-packaging/blob/pios/bookworm-6.6/debian/rules.real#L590-L602), which runs without any rpi patches applied. So yeah, I think you've hit the nail on the head and it's a packaging issue. I'm not...

I believe I have [a fix](https://github.com/RPi-Distro/linux-packaging/commit/87b81ea405e51f0403c62ccce441b18f88fadeac) which should be in the next apt kernel update. It also makes the `linux-source` package match what's actually shipped.

@pbaetens Does everything work as expected with the latest packages?

Do you have a link to the driver you're compiling?

Maybe we could add a github workflow to build debs as well?

They can, yeah. The same way the ones we ship in the apt repo do.

> ``` > sudo apt reinstall raspberrypi-kernel > ``` That's definitely the wrong thing to do. Your logs earlier shows the right version getting installed. If it's not booting the...

> I mount all partitions Can you show how you do that?