From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ECAF6E00978; Wed, 8 Jul 2015 08:32:48 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [212.227.126.187 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 324 seconds by postgrey-1.32 at yocto-www; Wed, 08 Jul 2015 08:32:43 PDT Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.187]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 64CE2E0095D for ; Wed, 8 Jul 2015 08:32:43 -0700 (PDT) Received: from berar-macpro.stagetec.com ([87.146.208.82]) by mrelayeu.kundenserver.de (mreue005) with ESMTPSA (Nemesis) id 0MY28S-1ZYq5S01E8-00UuBo; Wed, 08 Jul 2015 17:27:14 +0200 Message-ID: <559D414F.7010308@stagetec.com> Date: Wed, 08 Jul 2015 17:27:11 +0200 From: Dirk Berar User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: Otavio Salvador References: <001701d0b986$6ad785d0$40869170$@gasera.fi> In-Reply-To: X-Enigmail-Version: 1.2.3 X-Provags-ID: V03:K0:CyllOjjXg+uzNueceGNj4fOxAeKIhPHxi1MAsqjnh05J4/Uk7tR FpJLvtbCmNfydsWz1VpPHFg/yr1MkHTTU8NJlOx3TdR3xMenT5e0zo33gGfag8ZGiPJJEAb UpX1B1xMlqRSRpYnvRwaH9walfHy+KFONH9PsuB7EvITSkhk2/QxA5Zd9bfabCUrJ5mUVT4 xLrmHDATJCfLH3u9DjogQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:qtWoT3GJylY=:fi7fodxh98l62VtNzh8St9 jVvdcLaLU1H9Xcdjq98aDeRsS0riRRoUr1ZEArhyc95sD9j/XAN/cbu07gsvNELxTMPRHko9n d/gR4tenlIB/YhWgQoNHdp2rKn/DQNgfeWJQlXYEK34d9A8JFAhCRXs/Hp9L4rix1irSI9fAG 6hcID/EZ7Yxb2UUoY/hxXeBB8tbnJMmGWSipLrer0657xufq3pPzbGf0e9a0kG3IWGDMfvznz 7WcmKofxge2Sp7Hzx01T1N4eYIm3Qg5XHtaSz1gasTTPRgKXj5GLJyiQbLDOKEavbONTu3pIc p/zuc81KPvd9/S0Vol/+htRYRaLZ4+V+k4SOP+OmoS6tGZCPMAR9TjKzKE8wLFFtJ0S8djC8n g+hknaljEH3wo+yGAiDhYwrwiq/igTm1qylJcU1rYh3IOwn+jsQ0U84F2g/wDmMgfVoJ8t/Lg orvdT246VpDdokamWnZATGd3BzD2RAezpSE37gUX1a1XOPgIRK0bX1gakHr5F1RTX+FyisTjI UNYZsSRRNVGpeU8WkF4RhgQuuvR3AzkQBR4G7vsvSKMvuSv5I2tQ4jYwrJFkDIBfdnbvOzz1M aDMmw9v3Vm6cW+FEll1oLr5YHb1wLXm+vrA22q/squhh8GxQ4MhUj89qXWZI4Gi1pTFqtjSGP 3fuUnqw9C0q1RlpbsitiSGSVfWFDC0Dp/dYphkgKdo83TOw== Cc: "meta-freescale@yoctoproject.org" Subject: Re: Image building and deployment to SMARC-sAMX6i 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, 08 Jul 2015 15:32:49 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Andreas, I asked Kontron to contribute to the community. Unfortunately they didn't until today. Poor. I'll try to give you a little help from my documentation. Do the following from scratch: # to install the repo tool (and a bunch of other software) under Ubuntu # 12.04 or 14.04 $ sudo apt-get install phablet-tools $ mkdir fsl-community-bsp; cd fsl-community-bsp $ repo init -u https://github.com/Freescale/fslcommunity-bsp-platform \ -b daisy # The Kontron BSP is based on daisy. I also tried dizzy successfully. # pull the sources $ repo sync # apply the Kontron Patch for SMARC-sAMX6i $ cd sources/meta-fsl-arm-extra $ patch -p1 < /path/to/smarc-samx6i-support-R01.00.diff # initialise Yocto Build Environment $ cd ~/fsl-community-bsp $ MACHINE=smarc-samx6i . ./setup-environment [build-directory] # start Yocto Build $ bitbake core-image-full-cmdline I also tried "core-image-sato" successfully. Interesting, if you have connected a LVDS display. To flash the Yocto image to the board, use the live media of the Linaro based BSP (Linux_BSP_SMX6 1.2): http://emdcustomersection.kontron.com/wp-content/plugins/download-monitor/download.php?id=1164 Good luck Dirk Otavio Salvador schrieb: > On Wed, Jul 8, 2015 at 11:00 AM, Andreas Enbacka > wrote: >> I am currently trying to build a Yocto image for the SMARC-sAMX6i (SMARC >> evaluation kit from Kontron), and have some questions regarding it. First, >> what reference image recipe is suitable for the SMARC-sAMX6i eval kit? And >> second, what is the optimal way to deploy / flash the Yocto image to the >> board? Any information would be greately appreciated. > > Kontron is not supported by the FSL Community BSP so the right place > to ask for help is their support channel. Plus, pester them to add > proper support to the community so your turn-key experience will be > nicer next time ;) >