From 324db26fbbdbf40b7013fde4f61f1b214ab75464 Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Fri, 7 Feb 2020 14:39:56 +0000 Subject: machine: cyclone5: set JFFS2_ERASEBLOCK to 64KB Signed-off-by: Chang Rebecca Swee Fun --- conf/machine/cyclone5.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf index 84b8e95..da7753f 100644 --- a/conf/machine/cyclone5.conf +++ b/conf/machine/cyclone5.conf @@ -45,6 +45,8 @@ IMAGE_BOOT_FILES ?= " \ extlinux.conf;extlinux/extlinux.conf \ " +EXTRA_IMAGECMD_jffs2 ?= "-e 0x10000" + WKS_FILE ?= "sdimage-cyclone5-arria5.wks" IMAGE_FSTYPES +="wic" -- cgit v1.2.3-54-g00ecf