6by9

Results 901 comments of 6by9

The change itself is only in configuration of the ISP, so can't inherently cause that sort of crash. What kernel version were you using before? I'll try to find a...

https://github.com/raspberrypi/linux/pull/6253 isn't merged yet, and you will need that or you may get weird things reported. Easiest is to use `sudo rpi-update pulls/6253` to get the relevant kernel and latest...

It looks like something might be squiffy with the start4.elf and fixup files, so I'm seeing a failure to create the CMA heap (which also appears to be initialising at...

Hopefully the requirement for start_x or start_debug is just a glitch in the build system, but I'll flag it for others before this change gets merged (I don't fully understand...

Doh, I'd assigned extra flags in, rather than or'ing them in, so we got dodgy behaviour. New firmware to test. I've not checked whether we've still got the build quirk...

FWIW https://github.com/raspberrypi/linux/pull/6283 adds the ability to select H264 levels 5 and 5.1 on the V4L2 encoder, otherwise you can't encode 1920x1200.

Limited range is the default for BT601, 709, and 2020 with almost all the video codecs from MPEG-2 to H265. Only JPEGs use full range (with the same CCM as...

> BTW is the subj fix already available in the firmware or you dealing with build pipeline? Went in 3 weeks ago - https://github.com/raspberrypi/rpi-firmware/commit/9f180c06514a3084f6fe61fe27050fd5e5ce60ba as mentioned in https://github.com/raspberrypi/firmware/issues/1885#issuecomment-2250441275 Build pipeline...

``` make[2]: *** No rule to make target '/home/pi/ams_rpi_kernel/imx219/src/imx219-overlay.dtbo', needed by '/home/pi/ams_rpi_kernel/imx219/src/'. Stop. ``` The rule is at https://github.com/raspberrypi/linux/blob/rpi-6.6.y/scripts/Makefile.lib#L429-L445 For some reason that doesn't appear to have been copied through...

I suspect it's the FIFO trigger point in the TC358743 for matching HDMI rate to CSI2 rate. Toshiba provide a massive spreadsheet for calculating the value, but it's not replicated...