learning armbian steps(2) ----- armbian 镜像编译

参考:https://docs.armbian.com/Developer-Guide_Build-Preparation/

通过如下指令进行编译:

 

apt-get -y -qq install git
git clone --depth 1 https://github.com/armbian/build
cd build
./compile.sh

本人选中的是rk3399.

 

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

它们分别在:

cache/source/u-boot-rockchip64

cache/source/linux-rockchip64 

cache/rootfs/xenial-ng-arm64.7a15eae3d41fd4ed420cf6149682c396.tar.lz4

 

 


posted @ 2018-12-27 16:51  嵌入式实操  阅读(1336)  评论(0编辑  收藏  举报