6by9

Results 901 comments of 6by9

Releasing a kernel image without offering the source code is in breach of the GPLv2 licence the Linux kernel is released under. You could point them to term 3 of...

Need to test on a Pi5 before merging, hence draft. Ideally all the address fixups (eg source cropping) for the commit should apply to async path too, but that's pretty...

Confirmed to work on Pi5 too (it was also broken before).

`-gf92d079a95b4` would imply that `CONFIG_LOCALVERSION_AUTO` is set to `y` in the config, whilst it is set to `n` in all our defconfigs. So what else has changed in the config?...

#7106 looks to be unrelated as it's referencing imx219. #7107 happened to be where naushir was at when he was testing. In and of itself it is unrelated. I'm seeing...

#7144. Once CI has built it (about 30mins), you should be able to use `sudo rpi-update pulls/7144` to get the test kernel. Normal warnings over not using a critical Pi,...

Also asked on the Pi forums - https://forums.raspberrypi.com/viewtopic.php?p=2332729 `-vcodec hevc_v4l2m2m` is the [V4L2 Stateful Decoder API](https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/dev-decoder.html) implementation within FFmpeg. The Pi implements the [V4L2 Stateless Decoder API](https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/dev-stateless-decoder.html) for HEVC decode....

rpi-update takes hashes from the [rpi-firmware](https://github.com/raspberrypi/rpi-firmware) repo, not from [firmware](https://github.com/raspberrypi/firmware). https://github.com/raspberrypi/firmware/commit/d29744869d42eff651176274402cce7c69932f52 would be https://github.com/raspberrypi/rpi-firmware/commit/1969fd7d6748f4977b1802c2b7caa7b1d3a334fb `sudo rpi-update 1969fd7d6` should do the trick.

I'll have a look when I get a chance. I suspect this is going to be display dependent in that it has to deassert hotplug when switched off. I'm suspecting...

Bah, I hate the handling of 64bit division on 32bit kernels. Hopefully resolved now.