项目作者: ruisebastiao

项目描述 :
NanoPC-T4 buildroot external tree
高级语言: Shell
项目地址: git://github.com/ruisebastiao/nanopc-t4-buildroot.git
创建时间: 2019-08-31T23:19:07Z
项目社区:https://github.com/ruisebastiao/nanopc-t4-buildroot

开源协议:

下载


NanoPC T4 (rockchip rk3399) buildroot external tree

Initial setup

Clone buildroot:

  1. mkdir nanopct4
  2. cd nanopct4
  3. git clone https://github.com/buildroot/buildroot.git
  4. git clone https://github.com/ruisebastiao/nanopc-t4-buildroot.git

Install dependencies :

  1. sudo apt-get install -y build-essential gcc g++ autoconf automake libtool bison flex gettext
  2. sudo apt-get install -y patch texinfo wget git gawk curl lzma bc quilt

Make

  1. mkdir output
  2. cd output
  3. make -C "../buildroot" O="$(pwd)" BR2_EXTERNAL="$(pwd)"/../nanopc-t4-buildroot/ nanopc-t4_defconfig

Output

  1. images/sd-fuse-rk3399/buildroot -> all images for use with upgrade_tool
  2. images/sd-fuse-rk3399/out -> images to flash in sdcard: rk3399-eflasher-* for flashing emmc / rk3399-sd-buildroot-* for boot from sdcard