From: Dirk Berar <d.berar@stagetec.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: Image building and deployment to SMARC-sAMX6i
Date: Wed, 08 Jul 2015 17:27:11 +0200 [thread overview]
Message-ID: <559D414F.7010308@stagetec.com> (raw)
In-Reply-To: <CAP9ODKpV6UpMZnpUGHwJ9Y9BhiYg4WKtD997A_pFOukQ0BeC6Q@mail.gmail.com>
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
> <andreas.enbacka@gasera.fi> 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 ;)
>
next prev parent reply other threads:[~2015-07-08 15:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-08 14:00 Image building and deployment to SMARC-sAMX6i Andreas Enbacka
2015-07-08 14:42 ` Otavio Salvador
2015-07-08 15:27 ` Dirk Berar [this message]
2015-07-08 15:53 ` Andreas Enbacka
2015-07-09 9:30 ` Heikki Sarkanen
2015-07-09 11:35 ` Dirk Berar
2015-07-09 14:13 ` Heikki Sarkanen
2015-07-13 11:53 ` Dirk Berar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=559D414F.7010308@stagetec.com \
--to=d.berar@stagetec.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.