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 75A04E011CC for ; Wed, 12 Dec 2012 09:20:25 -0800 (PST) Received: by mail-pb0-f48.google.com with SMTP id rq13so732743pbb.35 for ; Wed, 12 Dec 2012 09:20:25 -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=7B98S8pbLqJpwZIgYmeDFudOW/0kEZ1rNFsLJwfHVSM=; b=Wajipjr7ouUgSMpbkWh9Q3C0/NBGm7DRJWhMlxbJthafOz2JFBiBwFdS0/W1bhgLEW 2xX3Z7exOyERfmim7x+yfrhQWG1kr0KsDeJYfRVsqR4PvvouTxBFe7ke+VEYWy7Xujag urYlcXA65r5RpL0nPgqsf/7LgUbazgjkltKJXEgAYCTaDey+JV48r6ar5+B6Vfzi1oF2 k/LBcn2Dkn1DAHFWeaf/WeGDtoeovcEgZ1lpJJ5Nb2TdS273wSP4Tr4lThKTumXtCnec 9+QSHxwqgi5OBIp/HTpS9pDNE4z4PHdCXbykcI6IzayBTt2xXwXs56koh/djXmJzxPz3 STOg== Received: by 10.68.203.137 with SMTP id kq9mr4502250pbc.115.1355332825325; Wed, 12 Dec 2012 09:20:25 -0800 (PST) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id vx2sm15957661pbc.33.2012.12.12.09.20.24 (version=SSLv3 cipher=OTHER); Wed, 12 Dec 2012 09:20:24 -0800 (PST) Message-ID: <50C8BCD7.7040109@boundarydevices.com> Date: Wed, 12 Dec 2012 10:20:23 -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: <1355262632-19265-1-git-send-email-otavio@ossystems.com.br> <1355262632-19265-4-git-send-email-otavio@ossystems.com.br> <50C88682.2020408@boundarydevices.com> <50C8AD2A.4090601@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQl7l+Jitmyoq7v135pdwby46DDVP21usWl7+ssK0L4aSed/l72YAqL/NlLCL1/GJX9lB+Gd Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH v3 3/3] nitrogen6x: Add machine definition 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: Wed, 12 Dec 2012 17:20:25 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/12/2012 09:23 AM, Otavio Salvador wrote: > On Wed, Dec 12, 2012 at 2:13 PM, Eric Nelson < > eric.nelson@boundarydevices.com> wrote: >>>> >>>> information) >>>> >>>> Either removing this line or setting it to "u-boot" allows the >>>> build to complete. >>>> >>>> >>> You forgot to add the patches for meta-fsl-arm ;-) >>> >>> >> Thanks Otavio. >> >> That did the trick. >> > > Can you give it a general test and send us the feedback? Has it worked out > of box? I'd like to merge those patches. > Hi Otavio, While still puzzled about how the parts fit together here, I can confirm that builds of core-image-minimal and fsl-image-test both produce bootable and very functional SD cards for the Nitrogen6X. The kernel image provided is detecting the board as a Nitrogen6X: root@nitrogen6x:/unit_tests# dmesg | grep Nitrogen ------------ Board type Nitrogen6X/W I've tested audio output through the SGTL5000: root@nitrogen6x:/unit_tests# gplay audio8k16S.wav playbin2 is employed! fsl_player_init(): Successfully initialize! ... The Wi-Fi adapter is also properly loading firmware: root@nitrogen6x:/unit_tests# ifconfig wlan0 wlan0 Link encap:Ethernet HWaddr DE:AD:BE:EF:00:00 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) The bad mac address is expected because the firmware file hasn't been programmed for this device. The wlan0 device is operating properly as shown by iwlist: root@nitrogen6x:/unit_tests# iwlist wlan0 scan | grep SSID ESSID:"golfcourse" ESSID:"ADVANCEDMFG" ESSID:"TealBear" I think that this proves out the basic functionality of your patch set. Many thanks! Eric