From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9834CE011AB for ; Tue, 11 Dec 2012 06:24:16 -0800 (PST) Received: by mail-pa0-f48.google.com with SMTP id fa1so2880340pad.35 for ; Tue, 11 Dec 2012 06:24:16 -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=dn+QJ15Nu8u5N2EP8fjg/Dj4tpAT4u6xPvgIM+KlvrY=; b=l9mc9T8bnBJ4iXh4ZxgTO0tE2lLAWksWU5bD3SRMVZ5rC/MI3Ib+iOpCrE/0Q6X2ZA hJFM4wFOXrMj1pOP9Wj7DStIXrHpERTYeg8ujFKjgHy4V0IKZ34Vnt1eJy0qW0I6MEWu JfVm4ujO9V58IQMy3EWaT21llHagXfLCYF24XWDdo+pmd87gkehIpCmtAvMuHSBHSrJz aYnYgkizGepHbU+udZ1aRi+aZacl5pxGDixrUGEN85JyE2QiRl0v6FJ/HO1ELAmlbeSx 3YM+8KIIe4IV/+MzOoDA55NwgVZ/UimWnJ4ds756R7VKcfaV7/cdnHJ6xyi+wwfPu6N+ a+9Q== Received: by 10.68.143.69 with SMTP id sc5mr14658357pbb.125.1355235856459; Tue, 11 Dec 2012 06:24:16 -0800 (PST) Received: from [192.168.0.27] (ip68-110-100-114.ph.ph.cox.net. [68.110.100.114]) by mx.google.com with ESMTPS id kc4sm13843856pbc.23.2012.12.11.06.24.13 (version=SSLv3 cipher=OTHER); Tue, 11 Dec 2012 06:24:15 -0800 (PST) Message-ID: <50C7420C.7010201@boundarydevices.com> Date: Tue, 11 Dec 2012 07:24:12 -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: <1355155599-11150-1-git-send-email-otavio@ossystems.com.br> <50C63C5D.2010403@boundarydevices.com> <50C6AF5E.4080302@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQnH5oNKjgq7kTTbWNPZeEsH7O2/J1tW+VwPbJg14zkhQ45ks4DWZicVerfIyFCuU1VCCLfi Cc: "meta-freescale@yoctoproject.org" , Troy Kisky Subject: Re: [meta-fsl-arm-extra][PATCH 0/3] Initial support for Nitrogen6X 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 14:24:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 12/11/2012 07:10 AM, Otavio Salvador wrote: > On Tue, Dec 11, 2012 at 1:58 AM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: > >> >> This brings up a couple of questions. >> >> What boot script? I think I saw a reference to one that we placed >> in our U-Boot tree in one of your patches, but I'll need to spend some >> more time with that. >> > > I see; please try to boot u-boot-script-boundary package and try again. It > should work then. > > >> Why two partitions? It seems that unless a RAM disk is used, a >> single partition should suffice. The same is true of SABRE Lite, >> but I just noticed that the Freescale default environment only >> supports FAT for some reason :(. >> > > The sdcard generation routine works this way and I'd like to do minimal > changes on this, if possible. Currently the change I am doing is to have > the boot script in the first partition. Maybe we'd need to patch the boot > script to be able to load kernel and pass the right root param, but rest > should work fine. > I have no problem building 6x_bootscript_yocto and adding it to our git repository. I think this will require a bump in the revision. Do you want to keep uImage in the root of the first partition, and format that as FAT? Please advise, Eric