-
Notifications
You must be signed in to change notification settings - Fork 10
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
kernel >5.4 #5
Comments
The kernel is stored at /dev/mtdblock1. This partition is 5Mb. I believe it is possible to squeeze 5.4 kernel into that. It would take trials_and_errors approach with "2.Kernel/kernel.config" to compile the needed kernel till it fits into that partition and the system books fine without Kernel Panic error. |
reading https://forum.doozan.com/read.php?2,99079 , lot of pain :) |
Hi, Is it possible to update the kernel into 5.11.5 though a SSH connexion with your howto with only these 2 tasks ? UsageUpdate Kernel if you have access to shellwget https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uImage (--no-check-certificate in case of error?) Update ramdisk if you have access to shellwget https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uInitrd Thanks |
Hi
Why isn't it possible to update to a kernel > 5.4 ?
is it hardware limitation ?
i'm running 4.14.4 and would like to use native exfat support instead of fuse exfat but it requires to be >5.4 kernel.
thks
The text was updated successfully, but these errors were encountered: