Add new Skeleton.

This commit is contained in:
2016-11-16 22:04:31 +01:00
parent 05de7d6c04
commit 317c040ea8
46 changed files with 16694 additions and 0 deletions

14
projects/pi_domo/Makefile Normal file
View File

@@ -0,0 +1,14 @@
#
# Entry point for the project.
# Define the target.
export AW_PROJECT:=$(shell pwd)
export AW_PROJECT_NAME:=pi_domo
export AW_BOARD:=$(shell pwd)/../../bsp/board/raspberrypi/
include $(AW_BOARD)/main.mk
install:
cp $(AW_STAGING)/buildroot/images/zImage /tftpboot/
cp $(AW_STAGING)/buildroot/images/rootfs.cpio.uboot /tftpboot/