Add pi3_domo

TG-5 #closed.
This commit is contained in:
jbnadal
2017-03-29 10:38:02 +02:00
parent 42c92a6bcb
commit 35d06fac40
21 changed files with 8755 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#
# Entry point for the project.
# Define the target.
export BR_PROJECT:=$(shell pwd)
export BR_PROJECT_NAME:=pi_domo
export BR_BOARD:=$(shell pwd)/../../bsp/board/domo/
include $(BR_BOARD)/main.mk
install:
cp $(BR_STAGING)/buildroot/images/zImage /tftpboot/
cp $(BR_STAGING)/buildroot/images/pi_Domo.dtb /tftpboot/
cp $(BR_STAGING)/buildroot/images/rootfs.cpio.uboot /tftpboot/