admin管理员组

文章数量:1531750

简要描述

  • 本文主要是参考:https://docs.armbian/Developer-Guide_Build-Preparation/ 搭建armbian编译开发环境。

如何操作

通过如下指令进行编译:

  1. apt-get -y -qq install git
  2. git clone --depth 1 https://github/armbian/build
  3. cd build
  4. ./compile.sh
  • 本人选中的是rk3399.

镜像输出

最终最关心的是:uboot kernel rootfs的生成路径;

它们分别在:
cache/source/u-boot-rockchip64
cache/source/linux-rockchip64
cache/rootfs/xenial-ng-arm64.7a15eae3d41fd4ed420cf6149682c396.tar.lz4

本文标签: 镜像LearningArmbiansteps