Hi,
thanks everybody for hard work for this box.
I have followed guide from this post by hzdm, and everything is working fine:
It ran for 30 days without problem, docker, virtual machines, compiling...
Updates are also working except for kernel.
So, today I decided to try to upgrade kernel manually, read here and there, but haven't found definitive answer how is done.
I have compiled new image using same procedure, put these packages to the box:
linux-dtb-current-media_24.2.0-trunk_arm64__6.1.78-S8b41-D6b4a-P4a63-C53e7Hfe66-HK01ba-Vc222-Babe2-R448a.deb
linux-image-current-media_24.2.0-trunk_arm64__6.1.78-S8b41-D6b4a-P4a63-C53e7Hfe66-HK01ba-Vc222-Babe2-R448a.deb
linux-u-boot-h96-max-v56-current_24.2.0-trunk_arm64__2017.09-Sc559-Pf377-H8c72-Va336-B11a8-R448a.deb
and did "sudo dpkg -i ..." in the order linux-dtb, linux-image, linux-u-boot.
As more experienced members probably already know, after reboot it wasn't started.
Since this is just the box for experimentation, I have just re-flashed it with new image and everything is working fine again.
So, my question is, how do you update kernel?
is linux-dtb and linux-image enough, or there is something else that should be done?
Thanks.