树莓派4B安装centos7.7
华为镜像站:
https://mirrors.huaweicloud.com/centos-altarch/7.7.1908/isos/armhfp/
图中的就是树莓派4B的系统
镜像下载地址:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-1908-sda.raw.xz
https://mirrors.huaweicloud.com/centos-altarch/7.7.1908/isos/armhfp/CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-1908-sda.raw.xz
下载好系统以后需要利用解压软件接到当前目录下.不解压的情况下没法直接烧录的内存卡中
windows下载利用Win32DiskImager把系统烧录到内存卡中
先来选择系统存放的位置
这里要选择你系统存放的位置,还有把修改掉
改之前
改之后
选择好以后再点击打开即可,
然后点击写入就可以了!!!
这里选择yes就可以了!!!
这样就写入成功了,
接下来把内存卡插到树莓派就可以了!!!!
树莓派centos7.7epel源
vim /etc/yum.repos.d/epel.repo [epel] name=Epel rebuild for armhfp baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/ enabled=1 gpgcheck=0