aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/tinker-board.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/tinker-board.conf')
-rw-r--r--conf/machine/tinker-board.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/tinker-board.conf b/conf/machine/tinker-board.conf
new file mode 100644
index 0000000..c8cac7b
--- /dev/null
+++ b/conf/machine/tinker-board.conf
@@ -0,0 +1,25 @@
+# Copyright (C) 2018 Trevor Woerner
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+#@TYPE: Machine
+#@NAME: Tinker RK3288
+#@DESCRIPTION: ASUS Tinker Board is a Raspberry Pi 3 Alternative based on Rockchip RK3288 Processor.
+
+require conf/machine/include/rk3288.inc
+
+KERNEL_DEVICETREE = "rk3288-tinker.dtb"
+UBOOT_MACHINE = "tinker-rk3288_defconfig"
+
+WKS_FILE = "tinker-board.wks"
+IMAGE_FSTYPES += "wic wic.bmap"
+
+WKS_FILE_DEPENDS ?= " \
+ mtools-native \
+ dosfstools-native \
+ virtual/bootloader \
+ virtual/kernel \
+ "
+IMAGE_BOOT_FILES ?= "\
+ ${KERNEL_IMAGETYPE} \
+ ${KERNEL_DEVICETREE} \
+ "