-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up-to-date kernel sources #103
Comments
Hmm got a specific example? |
The Glo HD will fail to run newer firmwares if a self-built kernel from the original sources is flashed in the MMC. |
Hmm can you show me the uname -a on your kernel? |
I can't right right now, but when upgrading to the latest firmware, it bumps from the 2015 one to a 2016 compiled one. |
Thanks for the update @gtalusan . |
|
Sure? Upgrading from 3.14 to 4.26 definitely bumps the build date from 2015 to 2016. Maybe they didn't upgrade the kernel, but changed something in the menuconfig/.config. |
Oh, I didn't check that far back. |
I'm pretty sure I can vouch for the Forma kernel being outdated, FWIW. (Meaning I remember both the build date and the revision having changed. Knowing whether those changes are meaningful is kind of the point of the whole thing ;).). uname:
EDIT: Nope, localversion appears up-to-date for the H2O ;). Can't find one for the Forma to double-check. This is a completely non-exhaustive list (as in, those are the only devices I have access to ^^). |
Thanks for the new updates for the Forma and Nia @gtalusan!
/proc/version:
|
Ditto ;). But looking at the dates and the Aura diff makes me think that the H2O may very well not be completely up to date after all ^^.
|
My Kobo Clara HD is running firmware 4.26.16704 which provides However, the Clara kernel sources in this repo were added Sep 11, 2018. Can you update the Clara kernel sources, please? |
It seems the latest Clara kernel source package may have spent some time unpacked on a case-insensitive filesystem; the kernel sometimes has two different files whose names differ only in case, such as This makes it impossible to actually build the kernel (or, more importantly, prepare the linux headers for something that needs to build against a kernel interface). Can you please look into this? |
Hello again, wanted to compile a kernel for my Libra today but it seems that the sources are behind the build date (Sep 17, 2019 vs. Apr 6, 2020). An update would be appreciated, thanks!
|
Hello, My Libra 2 is a revision F according to
However, I cannot find any occurences of |
@donaldwongrakuten any news about this ? Thanks a lot |
Hi,
So it's very nice to have the kernel sources for the factory firmwares that came with the devices, but sometimes it's silently updated and re-built with a newer version, or a change in the config file. Some devices with the current firmware will break if a self-built kernel from the official sources is flashed to the MMC.
So my request is: could you, please, bring up the (current) sources for each device in the hw/ folder (along with the original ones), so that we'd have access to the latest changes or additions for each kernel version?
Thanks.
The text was updated successfully, but these errors were encountered: