summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-23 17:34:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-02 10:18:20 +0000
commit211fc74923a90002e7df404fc9d914870a309276 (patch)
tree8934a3a4d77c2e1f093f0f4d8f986a8ad1e73cc5
parentee7fcd2983476765ce39bcba4b053db990e723b3 (diff)
downloadinfrastructure-211fc74923a90002e7df404fc9d914870a309276.tar.gz
Add cluster morph for Jetson Mason
-rw-r--r--jetson-mason.morph20
1 files changed, 20 insertions, 0 deletions
diff --git a/jetson-mason.morph b/jetson-mason.morph
new file mode 100644
index 00000000..bb1e49d5
--- /dev/null
+++ b/jetson-mason.morph
@@ -0,0 +1,20 @@
+name: jetson-mason
+kind: cluster
+description: |
+ A Mason system on NVIDIA Jetson.
+systems:
+- morph: systems/build-system-armv7lhf-jetson.morph
+ deploy:
+ jetson-mason:
+ type: ssh-rsync
+ location: root@localhost
+ ROOT_DEVICE: "/dev/mmcblk0p1"
+ DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
+ BOOTLOADER_CONFIG_FORMAT: "extlinux"
+ BOOTLOADER_INSTALL: "none"
+ KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1 nouveau.pstate=1
+
+ DISTBUILD_GENERIC: true
+ INSTALL_FILES: distbuild/manifest
+ MASON_GENERIC: true
+ HOSTNAME: sam-jetson-mason