Joshua-Riek / ubuntu-rockchip

Ubuntu for Rockchip RK35XX Devices
https://joshua-riek.github.io/ubuntu-rockchip-download/
GNU General Public License v3.0
2.22k stars 238 forks source link

Bug Report: Blank Screen after Installation on Orange Pi 5 #992

Closed ferrellsl closed 1 month ago

ferrellsl commented 1 month ago

What happened?

I tried installing using both methods below:

xz -dc ubuntu-22.04-preinstalled-desktop-arm64-orange-pi5.img.xz | sudo dd of=/dev/nvme0n1 bs=4k

ubuntu@ubuntu:~$ sudo ubuntu-rockchip-install /dev/nvme0n1

I've also made sure to run the following: sudo u-boot-install-mtd

The system WILL boot from the SD card, but after performing the above, and performing a cold start, all I get is a blank screen and the red power light with no other activity whatsoever. Am I missing something?

Kernel version

5.10.0.1011-rockchip

SBC model

Orange Pi 5

What operating system are you seeing this problem on?

Ubuntu 22.04 LTS (Jammy Jellyfish)

Relevant logs

No relevant logs available.
Joshua-Riek commented 1 month ago

Update the system first. I cant find the issue number but there was a problem with the SPL in the bootloader.

ferrellsl commented 1 month ago

Never mind. I installed the image again and now all is working now. I guess something went wrong the first time around.