• 树莓派安装centos

    镜像下载:
    wget http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1611-RaspberryPi3.img.xz
    解压后得到一个 img文件

    然后利用写img的工具拷入到sd卡(sd卡提前装入读卡器)
    http://pan.baidu.com/s/1b5Moc2 密码:rzo6

    直接写入后插上即可,但root目录只有2G,其余空间需要另外增加

    [root@centos-rpi3 ~]# cat /etc/redhat-release
    CentOS Linux release 7.3.1611 (Core) +

    [root@centos-rpi3 ~]# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/root 2.0G 1.2G 649M 65% /
    devtmpfs 459M 0 459M 0% /dev
    tmpfs 463M 0 463M 0% /dev/shm
    tmpfs 463M 12M 451M 3% /run
    tmpfs 463M 0 463M 0% /sys/fs/cgroup
    /dev/mmcblk0p4 12G 702M 9.9G 7% /data
    /dev/mmcblk0p1 500M 43M 457M 9% /boot
    tmpfs 93M 0 93M 0% /run/user/0
    [root@centos-rpi3 ~]#

发表评论

邮箱地址不会被公开。 必填项已用*标注