Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For this setup we will be using the 64-bit version of Ubuntu Server 18.04.2 3 LTS specifically for the Raspberry Pi 3B+.

Download the image file for Ubuntu Server from http://cdimage.ubuntu.com/releases/18.04.23/release/ubuntu-18.04.23-preinstalled-server-arm64+raspi3.img.xz, then insert your microSD card into your computer so that you can flash the disk image onto it. If you are running Ubuntu or any other Linux distro, you can flash the image using this command:

xzcat ubuntu-18.04.23-preinstalled-server-arm64+raspi3.img.xz | sudo dd bs=32M of=/dev/mmcblk0 iflag=fullblock oflag=direct status=progress; sync

...