From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 14E02E00777 for ; Tue, 11 Dec 2012 11:44:44 -0800 (PST) Received: by mail-pb0-f48.google.com with SMTP id rq13so2907353pbb.35 for ; Tue, 11 Dec 2012 11:44:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=ywAswleMXn0o+0iBnIC3Wo62OGKiEtdr8CzobXH8REM=; b=MXOqUr4oTg4//SjaiPxTgWhHGQNQf3du+fXSuuSRWuBuFDYfqbswbWH+b+5mpruA1X 62lm+tp4e8eQJKznz2EnIcu9POLFSFez9gJfQ+718SXH0kztDyTGSh0u1qxECtUDTzYJ tnw/tK5zkjOCHwZsSiLwvQ4pSvxLLccGXqbJdlsB7eV593m1hwxypN/87nuJ3Lv9uo5Y 90dv1tcSwZ0zcoUPjnm7Ta0YAKBKfOv73ghd3/+6mx1l6CJkZNekUBiusMwTKMdXgdsr xpmPk7nyV+UiUvA8JL3pcEQM/JdcbdgBX0wBZsP7MLrPrlCmCfgMGvWWWqfo89F8Ebwd 8YSA== Received: by 10.68.237.6 with SMTP id uy6mr50784866pbc.147.1355255083913; Tue, 11 Dec 2012 11:44:43 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id sg7sm14222966pbb.50.2012.12.11.11.44.41 (version=SSLv3 cipher=OTHER); Tue, 11 Dec 2012 11:44:43 -0800 (PST) Message-ID: <50C78D28.2070303@boundarydevices.com> Date: Tue, 11 Dec 2012 12:44:40 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Otavio Salvador References: <1355252387-6260-1-git-send-email-eric.nelson@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQkYxlUL7pe0gGbRGcVq3A8A/a+CmBchw8DVxEUM4KD1jeH8AsqaGE3Yh5oi/T4EbGMupZdZ Cc: "meta-freescale@yoctoproject.org" , Troy Kisky Subject: Re: [PATCH] nitrogen6x bootscript: modify for use with the Yocto Project 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, 11 Dec 2012 19:44:44 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/11/2012 12:02 PM, Otavio Salvador wrote: > On Tue, Dec 11, 2012 at 4:59 PM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: > >> Change 6x_bootscript to match the partitioning scheme currently in >> use by meta-fsl-arm: >> >> - Set root filesystem to partition 2 (/dev/mmcblk0p2) >> - Load kernel from root of partition 1 >> >> Signed-off-by: Eric Nelson >> > > Can you fix the upgrade script as well? even it not being deployed in the > sdcard by default you then can ask the user to use it if need. > Hi Otavio, The upgrade script is actually okay, since it doesn't refer to partition 2. I started to force it to be FAT, but this will be implicit by the use of ${fs}load: https://github.com/boundarydevices/u-boot-imx6/blob/production/board/boundary/nitrogen6x/6x_upgrade.txt Regards, Eric