Unable to boot Rock Pi S from eMMC since last update (9.13)

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version: 9.13
  • Distro version: bookworm
  • Kernel version: last one !?
  • Architecture: arm64
  • SBC model: ROCK Pi S (aarch64)
  • Power supply used: PoE
  • SD card used: onboard eMMC

Steps to reproduce

  1. install previous version of dietpi on eMMC
  2. upgrade

Expected behaviour

  • system boots and is accessible

Actual behaviour

  • system doesn’t seem to boot
  • I can’t access with SSH
  • I can’t ping
  • nmap says no port opened

After booting on new SD card (with last dietpi version) and mounting eMMC I found the kernel version:
Image → vmlinuz-6.14.8-edge-rockchip64

The edge kernel :thinking:. Maybe better stay with current, which is better tested and stays always on last LTS (currently 6.12):

apt download linux-[image,dtb}-current-rockchip64
dpkg --root=/path/to/emmc/mount -i linux-[image,dtb}-current-rockchip64.deb
1 Like

I don’t remember to have installed this edge kernel… However, your solution worked fine.
Thank you @MichaIng :kissing_face_with_closed_eyes: