美文网首页
armbian定制教程

armbian定制教程

作者: QUSIR | 来源:发表于2017-08-10 14:16 被阅读418次

    时间201702141045

    官方网站

    https://www.armbian.com/

    可以下载相应板子对应的镜像

    view

    下载源码,定制系统生成相对应镜像

    mkdir armbian
    apt-get -y install git
    git clone https://github.com/igorpecovnik/lib --depth 1
    cp lib/compile.sh .
    

    开启代理,不然会生成失败,需要下载相应文件,服务器在国外会比较慢,或是被墙住了

    生成指令
    ./compile.sh KERNEL_CONFIGURE=yes
    

    生成过程中选择相对应板子选项,然后再output/image/目录下生成相对应文件,然后将该文件烧入SD卡内。

    官方文档

    https://docs.armbian.com/

    相关文章

      网友评论

          本文标题:armbian定制教程

          本文链接:https://www.haomeiwen.com/subject/hlshrxtx.html