ChasTechProjects / Ubuntu-ARM64-RPi

Ubuntu 18.04 images for the Raspberry Pi 3 built upon the standard Ubuntu ARM64 base.
21 stars 1 forks source link

Ubuntu-ARM64-RPi

Ubuntu 18.04 desktop images for the Raspberry Pi 3 built upon the standard Ubuntu ARM64 base.

These are Ubuntu 18.04 desktop images for the Raspberry Pi 3 built upon the standard Ubuntu ARM64 base.

They use the linux-raspi2 kernel instead of Raspbian's kernel.

The following images are currently available:

The following images will also be available at some point:

Unfortunately, a Lubuntu 18.04 image cannot be built at the moment since lubuntu-desktop is not available for bionic arm64 at the moment. But a Lubuntu 18.10 image is planned (lubuntu-desktop is available in cosmic arm64).

Default username is ubuntu, default password is ubuntu. It is recommended to change your username and password. To change your password, simply run 'sudo passwd' in the terminal. You can change your username, but cannot do so while you're logged in as that user. So you'll have to change the root account password, reboot your system, login as the root user, and change your username from there. To do this, follow Valentin Uvega's instructions from this AskUbuntu discussion.

The built-in wireless support, as well as sound (snd_bcm2835) works.

Known Issues

Q&A

My Pi hangs at the rainbow screen.

If your Pi hangs at the rainbow screen when booting one of these images, it means one of the following:

Why aren't standard Ubuntu (GNOME 3) and Ubuntu Unity on the list of Ubuntu flavours to be ported to the Pi?

GNOME 3 and Unity are very resource heavy desktop environments and would be unusable on 1GB RAM. These desktop environments also require 3D compositing, something the linux-raspi2 kernel does not provide.

Why does only one image get uploaded at a time?

Uploading files (especially ones larger than 1GB) to GitHub takes a long time. If I were to upload two images at the same time to GitHub, it would slow down the overall upload speed. To speed up the upload time, I compress the images using the 7z archive format.

Is the project dead?

No, the project is not dead. I simply can't create any images at the moment because of an issue with the keyboard-configuration package required to create a minimal Ubuntu installation using debootstrap. I've reported the issue on Launchpad and hope it will be fixed soon.