summaryrefslogtreecommitdiff
path: root/clusters/gdp-jetson-upgrade.morph
blob: 2147454ae221acb2e68f8d0469fac5f3074416cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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