From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E8678E0148D for ; Tue, 17 Sep 2013 15:11:00 -0700 (PDT) Received: from e6520eb (unknown [82.233.81.124]) (Authenticated sender: eukrea) by smtp6-g21.free.fr (Postfix) with ESMTPSA id F3D6A82290; Wed, 18 Sep 2013 00:10:52 +0200 (CEST) Date: Wed, 18 Sep 2013 00:10:51 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Otavio Salvador Message-ID: <20130918001051.4d944914@e6520eb> In-Reply-To: <1379453434-28794-5-git-send-email-otavio@ossystems.com.br> References: <1379453434-28794-1-git-send-email-otavio@ossystems.com.br> <1379453434-28794-5-git-send-email-otavio@ossystems.com.br> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm PATCH 4/4] mxs-base.inc: Add default settings for UBI filesystem generation X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 22:11:05 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Otavio, Le Tue, 17 Sep 2013 18:30:34 -0300, Otavio Salvador a =E9crit : > physical eraseblock size =3D 256KiB > logical eraseblock size =3D 258048 > smallest flash I/O unit =3D 2048 > VID header offset =3D 2048 > available PEB =3D 966 >=20 > For a more detailed howto, please see > https://community.freescale.com/docs/DOC-1579 >=20 > Change-Id: I7f6d74064f62e53d21a66417fef95c22e9996d4d > Signed-off-by: Otavio Salvador > --- > conf/machine/include/mxs-base.inc | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs= -base.inc > index c0681f7..9d16d20 100644 > --- a/conf/machine/include/mxs-base.inc > +++ b/conf/machine/include/mxs-base.inc > @@ -25,4 +25,7 @@ XSERVER =3D "xserver-xorg \ > # Ship kernel modules > MACHINE_EXTRA_RRECOMMENDS =3D "kernel-modules" > =20 > +MKUBIFS_ARGS =3D "-m 2048 -e 129024 -c 2030" > +UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 512" > + Did you really test this on a mxs based board ? If yes with which CPU and which NAND flash ? At least one parameter (-s 512) is not synchronous with the log you provide in the comment. Moreover these settings are CPU and NAND flash dependent so I don't think they belong to mxs-base.inc but to each board file according to the flash which is populated. Best regards, Eric