summaryrefslogtreecommitdiffstats
path: root/templates/machines/dra7xx-evm.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/dra7xx-evm.jinja2')
-rw-r--r--templates/machines/dra7xx-evm.jinja26
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2
new file mode 100644
index 0000000..3e16590
--- /dev/null
+++ b/templates/machines/dra7xx-evm.jinja2
@@ -0,0 +1,6 @@
+{%- extends 'boot/generic-uboot-tftp.jinja2' %}
+{%- set device_type = "ti-vayu-uboot" %}
+{%- set dtb = "zImage-dra7-evm-lcd-lg.dtb" %}
+{%- set kernel_image = "zImage" %}
+{%- set uboot_type = "bootz" %}
+{%- set nbdroot = "agl-demo-platform-" + yocto_machine + ".ext4.xz" %}