Skip to content
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

Open
nlienard opened this issue Mar 1, 2021 · 3 comments
Open

kernel >5.4 #5

nlienard opened this issue Mar 1, 2021 · 3 comments

Comments

@nlienard
Copy link

nlienard commented Mar 1, 2021

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.

root@NAS:~# uname -a
Linux NAS 4.14.4 #19 SMP Fri Dec 22 02:06:12 +05 2017 armv7l GNU/Linux

thks

@vzhilov
Copy link
Owner

vzhilov commented Mar 7, 2021

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.

@nlienard
Copy link
Author

nlienard commented Mar 7, 2021

reading https://forum.doozan.com/read.php?2,99079 , lot of pain :)

@nlienard
Copy link
Author

nlienard commented Apr 4, 2022

Hi,
I just updated my WD Ex2 Ultra into Debian 11 but still kernel 4.14.4.

Is it possible to update the kernel into 5.11.5 though a SSH connexion with your howto with only these 2 tasks ?

Usage

Update Kernel if you have access to shell

wget https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uImage (--no-check-certificate in case of error?)
dd if=/dev/zero of=/dev/mtdblock1
dd if=uImage of=/dev/mtdblock1

Update ramdisk if you have access to shell

wget https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uInitrd
dd if=/dev/zero of=/dev/mtdblock2
dd if=uInitrd of=/dev/mtdblock2

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants