summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2016-10-27 15:20:13 +0200
committerPhil Wise <phil@advancedtelematic.com>2016-10-27 15:23:01 +0200
commitcaa1a1137b58d7cf75508590667d4ca3996582e6 (patch)
treed8e62774ed41f9cc6301f78c57d36d66f814f8e6 /recipes-bsp
parent611974f0b285ad62b87a465a6dd93cb41a065ed6 (diff)
downloadmeta-updater-caa1a1137b58d7cf75508590667d4ca3996582e6.tar.gz
Double size of OTA ramdisk to 16M
The ramdisk size on qemux86-64 was 9MB, decompressed, which was causing a kernel panic on boot. Double it to 16MB. Change-Id: I11e28977b1342d3d8cb5c43de5105ac288d097f2 Signed-off-by: Phil Wise <phil@advancedtelematic.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch b/recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch
index 851a0ab..5172fdd 100644
--- a/recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch
+++ b/recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch
@@ -23,7 +23,7 @@ index 78c296f..79df455 100644
23+ 23+
24+#undef CONFIG_BOOTCOMMAND 24+#undef CONFIG_BOOTCOMMAND
25+#define CONFIG_BOOTCOMMAND "run loadenv;" \ 25+#define CONFIG_BOOTCOMMAND "run loadenv;" \
26+ "setenv bootargs $bootargs\" console=ttyS0 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda ramdisk_size=8192 \";" \ 26+ "setenv bootargs $bootargs\" console=ttyS0 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda ramdisk_size=16384 \";" \
27+ "ext2load ide 0 $loadaddr \"/boot\"$kernel_image;" \ 27+ "ext2load ide 0 $loadaddr \"/boot\"$kernel_image;" \
28+ "ext2load ide 0 $ramdiskaddr \"/boot\"$ramdisk_image;" \ 28+ "ext2load ide 0 $ramdiskaddr \"/boot\"$ramdisk_image;" \
29+ "zboot $loadaddr - $ramdiskaddr $filesize" 29+ "zboot $loadaddr - $ramdiskaddr $filesize"