Jump to content

illwieckz

Members
  • Posts

    5
  • Joined

  • Last visited

  1. Hmm, it looks like I fixed it. I did that on the `/boot` partition: $ ln -sf uInitrd-5.10.110-rockchip-rk3588 uInitrd $ ln -sf vmlinuz-5.10.110-rockchip-rk3588 Image Then I could boot again on the old kernel. It looks like I simply missed the `linux-dtb-current-rockchip-rk3588` package, so I installed it: $ apt-get install linux-dtb-current-rockchip-rk3588 Then I reinstalled the kernel so the post-install scripts redo the symbolic links for me (I didn't use `apt-get install --reinstall` because the `/boot` partition is too small for doing that): $ apt-get remove linux-image-current-rockchip-rk3588 $ apt-get install linux-image-current-rockchip-rk3588 And it worked, before: $ uname -a Linux orangepi5 5.10.110-rockchip-rk3588 #trunk.0112 SMP Sat Dec 31 16:41:56 UTC 2022 aarch64 GNU/Linux after: $ uname -a Linux orangepi5 6.10.6-current-rockchip-rk3588 #1 SMP PREEMPT Mon Aug 19 04:05:40 UTC 2024 aarch64 GNU/Linux Why do the `linux-dtb-current-rockchip-rk3588` package isn't a hard-dependency of `linux-image-current-rockchip-rk3588`? That looks to be a packaging bug to me.
  2. Here is the content of the `/boot` partition: $ ls -l total 158544 -rw-r--r-- 1 root root 213 janv. 15 2023 armbianEnv.txt -rw-r--r-- 1 root root 1536 déc. 31 2022 armbian_first_run.txt.template -rw-r--r-- 1 root root 38518 déc. 31 2022 boot.bmp -rw-r--r-- 1 root root 3180 déc. 31 2022 boot.cmd -rw-rw-r-- 1 root root 3252 déc. 31 2022 boot.scr -rw-r--r-- 1 root root 215174 déc. 31 2022 config-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 265837 août 21 17:29 config-6.10.6-current-rockchip-rk3588 lrwxrwxrwx 1 root root 28 déc. 31 2022 dtb -> dtb-5.10.110-rockchip-rk3588 drwxr-xr-x 3 root root 4096 déc. 31 2022 dtb-5.10.110-rockchip-rk3588 lrwxrwxrwx 1 root root 38 sept. 22 09:08 Image -> vmlinuz-6.10.6-current-rockchip-rk3588 -rw-r--r-- 1 root root 13690595 sept. 22 08:57 initrd.img-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 27254874 sept. 22 09:08 initrd.img-6.10.6-current-rockchip-rk3588 drwx------ 2 root root 16384 déc. 31 2022 lost+found -rw-r--r-- 1 root root 7802212 déc. 31 2022 System.map-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 5432136 août 21 17:29 System.map-6.10.6-current-rockchip-rk3588 lrwxrwxrwx 1 root root 38 sept. 22 09:08 uInitrd -> uInitrd-6.10.6-current-rockchip-rk3588 -rw-r--r-- 1 root root 13690659 sept. 22 08:57 uInitrd-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 27254938 sept. 22 09:08 uInitrd-6.10.6-current-rockchip-rk3588 -rw-r--r-- 1 root root 33692160 déc. 31 2022 vmlinuz-5.10.110-rockchip-rk3588 -rw-r--r-- 1 root root 32948736 août 21 17:29 vmlinuz-6.10.6-current-rockchip-rk3588
  3. Hi! My Orange Pi 5 (no Pro, no Plus, no B…) was running Armbian, the Debian Bullseye flavour. It was running Linux `5.10.110-rockchip-rk3588`, then I installed the `linux-image-current-rockchip-rk3588` metapackage, which pulled and installed Linux `6.10.6-current-rockchip-rk3588`. Right after having installed such kernel, I tried to reboot the device, but the device never rebooted: it's just stuck at startup, nothings is displayed on screen and the device is not available on the network (doesn't do any DHCP request at all). I fully unplugged anything from the board, including removing and re-inserting the microSD card. The device now refuses to boot since I upgraded that kernel. Armbian is installed on a microSD card so I can modify either the `/boot` or `/root` partition if needed. When I mount the `/boot` partition on another computer, I can see that the new kernel is indeed there, right next to the old one. What can I do to fix the system to be booting again? Thanks in advance.
  4. Great! Is there anything to do outside of the apt-get dance, a specific package to install or command to run? Or should I reflash the SD card with a newer image?
  5. On my end with `Armbian_23.02.0-trunk.0112_Orangepi5_bullseye_legacy_5.10.110.img` image I don't get working vertical USB port, either if plugged in before startup, either if after. For reference this vertical USB port works when using the Orange Pi's provided `Orangepi5_1.0.6_debian_bullseye_desktop_xfce_linux5.10.110.img` image.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines