Phil Elwell

Results 1410 comments of Phil Elwell

Thanks - that patch has now been backported to our current branches: rpi-6.12.y, rpi-6.17.y and rpi-6.18.y.

The nature of this corruption makes me think that either we are reading from the wrong start point or that new messages are overwriting the old ones before we have...

> I think there is some issue to read log buffer, because when it shows log properly it shows all messages with no issue, even these which previously shown as...

If I remember correctly, at least one of the Z-Wave dongles is/was seriously non-USB standards-compliant. @P33M?

We don't normally allow questions here, but this might be of interest to others. There are instructions for building your own kernels here: https://www.raspberrypi.com/documentation/computers/linux_kernel.html#building Perhaps somebody else has tried SCHED_EXT...

From your previous comment it sounded like things were working. Try: 1. understanding the difference between a base DT file (.dtb) and an overlay (.dtbo), and 2. using RPiOS -...

`sudo vclog -m` will show the file that the firmware has loaded, but I can tell you that, unless you've added a specific `device_tree=...` directive in config.txt, it will try...

Duplicate of https://github.com/raspberrypi/rpi-eeprom/issues/776.

And does adding `dtoverlay=dwc2,dr_mode=host` make it more reliable? Note that I would expect a loss of performance with that configuration.