Hi all!
I've recently spent some time to rebuild the kernels for a handful of BQ devices; while my initial goal was to just enable the FM radio on them, I made an unhappy discovery along the way: just building the kernel sources that we have in github does not produce the same kernel that we are currently running in our devices — a few options are different.
So, I spent some time finding what the differences are, and tried to change the kernel configurations so that they would match what we are currently running (and yes, in the process I also enabled the FM radio on them ). Now it's time to give them a week or two of testing, and then we can decide whether to push these kernels to all users.
Call for testing
Please download the kernel for your device:
- BQ E4.5: install the kernel from this release.
- BQ E5: install the kernel from this release.
- BQ M10 HD: install the kernel from this build.
- BQ M10 FHD: I don't have this device, please attach the file
/proc/config.gz
to this thread and I'll make a build for it.
Then, reboot your device to the fastboot mode (POWER + VOL UP, then select "Reboot to bootloader") and run
# Adjust the path as needed
fastboot flash boot /path/to/the/downloaded/boot.img && fastboot reboot
It does not matter what channel you are running on your device.
What to pay attention to
Ideally, you should see no changes. If you observe a degradation of the power consumption, or if something stops working, please report it here.
Why test this?
Because this is the first step we need to take in order to hope to move these devices to 20.04; I'm not saying that if these kernels work we are all happy and ready to go, but this is a prerequisite. So, please, if you have one of these devices, give it a try, and report back (maybe after a week or two).
Thanks in advance