[Raspberry Pi] 树莓派安装Ubuntu MATE

从Ubuntu MATE官网下载好镜像压缩包 ubuntu-mate-16.04-desktop-armh.xz

按照官网的步骤,解压,复制到sd卡里
解压

unxz ubuntu-mate-16.04-desktop-armhf-raspberry-pi.img.xz

用 lsblk 命令查看sd卡是sd几,如sdb,sdc(The microSDHC may be presented on any/dev/sdXso use the command lsblk to check.)

lsblk

复制镜像到sd卡里

sudo ddrescue -D --force ubuntu-mate-16.04-desktop-armhf-raspberry-pi.img /dev/sdx

或者windows中用Win32DiskImager复制到sd卡里

参考:
树莓派官网: https://www.raspberrypi.org/
Ubuntu MATE官网: https://ubuntu-mate.org/raspberry-pi/

你可能感兴趣的:(Raspberry,Pi,Linux,ubuntu,raspberry,pi)