Phil Elwell

Results 923 comments of Phil Elwell

I've always been reluctant to replace a generic upstream firmware with one that has been tailored to our needs, but I guess it may be an option now that the...

Unfortunately the only way to get a new CLM blob is to provide again all the RF test data, and we're still waiting for the person responsible here to get...

> Does it mean that updated firmware will be in August this year per cypress policy? Pardon? > Is there a chance of upstreaming next version in August? It's not...

The dwc_otg's driver makes heavy use of FIQs to improve performance. Until fairly recently the arm64 support didn't recognise FIQs; it looks like they are now supported to some extent,...

You are conflating two different effects of reducing the `gpu_mem` value below the default of 32 (MB). 1. The obvious effect is to reduce the amount of memory reserved for...

You can use the vclog utility instead: https://github.com/raspberrypi/utils/tree/master/vclog

Do you have an `os_prefix` set in config.txt? The older, smaller filename limit was sufficient for the known DTB files unless they had been moved into a subdirectory. And what...

The current kernel in `apt` fixes a bug in the handling of the CSI interface that could cause the unwanted overwriting of some adjacent memory. When did you last update/upgrade?

Put it in config.txt, but without spaces (`dtparam=sd_poll_once`).

The firmware makes many small changes to the normal dtb before passing it to the kernel including things like the memory size. By bypassing the firmware you are missing out...