https://github.com/raspberrypi/linux/commit/d65a0f76d3adcf86a6f5c614c68edb3aeb3b8590
Pending rpi-update:
root@DietPi:~# uname -a
Linux DietPi 4.19.32-v7+ #1210 SMP Tue Apr 2 14:07:04 BST 2019 armv7l GNU/Linux
@Fourdee
Actually I am not keen to add rpi-update again. This just ships a rats tail and it is still beta/unstable/testing. As long as the custom build works, I would leave it as is and remove after RPi kernel 4.19 has been released to stable. This should not take long anymore.
What we could try is to simply copy the dtbo from an rpi-updated system and check whether it's compatible with the current stable 4.14 kernel or not?
The big problem with rpi-update is still:
rpi-update should only be used manually by end users how know exactly what they are doing, how to re-run/update to current master (or "next") branch and how to revert to stable APT packages.@MichaIng
I would leave it as is and remove after RPi kernel 4.19 has been released to stable.
Agree :+1:
What we could try is to simply copy the dtbo from an rpi-updated system and check whether it's compatible with the current stable 4.14 kernel or not?
Not viable, would also need to copy the modules used by the overlay. Too little messy/hacky.
Firmware update just arrived, sadly still on Kernel 4.14 馃槩.
Waiting for user reply = Waiting for 4.19 kernel package release. In any case we keep this in current milestone to not forget.
@Fourdee
Yey, RPi kernel 4.19 has just been released: https://github.com/Hexxeh/rpi-firmware/tree/stable
As I am anyway processing the RPi images I will redo them directly with this kernel.
~But it has not yet been pushed to the APT repo 馃... okay still requires waiting...~
EDIT: It has been synced to the Stretch repo of archive.raspberrypi.org but not yet to the Buster repo.
EDIT2: 脛hm, now the deb files have been removed. In the middle of pulling suddenly the packages are not found, now also in browser not available anymore, but still listed in the packages file... What's going on there.... Looks like I have to wait a night until everything is solved...
Possibly related: https://github.com/MichaIng/DietPi/issues/2855
Actually the dtoverlay is a different one:
i-sabre-q2m vs i-sabre-k2mSo selecting i-sabre-k2m from dietpi-config like the initial PR intended it will not work. So either, if those are compatible, we need to only allow i-sabre-q2m selection, or internally rewrite it.
Jep the built-in overlay is compatible: https://github.com/MichaIng/DietPi/issues/2855#issuecomment-495954764
So we should offer this one only then and add to the menu text that this is for i-sabre-k2m as well.
Resolved with: https://github.com/MichaIng/DietPi/pull/2920