summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clusters/jetson-upgrade.morph18
-rw-r--r--strata/bsp-jetson-devel.morph4
-rw-r--r--strata/bsp-jetson-devel/linux-jetson-tk1.morph (renamed from strata/bsp-jetson-devel/linux.morph)2
3 files changed, 21 insertions, 3 deletions
diff --git a/clusters/jetson-upgrade.morph b/clusters/jetson-upgrade.morph
new file mode 100644
index 00000000..e378cca5
--- /dev/null
+++ b/clusters/jetson-upgrade.morph
@@ -0,0 +1,18 @@
+name: jetson-upgrade
+kind: cluster
+systems:
+- morph: devel-system-armv7lhf-jetson
+ deploy-defaults:
+ TROVE_HOST: TROVE_HOST
+ TROVE_ID: TROVE_ID
+ ROOT_DEVICE: "/dev/mmcblk0p1"
+ DTB_PATH: "boot/tegra124-pm375.dtb"
+ BOOTLOADER_CONFIG_FORMAT: "extlinux"
+ BOOTLOADER_INSTALL: "none"
+ KERNEL_ARGS: console=ttyS0,115200n8 no_console_suspend=1 lp0_vec=2064@0xf46ff000 video=tegrafb mem=1862M@2048M memtype=255 ddr_die=2048M@2048M section=256M pmuboard=0x0177:0x0000:0x02:0x43:0x00 vpr=151M@3945M tsec=32M@3913M otf_key=c75e5bb91eb3bd94560357b64422f85 usbcore.old_scheme_first=1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal usb_port_owner_info=0 fbcon=map:1 commchip_id=0 usb_port_owner_info=0 lane_owner_info=6 emc_max_dvfs=0 touch_id=0@0 tegra_fbmem=32899072@0xad012000 board_info=0x0177:0x0000:0x02:0x43:0x00 tegraboot=sdmmc gpt
+ FSTAB_SRC: LABEL=src /src auto defaults,rw,noatime 0 2
+ deploy:
+ jetson:
+ type: ssh-rsync
+ location: root@localhost
+ HOSTNAME: baserock-jetson
diff --git a/strata/bsp-jetson-devel.morph b/strata/bsp-jetson-devel.morph
index 2743a2ec..bf110d1f 100644
--- a/strata/bsp-jetson-devel.morph
+++ b/strata/bsp-jetson-devel.morph
@@ -18,8 +18,8 @@ chunks:
unpetrify-ref: baserock/arm/tegra-uboot-btrfs
build-depends:
- device-tree-compiler
-- name: linux
- morph: strata/bsp-jetson-devel/linux.morph
+- name: linux-jetson-tk1
+ morph: strata/bsp-jetson-devel/linux-jetson-tk1.morph
repo: upstream:linux
ref: de3664efca390a8d2fe525a583d17772deee8500
unpetrify-ref: baserock/arm/tegra-3.10
diff --git a/strata/bsp-jetson-devel/linux.morph b/strata/bsp-jetson-devel/linux-jetson-tk1.morph
index 7edbd87c..3494f62b 100644
--- a/strata/bsp-jetson-devel/linux.morph
+++ b/strata/bsp-jetson-devel/linux-jetson-tk1.morph
@@ -1,4 +1,4 @@
-name: linux
+name: linux-jetson-tk1
kind: chunk
configure-commands:
- make ARCH=arm tegra12_defconfig