Orange Pi 5 - Install Ubuntu
1 min
Orange Pi 5 - Install Ubuntu #
This article describes how to install Ubuntu 24.04 LTS on an Orange Pi 5 using the Ubuntu Rockchip project . This install will be on the nvme disk placed on the board.
Start Orange Pi 5 with SD card #
- Download the Ubuntu server version 24.04 from https://joshua-riek.github.io/ubuntu-rockchip-download/boards/orangepi-5.html
- Flash Image to SD Card (via Balena Etcher )
- Install SD Card into the Orange Pi 5
- Login to the Orange Pi 5 Login Information . Change the default password!
- Run
sudo apt update && sudo apt upgrade
Copy the currently running system to NVME #
- Install U-boot to the SPI Flash (on a brand new Orange Pi 5)
sudo u-boot-install-mtd
- Get the correct nvme disk name with
lsblk
- Copy the currently running system to NVME
sudo ubuntu-rockchip-install /dev/nvme0n1
- If finished, shutdown the Orange Pi 5
- Remove the SD Card
Check install #
- Start the Orange Pi 5
- The Orange Pi 5 will be starting the installed Ubuntu
- Log in with the credentials set in the previous boot