From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DD157E00B6C; Mon, 2 Jun 2014 06:28:07 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (lexszero[at]gmail.com) * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.217.170 listed in list.dnswl.org] Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E3B8EE00AFD for ; Mon, 2 Jun 2014 06:28:06 -0700 (PDT) Received: by mail-lb0-f170.google.com with SMTP id w7so2564724lbi.15 for ; Mon, 02 Jun 2014 06:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Jvueo8Zdo5Q5ssC9YJ+pywWp1lKajXyqg+YNkw8ZY9s=; b=L6cJPWL4psVhSbONpQv5CLNUR0nlHcood5jYwwEdupQxkQ98MHadCg9Oe0JWQWkF02 8B0TkU34RL9hNsN/dr1QcqzpBlkebuxbEE/W0GCIN9Tbr8kiXwxeYwM6g7ciDfRUtzxQ ljAgbgZkQGPUzK3M+tUh1/I6dG+aISjjyBOpoO8ObKK54IY+q+b6W3w3zSl33JlwcsoM O3GksKKWh6KPB0RHK5DbHc7gwuOQpFr5ozlx43/Hf10GKuHGqe0Y3XWtoNPRa0owOBAp ple+JUsfVZUAJycECiKmWcKtml07rfP6tfXlQQvfB/uZkh5JU4nj7AdDGidDnSrjYuXQ qCMA== X-Received: by 10.152.203.203 with SMTP id ks11mr1481514lac.88.1401715685205; Mon, 02 Jun 2014 06:28:05 -0700 (PDT) Received: from localhost (128-72-42-202.broadband.corbina.ru. [128.72.42.202]) by mx.google.com with ESMTPSA id r2sm11200054laa.5.2014.06.02.06.28.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Jun 2014 06:28:04 -0700 (PDT) From: Alexey Ignatov To: meta-freescale@yoctoproject.org Date: Mon, 2 Jun 2014 17:24:34 +0400 Message-Id: <1401715474-18181-2-git-send-email-lexszero@gmail.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1401715474-18181-1-git-send-email-lexszero@gmail.com> References: <1401715474-18181-1-git-send-email-lexszero@gmail.com> X-Mailman-Approved-At: Mon, 02 Jun 2014 14:38:23 -0700 Cc: Alexey Ignatov Subject: [PATCH 2/2] imx28evk: add MXSBOOT_ARGS 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: Mon, 02 Jun 2014 13:28:07 -0000 --- conf/machine/imx28evk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index d4f1ad6..23d4bd8 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf @@ -29,6 +29,7 @@ MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" MKUBIFS_ARGS = "--min-io-size 4096 --leb-size 516096 --max-leb-cnt 8139" UBINIZE_ARGS = "--min-io-size 4096 --peb-size 524288 --sub-page-size 4096" +MXSBOOT_ARGS = "-w 4096 -o 218 -e 524288" ## To determine parameters' values, run "ubiattach -m 6 /dev/ubi_ctrl" ## (assuming the rootfs device is /dev/mtd6). Here's an example: -- 1.8.2.1