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 3BBEBE006B4 for ; Mon, 10 Dec 2012 19:58:27 -0800 (PST) Received: by mail-pb0-f48.google.com with SMTP id rq13so2356032pbb.35 for ; Mon, 10 Dec 2012 19:58:27 -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=tQCcI+uuZIscR/kwq+dG2QGONghKR+8IKCetLhBcTPM=; b=VSZmVowm3S6nRbipNvPqW6XELzef5vyiDi+CMfv6nICnMZ17tgJtf57DKWAkuDVU/k zuELpk3CQIUG6rRkNpKd4pFK4qRcsuk+hptSer3YT3XYUMg2Iu6mDK9spncSTD+claEr OTk1tooXXyT/0/DXi9FCMebWwLkST+6sVQ8VMla0my23tWm2ed+MK+WUKQ+yDU544djX 1hSxAn1npoqXTkzRYcbekrwq0L4q2c2qUMblCsFSQ8mUOcerfH7AY29/D5dtSsU5UpFH 48n4SLPrv0HAkIZEYQsxFBd27k3HoNEDHJlidYEAchrJABjlWT2YAYp64WNBBtAaJ3GQ jWkw== Received: by 10.68.189.233 with SMTP id gl9mr44215134pbc.166.1355198307007; Mon, 10 Dec 2012 19:58:27 -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 qh4sm12962301pbb.9.2012.12.10.19.58.23 (version=SSLv3 cipher=OTHER); Mon, 10 Dec 2012 19:58:26 -0800 (PST) Message-ID: <50C6AF5E.4080302@boundarydevices.com> Date: Mon, 10 Dec 2012 20:58:22 -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> In-Reply-To: X-Gm-Message-State: ALoCoQmD1PsWHeG7RhVelLq4SMJTrY1HHhKxSx6+PHd6NMFcXaFtCydnqBYnN/VGmc+2D7pyUZlB 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 03:58:27 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/10/2012 12:50 PM, Otavio Salvador wrote: > On Mon, Dec 10, 2012 at 5:47 PM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: > >> On 12/10/2012 09:11 AM, Otavio Salvador wrote: >> >>> >>> Eric and Troy, >>> >>> Please give this patchset a try as I don't own the board to try it myself. >>> >>> Please bear on mind that this patchset depends on the "[PATCH 0/2] >>> Flexibilize sdcard generation" patchset to proper work. >>> >>> Regards, >>> >>> >> Will do. >> >> The patches all apply cleanly to meta-fsl-arm and I'm building now. >> >> Understanding will likely take a while ;) >> > > I bet that in two weeks you'll be proposing major changes and improvements > ;-) > Thanks Otavio, If so, it will feel like Christmas! After pulling all kinda N00b stuff, I finally got a build to complete for 'nitrogen6x', but it failed with the following errors ----------------------------------------------------------------------------- | Creating journal inode: done | This filesystem will be automatically checked every 20 mounts or | 0 days, whichever comes first. Use tune2fs -c or -i to override. | 0+0 records in | 0+0 records out | 0 bytes (0 B) copied, 1.098e-05 s, 0.0 kB/s | Model: (file) | Disk /home/ericn/yocto/build/tmp/deploy/images/fsl-image-test-nitrogen6x-20121211024022.rootfs.sdcard: 390MB | Sector size (logical/physical): 512B/512B | Partition Table: msdos | Disk Flags: | | Number Start End Size Type File system Flags | 1 4194kB 12.6MB 8389kB primary | 2 12.6MB 386MB 373MB primary | | mkfs.vfat 2.11 (12 Mar 2005) | 6x_bootscript-nitrogen6x.txt: No such file or directory | ERROR: Function failed: do_rootfs (see /home/ericn/yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/fsl-image-test-1.0-r0/temp/log.do_rootfs.3886 for further information) ERROR: Task 7 (/home/ericn/yocto/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-test.bb, do_rootfs) failed with exit code '1' NOTE: Tasks Summary: Attempted 3983 tasks of which 2321 didn't need to be rerun and 1 failed. No currently running tasks (3983 of 3984) Summary: 1 task failed: /home/ericn/yocto/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-test.bb, do_rootfs Summary: There were 2 WARNING messages shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code. ------------------------------------------------------------------------ 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. 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 :(. It's been a long day. I'll look at this some more tomorrow. Regards, Eric