[yocto] [meta-rockchip] conf: machine: Add support for vyasa-rk3288

Shyam Saini shyam.saini at amarulasolutions.com
Wed Sep 12 07:10:04 PDT 2018


This patch adds initial support for the Amarula Vyasa Board.
With this patch, we would have working images for vyasa,
single gpt and wic image support would be added later on.

Signed-off-by: Shyam Saini <shyam.saini at amarulasolutions.com>
---
 conf/machine/vyasa-rk3288.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 conf/machine/vyasa-rk3288.conf

diff --git a/conf/machine/vyasa-rk3288.conf b/conf/machine/vyasa-rk3288.conf
new file mode 100644
index 000000000000..9c634325451e
--- /dev/null
+++ b/conf/machine/vyasa-rk3288.conf
@@ -0,0 +1,14 @@
+# Copyright (C) 2018 Amarula Solutions
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+#@TYPE: Machine
+#@NAME: Amarula Vyasa RK3288
+#@DESCRIPTION: Amarula Vyasa is Rockchip RK3288 SOC based Single board computer with fully supported opensource software.
+
+require conf/machine/include/rk3288.inc
+
+KERNEL_IMAGETYPE = "uImage"
+KERNEL_DEVICETREE = "rk3288-vyasa.dtb"
+KERNEL_EXTRA_ARGS +="LOADADDR=0x02000000"
+
+UBOOT_MACHINE = "vyasa-rk3288_defconfig"
-- 
2.11.0



More information about the yocto mailing list