树莓派Pi4b 8G版本安装centos7

Posted linxwen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派Pi4b 8G版本安装centos7相关的知识,希望对你有一定的参考价值。

Pi4b 8G版本安装centos7

一、准备工作

首先准备好内存卡,网线,读卡器,树莓派pi4b 8g机器一台

下载好SDformatter,Win32DiskImager软件

二、做完准备工作后,至​​​​​​​https://mirrors.huaweicloud.com/centos-altarch/7.9.2009/isos/armhfp/​​​下载CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2009-sda.raw.xz镜像

解压后得到一个CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2009-sda.raw文件夹,

进入后可以看到CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2009-sda.raw文件

三、安装

打开SDformatter软件

格式化tf卡

完成后打开Win32DiskImager

写入完成后把tf卡插入树莓派通电,并提前插好网线,进入路由器查看树莓派的IP地址

使用打开终端使用ssh命令链接例如:ssh root@192.168.31.243


开机进入后输入root,密码centos

进入系统

这时候我们先把将可用分区扩展到整个SD卡例如我的是64G卡

先使用df -f命令查看一下你自己的分区


在使用/usr/bin/rootfs-expand指令

df -h查看


三、软件安装

因为是最小安装所以很多软件都需要自己yum一下

先来安装vim

使用指令yum install vim

开始安装遇到提示都是输入y确定



之后是换源

先使用

yum clean all

sudo rm -rf /var/cache/yum

rm -rf /etc/yum.repos.d/*

清除原来的库

建立新库

​vim /etc/yum.repos.d/CentOS-Base.repo

把下列内容复制到打开的窗口内

​# CentOS-Base.repo

#

# The mirror system uses the connecting IP address of the client and the

# update status of each mirror to pick mirrors that are updated to and

# geographically close to the client.  You should use this for CentOS updates

# unless you are manually picking other mirrors.

#

# If the mirrorlist= does not work for you, as a fall back you can try the

# remarked out baseurl= line instead.

#

#

 

[base]

name=CentOS-$releasever - Base

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os

baseurl=http://mirrors.ustc.edu.cn/centos-altarch/$releasever/os/$basearch/

gpgcheck=1

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

      file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32

 

#released updates

[updates]

name=CentOS-$releasever - Updates

# mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates

baseurl=http://mirrors.ustc.edu.cn/centos-altarch/$releasever/updates/$basearch/

gpgcheck=1

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

      file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32

 

#additional packages that may be useful

[extras]

name=CentOS-$releasever - Extras

# mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras

baseurl=http://mirrors.ustc.edu.cn/centos-altarch/$releasever/extras/$basearch/

gpgcheck=1

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

      file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32

 

#additional packages that extend functionality of existing packages

[centosplus]

name=CentOS-$releasever - Plus

# mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus

baseurl=http://mirrors.ustc.edu.cn/centos-altarch/$releasever/centosplus/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

      file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-AltArch-Arm32

建立缓存

yum makecache


安装wget

使用指令

 yum install wget -y

安装gcc、

使用指令

yum install gcc -y


其他软件也是类似的安装

以上是关于树莓派Pi4b 8G版本安装centos7的主要内容,如果未能解决你的问题,请参考以下文章

树莓派4B+ Centos7 部署k3s集群工具

树莓派4B-4G版本安装centos7.9加阿里云yum源并安装宝塔面板

Docker 开篇 1 | 树莓派中搭建Docker

树莓派安装docker,并在PC端监控,启动swarm集群

2019-12-11树莓派无法正常安装依赖怎么办

树莓派的详细使用,附带完整图片教程(系统安装远程访问初始设置软件下载与使用)