From 30330bf30ade4d34352fc233408c3b085878d094 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Thu, 23 Aug 2018 13:34:04 +0200 Subject: Exchange A2 and ext4 rootfs partitions in wic image This would allow to later on resize the rootfs partition inside of the Linux if the storage media used is originally bigger than the image itself. It would effectively allow to utilize the entire storage media from the Linux OS on the device. Signed-off-by: Andrey Zhizhikin --- recipes-bsp/u-boot/files/v2016.11/cyclone5-socdk.env | 2 +- recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env | 2 +- recipes-bsp/u-boot/files/v2017.07/cyclone5-socdk.env | 2 +- recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-bsp/u-boot') diff --git a/recipes-bsp/u-boot/files/v2016.11/cyclone5-socdk.env b/recipes-bsp/u-boot/files/v2016.11/cyclone5-socdk.env index 983149f..15c329f 100644 --- a/recipes-bsp/u-boot/files/v2016.11/cyclone5-socdk.env +++ b/recipes-bsp/u-boot/files/v2016.11/cyclone5-socdk.env @@ -7,5 +7,5 @@ fdt_addr=100 loadaddr=0x01000000 mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr} mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage} -mmcroot=/dev/mmcblk0p2 +mmcroot=/dev/mmcblk0p3 ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr} diff --git a/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env b/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env index 3c28f0f..b7d69cb 100644 --- a/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env +++ b/recipes-bsp/u-boot/files/v2016.11/de0-nano-soc.env @@ -7,5 +7,5 @@ fdt_addr=100 loadaddr=0x01000000 mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr} mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage} -mmcroot=/dev/mmcblk0p2 +mmcroot=/dev/mmcblk0p3 ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr} diff --git a/recipes-bsp/u-boot/files/v2017.07/cyclone5-socdk.env b/recipes-bsp/u-boot/files/v2017.07/cyclone5-socdk.env index 983149f..15c329f 100644 --- a/recipes-bsp/u-boot/files/v2017.07/cyclone5-socdk.env +++ b/recipes-bsp/u-boot/files/v2017.07/cyclone5-socdk.env @@ -7,5 +7,5 @@ fdt_addr=100 loadaddr=0x01000000 mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr} mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage} -mmcroot=/dev/mmcblk0p2 +mmcroot=/dev/mmcblk0p3 ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr} diff --git a/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env b/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env index 3c28f0f..b7d69cb 100644 --- a/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env +++ b/recipes-bsp/u-boot/files/v2017.07/de0-nano-soc.env @@ -7,5 +7,5 @@ fdt_addr=100 loadaddr=0x01000000 mmcboot=setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait;bootz ${loadaddr} - ${fdt_addr} mmcload=mmc rescan;load mmc 0:1 ${loadaddr} ${bootimage};load mmc 0:1 ${fdt_addr} ${fdtimage} -mmcroot=/dev/mmcblk0p2 +mmcroot=/dev/mmcblk0p3 ramboot=setenv bootargs console=ttyS0,115200;bootm ${loadaddr} - ${fdt_addr} -- cgit v1.2.3-54-g00ecf