summaryrefslogtreecommitdiff
path: root/clusters/jetson-upgrade.morph
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/jetson-upgrade.morph')
-rw-r--r--clusters/jetson-upgrade.morph17
1 files changed, 9 insertions, 8 deletions
diff --git a/clusters/jetson-upgrade.morph b/clusters/jetson-upgrade.morph
index a73507aa..93e0d443 100644
--- a/clusters/jetson-upgrade.morph
+++ b/clusters/jetson-upgrade.morph
@@ -3,15 +3,16 @@ kind: cluster
systems:
- morph: systems/devel-system-armv7lhf-jetson.morph
deploy-defaults:
+ BOOTLOADER_CONFIG_FORMAT: extlinux
+ BOOTLOADER_INSTALL: none
+ DTB_PATH: boot/tegra124-jetson-tk1.dtb
+ FSTAB_SRC: LABEL=src /src auto defaults,rw,noatime,nofail 0 2
+ KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1
+ nouveau.pstate=1
+ ROOT_DEVICE: /dev/mmcblk0p1
TROVE_HOST: TROVE_HOST
TROVE_ID: TROVE_ID
- 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
- FSTAB_SRC: LABEL=src /src auto defaults,rw,noatime,nofail 0 2
deploy:
self:
- type: ssh-rsync
- location: root@127.0.0.1
+ type: ssh-rsync
+ location: root@127.0.0.1