Phil Elwell
Phil Elwell
The hashes are on this page: https://github.com/Hexxeh/rpi-firmware/commits/master Note that you may need to enable Desktop mode if you are using a mobile browser.
Thanks for the report. From the 5.4 kernel onwards, rpi-ft5406.ko has been replaced by the upstream raspberrypi_ts.ko, but doesn't help on a Pi 4 because the new config option was...
That's a known problem with the Module.symvers files that should be solved in the next release. In the meantime, see this post for a temporary workaround: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=269769&start=50#p1639775
@AMuszkat Rebuilding the whole kernel doesn't take that long on a Pi 4 - that way you'll avoid any symbol incompatibility.
You appear to have the correct commit for the 108+ build (2fab54c74bf956951e61c6d4fe473995e8d07010), so there must be some other reason for the incompatibility. What process are you following to build just...
`CONFIG_USB_UAS=m` creates a not insignificant (but not heavyweight) 29KB module. I'm not keen to add ~29KB to everybody's kernel so you can trim your SSD using a stock RPi kernel....
When bringing up a new kernel there is often quite a lot of temporary patches followed by some tidying up and commit squashing. It is our standard policy to rebase...
I'm sorry you seem to be having problems - partial updates can be fatal. I've not heard of similar issues being reported, so it could be something about your SD...
This repo is deprecated. Explain why you think these commits should be merged.
`getconf` shows the configuration of the Debian _OS_. What you have done is: 1. update to the latest version of your installed OS (presumably Raspberry Pi OS) which would have...