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 4AE03E00777 for ; Tue, 11 Dec 2012 07:48:30 -0800 (PST) Received: by mail-pa0-f48.google.com with SMTP id fa1so2933829pad.35 for ; Tue, 11 Dec 2012 07:48:30 -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=7TZlBaDmBxTYr9H8dE8XSlLlvYSinVhKKOTg8YQvR+c=; b=mLP/m2Q+sgspGhzH6QabxABcC3o/NzHwQOvPEnScoN7BzTkRVELfjQikhXXtDMxOgE Udea4AYcEMFnYF60LGOLNIoRM6yZpQgoiFTFq7Mb4Nz3jEHoL9BRgLibFq4qHW0lywb1 AdLqWA8MRyN845lxsjIkxDZzeQu5f/9Z+lL+czeCaYuWrkhZ45TxkCtYOrxzIOfiUvEU AS0mpk7IrSPHXg64e12XMxSgLf+OrO+/I+/bcK1LjHKBphXAW634/47rfwa8cWxMxWn0 jgUKUnoUpc7wr2KDKBlr26Y7k90NhAoYj8bugG6bNbjoV+BCBfgAgESpA8xGQQpqUVMj FomA== Received: by 10.66.83.136 with SMTP id q8mr2777525pay.83.1355240910009; Tue, 11 Dec 2012 07:48:30 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id qp6sm13945292pbc.25.2012.12.11.07.48.28 (version=SSLv3 cipher=OTHER); Tue, 11 Dec 2012 07:48:29 -0800 (PST) Message-ID: <50C755CB.7050701@boundarydevices.com> Date: Tue, 11 Dec 2012 08:48:27 -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> <50C7420C.7010201@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQmv5eoAN6xwEcHN1jKsqxQrrtv06j8Xc5b2xZOU4nPqV4C17SQBz1Kmsh91p7+6lfFuUr3k 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 15:48:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 12/11/2012 07:35 AM, Otavio Salvador wrote: > On Tue, Dec 11, 2012 at 12:24 PM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: >> >> 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: >>> >>>> >>> 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? >> > At least for now. I'd like to keep the change at minimum. We can refactor > and improve it later. > Do you know the context (directory) in which the patch will be applied? Will it be from the root of the U-Boot tree and patch board/boundary/nitrogen6x/6x_bootscript.txt board/boundary/nitrogen6x/6x_upgrade.txt Or will it be applied somewhere in the work directory? Also, the 6x_upgrade script is useless unless we copy u-boot.imx into one of the partitions. Should it go into the FAT partition or the ext3 partition? Please advise, Eric