From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 05BDAE00D30; Wed, 27 Sep 2017 05:08:09 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00,FSL_HELO_BARE_IP_2, RCVD_NUMERIC_HELO autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.5 FSL_HELO_BARE_IP_2 FSL_HELO_BARE_IP_2 Received: from cpanel2.indieserve.net (cpanel2.indieserve.net [199.212.143.6]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9DF50E00DFB for ; Wed, 27 Sep 2017 05:08:07 -0700 (PDT) Received: from [::1] (port=46916 helo=cpanel2.indieserve.net) by cpanel2.indieserve.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89) (envelope-from ) id 1dxB8I-0002i3-I0; Wed, 27 Sep 2017 08:08:06 -0400 Received: from 158.116.144.29 ([158.116.144.29]) by crashcourse.ca (Horde Framework) with HTTPS; Wed, 27 Sep 2017 08:08:06 -0400 Date: Wed, 27 Sep 2017 08:08:06 -0400 Message-ID: <20170927080806.Horde.fzKSKkyqjSeG_j2SE26stmv@crashcourse.ca> From: rpjday@crashcourse.ca To: Otavio Salvador References: <20170926121301.Horde.-cJHVKJ2wtzVTdyxod1nkTV@crashcourse.ca> In-Reply-To: User-Agent: Horde Application Framework 5 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel2.indieserve.net X-AntiAbuse: Original Domain - yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Get-Message-Sender-Via: cpanel2.indieserve.net: authenticated_id: rpjday@crashcourse.ca X-Authenticated-Sender: cpanel2.indieserve.net: rpjday@crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Cc: meta-freescale@yoctoproject.org Subject: Re: is freescale MCIMX6Q-SDB board a yocto "imx6qdlsabreauto" MACHINE? 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, 27 Sep 2017 12:08:09 -0000 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Quoting Otavio Salvador : > On Wed, Sep 27, 2017 at 5:48 AM, Robert P. J. Day > wrote: >> On Tue, 26 Sep 2017, Otavio Salvador wrote: >> >>> On Tue, Sep 26, 2017 at 2:23 PM, Fabio Estevam wrote: >>> > On Tue, Sep 26, 2017 at 1:13 PM, wrote: >>> >> >>> >> someone just handed me a MCIMX6Q-SDB, can i get a verification >>> that, if i >>> >> wanted to build for it, the yocto MACHINE would be "imx6qdlsabreauto"? >>> >> thank you kindly. >>> > >>> > No, what you want is conf/machine/imx6qsabresd.conf >>> >>> For master/rocko it is imx6qdlsabresd. >> >> is there a .bbclass file for generating an SD card image for this >> target? or does one just do that manually? > > It should work out of box. sorry, i explained myself badly. the MCIMX6Q-SDB i was handed was previously configured in u-boot to boot from the network, and that network environment does not even exist anymore, so i need to boot from SD card, of which i see none lying around that came with this board, so i built a core-image-minimal for this target (imx6qdlsabresd) last night, and wasn't sure how i would generate a bootable SD card, but i just now noticed that the build did indeed generate an *.sdcard.gz file, so i'm assuming this is all i need. i just didn't look closely at the generated artifacts to notice the sdcard file last night, so i assume i can just gunzip, dd to card, and go. sorry for the interruption, i should have looked more closely at the build output. rday