From 0056d99aa0b88c9f9eb877096cda6bbc2c954184 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 15 Oct 2015 16:24:20 +0000 Subject: Add GENIVI Demo Platform support (strata/systems/cluster) Signed-off-by: Jonathan Maw Signed-off-by: James Thomas Change-Id: I1d8b72d19ffafcccdea0436ee7f5283acbc6f535 --- clusters/gdp-jetson-upgrade.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 clusters/gdp-jetson-upgrade.morph (limited to 'clusters') diff --git a/clusters/gdp-jetson-upgrade.morph b/clusters/gdp-jetson-upgrade.morph new file mode 100644 index 00000000..2147454a --- /dev/null +++ b/clusters/gdp-jetson-upgrade.morph @@ -0,0 +1,16 @@ +name: gdp-jetson-upgrade +kind: cluster +systems: +- morph: systems/genivi-demo-platform-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: extensions/ssh-rsync + location: root@127.0.0.1 -- cgit v1.2.1