summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-11-27 15:24:04 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-11-27 15:24:04 +0000
commitb6e5d86e13e38ee68b72b559e31c36eb3f4fc728 (patch)
treed828a546b732d7df5e0aa457556f043e1310a1b4
parentcba9595cee7d6746e356f22d58651de5cdff4c5c (diff)
downloaddefinitions-b6e5d86e13e38ee68b72b559e31c36eb3f4fc728.tar.gz
Add a jetson-deploy with the new BOOT_DEVICE
-rw-r--r--clusters/jetson-deploy.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/clusters/jetson-deploy.morph b/clusters/jetson-deploy.morph
new file mode 100644
index 00000000..387c9df5
--- /dev/null
+++ b/clusters/jetson-deploy.morph
@@ -0,0 +1,17 @@
+name: jetson-deploy
+kind: cluster
+systems:
+- morph: systems/devel-system-armv7lhf-jetson.morph
+ deploy-defaults:
+ BOOT_DEVICE: "/dev/mmcblk0p1"
+ ROOT_DEVICE: "/dev/mmcblk0p2"
+ 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
+ FSTAB_SRC: LABEL=src /src auto defaults,rw,noatime,nofail 0 2
+ deploy:
+ self:
+ type: rawdisk
+ localtion: /src/devel-system-armv7lhf-jetson.img
+ DISK_SIZE: 3G