summaryrefslogtreecommitdiff
path: root/clusters/ci.morph
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/ci.morph')
-rw-r--r--clusters/ci.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/clusters/ci.morph b/clusters/ci.morph
index e1bc3887..dd146eae 100644
--- a/clusters/ci.morph
+++ b/clusters/ci.morph
@@ -24,7 +24,8 @@ systems:
type: rawdisk
location: build-system-armv7lhf-jetson.img
DISK_SIZE: 2G
- ROOT_DEVICE: "/dev/mmcblk0p1"
+ BOOT_DEVICE: "/dev/mmcblk0p1"
+ ROOT_DEVICE: "/dev/mmcblk0p2"
DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
BOOTLOADER_CONFIG_FORMAT: "extlinux"
BOOTLOADER_INSTALL: "none"
@@ -42,7 +43,8 @@ systems:
type: rawdisk
location: weston-system-armv7lhf-jetson.img
DISK_SIZE: 4G
- ROOT_DEVICE: "/dev/mmcblk0p1"
+ BOOT_DEVICE: "/dev/mmcblk0p1"
+ ROOT_DEVICE: "/dev/mmcblk0p2"
DTB_PATH: "boot/tegra124-jetson-tk1.dtb"
BOOTLOADER_CONFIG_FORMAT: "extlinux"
BOOTLOADER_INSTALL: "none"