Replies: 1 comment 4 replies
-
You did not compile the kernel correctly.. I use upstream Ubuntu packaging.. Or look at the source code to compile the kernel..
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I could successfully flash the image with custom built linux (#844).
As it is quite time consuming to generate new image, which also get rid of entire content of the SD-CARD, I would like to understand if it is possible to just update the kernel image through dpkg after booting up the rk3588 like below command.
$ dpkg -i linux-image-6.1.43-rockchip_6.1.43-rockchip-1_arm64.deb
The dpkg was successfully installed, but the orangepi doesn't boot up after that. Do I need get rid of previously installed image before dpkg new kernel image? Or what additional operations are necessary?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions