Skip to content

Instantly share code, notes, and snippets.

@stvhay
Last active February 23, 2023 18:05
Show Gist options
  • Save stvhay/04ea9f56ea505401316c3eee261597ad to your computer and use it in GitHub Desktop.
Save stvhay/04ea9f56ea505401316c3eee261597ad to your computer and use it in GitHub Desktop.
Indiedroid-nova Ubuntu Image Instructions to Activate Graphics

Indiedroid Nova Ubuntu Image

This image is a very minimal Ubuntu Jammy configuration that will probably require you to add software based on your needs. It should provide a good starting point for any use case needed.

https://static.st5ve.com/debian-image-builder/rk3588s-9tripod-linux-ubuntu-jammy-5.10.110-arm64-ext4-2023-02-23-1821.img.xz

Acknowledgements

First Boot

  • Login and password are: ubuntu/ubuntu
  • Run the menu-config program to setup networking, locales, etc.

Instructions to Acvtivate Graphics

sudo apt install software-properties-common
sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
sudo apt update
sudo apt dist-upgrade
sudo apt install mali-g610-firmware rockchip-multimedia-config
sudo reboot

A minimal desktop: Sway

You will likely need to add packages beyond this to get the software you want.

sudo apt install sway
sway

Install Full Gnome

sudo apt install gnome-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment