From d26a2b7171b06fcb34f9ffb0e2bdf6858f89cf0b Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Wed, 18 Dec 2019 16:29:05 +0000 Subject: [PATCH] corstone700: change rootfs to cramfs-xip Use cramfs xip image in wic Change-Id: I2470ae1c4afa4fe275ad081881604fcb66fafee6 Signed-off-by: Abdellatif El Khlifi --- meta-corstone700/wic/iota-tiny-image.corstone700.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-corstone700/wic/iota-tiny-image.corstone700.wks b/meta-corstone700/wic/iota-tiny-image.corstone700.wks index e1d296ab..f97a6b0a 100644 --- a/meta-corstone700/wic/iota-tiny-image.corstone700.wks +++ b/meta-corstone700/wic/iota-tiny-image.corstone700.wks @@ -7,7 +7,7 @@ part --source rawcopy --sourceparams="file=se_ramfw.bin" --no-table --align 1 -- part --source rawcopy --sourceparams="file=corstone700.fip" --no-table --align 1 --fixed-size 991k # Rawcopy of the rootfs -part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/iota-tiny-image-corstone700.cpio.gz" --no-table --fixed-size 2 +part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/iota-tiny-image-corstone700.cramfs-xip" --no-table --fixed-size 2 # Rawcopy of the kernel binary part --source rawcopy --sourceparams="file=xipImage" --no-table --fixed-size 3