From b01a0aa4fd93d364b1358ae5b076ebdad35f9a7e Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Fri, 10 Apr 2020 08:36:51 +0000 Subject: conf: agilex: set JFFS2 eraseblock size to 64KiB Signed-off-by: Chang Rebecca Swee Fun --- conf/machine/agilex.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/agilex.conf b/conf/machine/agilex.conf index dfe5693..81709d0 100644 --- a/conf/machine/agilex.conf +++ b/conf/machine/agilex.conf @@ -13,6 +13,8 @@ KERNEL_DEVICETREE ?= "intel/socfpga_agilex_socdk.dtb" SERIAL_CONSOLES ?= "115200;ttyS0" +EXTRA_IMAGECMD_jffs2 ?= "-n -q -e 0x10000" + # Add variables for wic creation of sdcard image IMAGE_BOOT_FILES ?= " \ ${UBOOT_BINARY} \ -- cgit v1.2.3-54-g00ecf