kubesail / pibox-os

📦💻 The Official PiBox Operating System
https://pibox.io
54 stars 19 forks source link

installing display on ubuntu LTS 22.04.2 #18

Open sgonauer opened 1 year ago

sgonauer commented 1 year ago

Hi,

Just made the whole thing work so far. A few thing are not correct in the documentation : So let's write how I made it to help others 1- device tree overlay and firmware configuration are in /boot/firmware (and not at the the root of /boot) This impacts dtb overlay installation as well as configuration file edition 2- The default ubuntu installation lacks raspberry pi fonts They can be found here https://archive.raspberrypi.org/debian/pool/ui/f/fonts-piboto/ so wget https://archive.raspberrypi.org/debian/pool/ui/f/fonts-piboto/fonts-piboto_1.2_all.deb then sudo dpkg -i https://archive.raspberrypi.org/debian/pool/ui/f/fonts-piboto/fonts-piboto_1.2_all.deb

makes your program work instead of panicking.

Best regards, Stéphane