From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db9outboundpool.messaging.microsoft.com (mail-db9lp0250.outbound.messaging.microsoft.com [213.199.154.250]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1379AE01403 for ; Wed, 26 Jun 2013 10:10:19 -0700 (PDT) Received: from mail9-db9-R.bigfish.com (10.174.16.231) by DB9EHSOBE002.bigfish.com (10.174.14.65) with Microsoft SMTP Server id 14.1.225.23; Wed, 26 Jun 2013 17:10:16 +0000 Received: from mail9-db9 (localhost [127.0.0.1]) by mail9-db9-R.bigfish.com (Postfix) with ESMTP id E8B45C80216; Wed, 26 Jun 2013 17:10:16 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ah1fc6hzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1d3fh1dfeh1dffh1155h) Received: from mail9-db9 (localhost.localdomain [127.0.0.1]) by mail9-db9 (MessageSwitch) id 1372266614754702_17125; Wed, 26 Jun 2013 17:10:14 +0000 (UTC) Received: from DB9EHSMHS008.bigfish.com (unknown [10.174.16.236]) by mail9-db9.bigfish.com (Postfix) with ESMTP id A66C5920046; Wed, 26 Jun 2013 17:10:14 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB9EHSMHS008.bigfish.com (10.174.14.18) with Microsoft SMTP Server (TLS) id 14.16.227.3; Wed, 26 Jun 2013 17:10:10 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-004.039d.mgd.msft.net (10.84.1.14) with Microsoft SMTP Server (TLS) id 14.2.328.11; Wed, 26 Jun 2013 17:10:08 +0000 Received: from [10.29.244.5] ([10.29.244.5]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r5QHA70K024236; Wed, 26 Jun 2013 10:10:07 -0700 Message-ID: <51CB1FDE.9090100@freescale.com> Date: Wed, 26 Jun 2013 14:07:42 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: squirem References: <51CAF91D.7090001@freescale.com> <51CB197E.9080005@freescale.com> In-Reply-To: X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: meta-freescale@yoctoproject.org Subject: Re: Missing devtmpfs w/ i.MX6Q SabreSD sato-sdk image 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, 26 Jun 2013 17:10:24 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/26/2013 01:56 PM, squirem wrote: > Daiane Angolini writes: > >> Do you know your board revision and chip TO? > > I see the following labels on the board: > SCH-27516 Rev C1 > 700-27516 Rev A > >> Let me bitbake and test core-image-sato-sdk. > I suspect I may be doing something wrong, the core-image-sato-sdk will > probably work for you. I'm going to try and build the > image directly through bitbake, instead of the hob gui, and see what > happens. This is my build configuration: > > Build Configuration: > BB_VERSION = "1.18.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Fedora-16" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "imx6qsabresd" > DISTRO = "poky" > DISTRO_VERSION = "1.4" > TUNE_FEATURES = "armv7a vfp neon" > TARGET_FPU = "vfp-neon" > meta > meta-yocto > meta-yocto-bsp > meta-hob > meta-fsl-arm-dylan = ":" > > Here is how the meta-fsl-arm layer was added in my bblayers.conf file: > #added by bitbake > BBLAYERS = "/home/squirem/Desktop/poky-dylan-9.0.0/meta \ > /home/squirem/Desktop/poky-dylan-9.0.0/meta-yocto \ > /home/squirem/Desktop/poky-dylan-9.0.0/meta-yocto-bsp \ > /home/squirem/Desktop/poky-dylan-9.0.0/meta-hob \ > /home/squirem/Desktop/poky-dylan-9.0.0/meta-fsl-arm-dylan" > > May I ask what steps you take in building the image? Sure: I follow the steps from https://github.com/Freescale/fsl-community-bsp-platform $ ./repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dylan $ ./repo sync $ source ./setup-environment build $ MACHINE="imx6qsabresd" bitbake core-image-minimal I'm not used with HOB, in fact... -- Daiane