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

 

 


 
                    
            
                

相关文章:

  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-11-16
  • 2022-01-08
  • 2021-12-04
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案