From b0374d537840959411fbf494191b59abaca5cada Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Fri, 10 Apr 2020 08:35:31 +0000 Subject: conf: stratix10: set JFFS2 eraseblock size to 64KiB Signed-off-by: Chang Rebecca Swee Fun --- conf/machine/stratix10.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index 382c050..2a514db 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf @@ -11,6 +11,8 @@ KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_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