树莓派安装centos7

macos磁盘管理

  1. SD Memory Card Formatter
  2. etcher:Flash OS images to SD cards & USB drives, safely and easily
安装

--

  1. 格式化
image
  1. 下载镜像:http://mirror.centos.org/altarch/7/isos/armhfp/

  2. 写入镜像


    image
配置

--

将SD卡扩展至实际容量
rootfs-expand

--

更新系统
yum update -y

--

WIFI

nmcli  d

nmcli  d  wifi  #查看周围的wifi
 
nmcli d wifi connect yourSSID password 'yourpassword'  #连接wifi  
 
nmcli d  show wlan0  #查看wlan0的状态

你可能感兴趣的:(树莓派安装centos7)