参考: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