How to Test Yocto for i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Test Yocto for i.MX6

How to Test Yocto for i.MX6

Join FSL-community-bsp project: https://lists.yoctoproject.org/listinfo/meta-freescale

In order to test Yocto Project for i.MX6 or any other supported board please follow the instructions pointed by FSL Community BSP.

In order to download the source code, please follow this instructions FSL Community BSP.

With the downloaded source code, you can follow the steps from this training: Yocto Training - HOME

If you face a problem, please, send an email to https://lists.yoctoproject.org/listinfo/meta-freescale

This page made sense when there was not other tutorial to point people on how to download and build the very first image using Yocto Project tools for i.MX family boards. Today, FSL Community BSP has become a complete environment with its own landing page (FSL Community BSP) and a collaborative community around meta-freescale mailing list. I encourage you to register in meta-freescale mailing list.

I configured this document to be closed for new comments. In case of any issue or bug, please, send an email to meta-freescale.

Comments

Somehow all they baking and bake.
But do not know how the cake is to eat :smileycool:

Hi,there

     Can anyone tell me how to get through the error message of "http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl can't be loaded" while issuing "make DOC=adt-manual"

     My government blocked sourceforge away and I tried to download those projects in mirrorsites lacked in compilation. But for above message, I just don't know which project I should download for? I tried to download release,xsl, but failed to get correct file of eclipse3.xsl.

Hello Daiane !!

We bought a Sabre lite MCIMX6Q-SL from farnell (SABRE Lite i.MX6 Platform element14’s i.MX 6Quad Processor Evaluation Board  - element14) . We followed all yours steps, but we  only  got  kernel panics every single time (we used several images!). However after a week of hard working we deliberated that danny branch doesn't work for this sabre lite. We asked in many post i( yocto, element14 ... )providing feedbacks.  Finally the conclusion is :  if you want to use this board is better to compile the dylan branch! Please see below:


Yocto and IMX 6 Element14 devlopment kit  - element14

http://www.element14.com/community/thread/26340?start=0&tstart=0

It would be great if you can add a few words( when you explain how to download the BSP source) saying that we can download the dylan branch.(https://wiki.yoctoproject.org/wiki/Releases).

Thank you for  this post and your time!!

Diego,

Apologize for this! This great tutorial made by DaianeAngolini was create in the old and dark ages when danny was the stable branch. Now with Yocto 1.4, dylan is the one to choose. The document has been corrected. Hope you can advance faster in your project!

Leo

LeonardoSandovalGonzalez is right, controlhorus, it's a very old document.

For sabre lite help, please take a look on comments of this doc https://community.freescale.com/docs/DOC-94989

If you fell like, please, enter meta-freescale mail list: https://lists.yoctoproject.org/listinfo/meta-freescale

I just took a look at the freescale-community-bsp-platform repository on Github, and it looks like Something Has Happened.  Apparently the recommended branch name is now 'dora'.  Has the latest and greatest Official Freescale goodness dropped yet?  Can we move up to a new kernel?

Hi Leo,

We've been testing it and so far it looks great!

sbl

So everything builds just fine for the SabreSD and I am now ready to start hacking on my own BSP, layers, etc.  My only problem is I can't find the code for u-boot.  Patching the kernel is great, but that's not the first step in cloning a platform.  Where is u-boot?

All code is located under tmp/work, search on that folder. I just baked, and u-boot is on this path:

tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/git/

sbl

The u-boot in my build tree is u-boot-imx, not u-boot-fslc.  I used the recipe to see where to manually pull the source from and I placed it into the "git" folder, but it does not exist anywhere else in the build tree.

  • build@ubuntu:/media/i.MX6_ddr3/fsl-community-bsp/build.x11/tmp/work$ find . -iname mx6qsabresd.c
  • ./imx6qsabresd-poky-linux-gnueabi/u-boot-imx/2013-04-5/git/uboot-imx/board/freescale/mx6qsabresd/mx6qsabresd.c
  • build@ubuntu:/media/i.MX6_ddr3/fsl-community-bsp/build.x11/tmp/work$

If you are modifying the mx6qsabresd.c file, you should create a patch first, then either modifying the current recipe to add the patch OR create a .bbappend file in a new layer. The second option is better because it does not affect a working recipe.

Leo

sbl

Our board is a modified clone of the SD.  My normal process for building u-boot for a new platform is to create a new directory under board/freescale, copy the sd files into it, and then modify them.  Then I copy/rename the sd header file in include/configs to our board name and modify it.  My problem is I can’t do any of this because it doesn’t exist.  The source isn’t in the build tree.

It would be better if you post your question in a separate thread, including detail steps and your modified u-boot recipe.

Yes, please sbl, create a new thread and detail your environment,

Please, share or mention me.

Do you know this doc? https://community.freescale.com/docs/DOC-94849

After typing "bitbake fsl-image-test" i get

WARNING: Failed to fetch URL ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz, attempting MIRRORS if available

How can i change

ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz

to

https://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz

Try this on your local.conf

MIRRORS =+ " \

${FSL_MIRROR}  https://gnome-build-stage-1.googlecode.com \n \

"

And take a look on this link (as you having a lot of fetch error due to your proxy):

https://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#idm425008

and

https://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#idm425008/pre

Hope it helps

Daiane Angolini, thank you for reply.

Do you mean <yocto_root>/build/conf/local.conf ?

Since I post this issue i have learnt to fix this errors by editing *.bb files in <yocto_root>/source folder.

You sollution is much more better and i will try it when i will get next error or warning message from installer.

But it looks like "https://.." mirrors cause error messages in Yocto. Are you sure that it will be working?

I have no fetch error due to my proxy. I mean that it is alright with them. Link ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz is really unreachable.

But thanks for link to Yocto reference manual.

I think that image will be work despite to this warning messages. Is it?

And i have new warnings. Can you say something about this?

WARNING: QA Issue: lttng-modules: Files/directories were installed but not shipped

  /lib

  /lib/modules

  /lib/modules/3.0.35-1.1.0+yocto+g21304e1

  /lib/modules/3.0.35-1.1.0+yocto+g21304e1/kernel

  /lib/modules/3.0.35-1.1.0+yocto+g21304e1/kernel/lttng-modules

WARNING: File '/unit_tests/memtool' from imx-test was already stripped, this will prevent future debugging!

WARNING: debianutils: No generic license file exists for: SMAIL_GPL in any provider

Excuse me for bad English.

Regards.

See my reply made bold within your text

aleksandr Muraviov wrote:

Daiane Angolini, thank you for reply.

Do you mean <yocto_root>/build/conf/local.conf ?

Yes

Since I post this issue i have learnt to fix this errors by editing *.bb files in <yocto_root>/source folder.

You sollution is much more better and i will try it when i will get next error or warning message from installer.

But it looks like "https://.." mirrors cause error messages in Yocto. Are you sure that it will be working?


I have never tested if myself. And I´m not sure i would be able to *really* test it since I don´t have a proxy like yours..... But I think we can rely on yocto documentation. The more difficult would know the exactly mirror URL to use.


I have no fetch error due to my proxy. I mean that it is alright with them. Link ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz is really unreachable.

But thanks for link to Yocto reference manual.




Other thing to "trick" yocto would download the same package googling web for it, and copy the tar.gz into downloads folder (and create a file with exactly same filename and .done at end (for exemple uuid-1.6.2.tar.gz.done) in order to make bitbake believe it was already downloaded.

Offcourse it´s not ideal, but may give you some time....



I think that image will be work despite to this warning messages. Is it?

And i have new warnings. Can you say something about this?

The messages says you built those files and did not installed anywhere. It makes you think if you´re missing something or you´re really avoiding those files.

And other things you don´t have control, like memtool being already stripped

WARNING: QA Issue: lttng-modules: Files/directories were installed but not shipped

  /lib

  /lib/modules

  /lib/modules/3.0.35-1.1.0+yocto+g21304e1

  /lib/modules/3.0.35-1.1.0+yocto+g21304e1/kernel

  /lib/modules/3.0.35-1.1.0+yocto+g21304e1/kernel/lttng-modules

WARNING: File '/unit_tests/memtool' from imx-test was already stripped, this will prevent future debugging!

WARNING: debianutils: No generic license file exists for: SMAIL_GPL in any provider

Excuse me for bad English.

My english is bad too. Don´t worry

I´m from Brazil. Where are you from?

Regards.

I am using imx6 Sabre ARD and yocto and trying to get the touch working. I enabled the 3M in the kernal configuration and disabled all other touches. I receive an error in usbtouchscreen

Daiane Angolini, thank you for reply.


>> I have never tested if myself. And I´m not sure i would be able to *really* test it since I don´t have a proxy like yours..... But I think we can rely on yocto documentation. The more difficult would know the exactly mirror URL to use.

I tried it and it does not work for me. I get some python syntax error. I can not post it here. May be i dona something wrong. I think it is no matter.

I use "old, kind" edit *.dd files and it work for me.


>> Other thing to "trick" yocto would download the same package googling web for it, and copy the tar.gz into downloads folder (and create a file with exactly same filename and .done at end (for exemple uuid-1.6.2.tar.gz.done) in order to make bitbake believe it was already downloaded.

Sounds great.


>>The messages says you built those files and did not installed anywhere. It makes you think if you´re missing something or you´re really avoiding those files.

>> And other things you don´t have control, like memtool being already stripped.


I am so sorry, but i not really undestand what are you speaking about. I think it is no metter because it is just warning messages. Is it?

I´m from Brazil. Where are you from?


It is great! Maybe sometime I will travel there. I'm from Russia. Here is cold(

Please, create a new topic with your error message and some other information people can try to debug.

Feel free to mention me.

>>>I am so sorry, but i not really undestand what are you speaking about. I think it is no metter because it is just warning messages. Is it?


Yes :smileywink:



>>>It is great! Maybe sometime I will travel there. I'm from Russia. Here is cold(

Next year we have fifa world cup :smileygrin:


I think taht it is not so important. Images working. It is great.

But i have some issue with network subsystem. When i build target fsl-image-gui i can not make it working (i mean networking).

When kernel starting I get

Configuring network interfaces... eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=1:00, irq=-1)

udhcpc (v1.20.2) started

Sending discover...

PHY: 1:00 - Link is Up - 100/Full

net eth0: FEC ENET: rcv is not +last

Sending discover...

Sending discover...

No lease, failing

Starting rpcbind daemon...rpcbind: cannot create socket for udp6

rpcbind: cannot create socket for tcp6

done.

And then if i type

root@imx6qsabresd:~# udhcpc -i eth0 -n

I get

udhcpc (v1.20.2) started

Sending discover...

Sending discover...

Sending discover...

net eth0: FEC ENET: rcv is not +last

No lease, failing

root@imx6qsabresd:~#

Once i was able to connect to my board via ssh. But in shart time connection was refused.

So i can not get lease from my dhcp. If i use static ip and netmask network not working too. Sometime i get messages like this:


net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

net eth0: FEC ENET: rcv is not +last

Regards.

Almost forgot:

root@imx6qsabresd:~# uname -a

Linux imx6qsabresd 3.0.35-1.1.0+yocto+g21304e1 #1 SMP PREEMPT Wed Oct 9 17:15:15 MSK 2013 armv7l GNU/Linux

My board is MCIMX6Q-SDP SCH-27392 REV C3 700-27392 REV B.

Oh! I saw your email for meta-freescale! I prefer reply you there.

Thank you wery much, Daiane. I'm very much obliged to you.

Hi OtavioSalvador,

     When I test Tocto Ubuntu 10.04,

sudo apt-get install gawk wget git-core diffstat unzip texinfo \

     build-essential chrpath libsdl1.2-dev xterm



Download repo. It will help you to download the source code:

cd rootfs_builder

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo

chmod a+x ./repo

Download the BSP source:

cd rootfs_builder

./repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dylan

fatal: git 1.7.2 or later required?

how to solve this problem,want to install others libs?

Thanks.

Yes; it is.

First I'd advise you to use a newer OS version. For Ubuntu I'd suggest 12.04 (and for Debian, my preference, I'd use 7.2).

In case your cannot update your system, you can follow the link:

http://www.yoctoproject.org/docs/1.5/ref-manual/ref-manual.html#required-git-tar-and-python-versions

Which explains how to install the 'buildtools' tarball and use it in an older system.

Regarding the fsl-community-bsp branch, please use 'dora' as 'dylan' is not the current stable release and dora has nice new improvements :-)

Regards,

Hi Otaviosalvador,

   I try to test Yocto i.mx6. After

  repo sync

  vi conf/local.conf for example:

MACHINE ??= 'imx6qsabrelite'

DISTRO ?= 'poky'

PACKAGE_CLASSES ?= "package_rpm"

EXTRA_IMAGE_FEATURES = "debug-tweaks"

USER_CLASSES ?= "buildstats image-mklibs image-prelink"

PATCHRESOLVE = "noop"

CONF_VERSION = "1"

BB_NUMBER_THREADS = '8'

PARALLEL_MAKE = '-j 8'

ACCEPT_FSL_EULA = "1"

then run command:

bitbake core-image-minimal

This command run long time, but my computer power down unfortunately.

When I turn on my computer again,run this command bitbake core-image-minimal,

The program 'bitbake' is currently not installed.

You can install it by typing:

sudo apt-get install bitbake

Can you help me? I don't the reason.

Thanks.

Hello Lion,

after reboot Your computer or open a new terminal you must do

  • source ./setup-environment build

Why Your computer turned off could be based on Energy saving options. You should check that for the next bitbake

Joerg

You most probably is out of memory or similar; in either case you must to run the setup-environment script again as explained by Joerg-SH.

Joerg,Otaviosalvador,

      Thank you. bitbake core-image-minimal success;I want to play video,how to  build Qt-x11 with gstreamer by Yocto?

Regards,

hi,  did you find the issues sorted even i am receiving an error in usbtouchscreen

i have built qte-in-use-image and i have the linux running successfully and i am getting the smarthome demo now i want a root@imx6qsabre: and login to run the demo qt example as well as my own qt code but how do i get that login after samrthome demo. kindly help me with this?

You can get the login using the serial console conected to the board.

Hi people

I have built the image as described above but I am surprised by the size of the image in sda1.

I had imagined it would be much smaller

A full distribution install would only be 12Gigs

Any comments???

wayne@AMILO-2727:~/fsl-community-bsp/build/tmp/deploy/images/imx6dlsabresd$ df -h

Filesystem      Size  Used Avail Use% Mounted on

/dev/sda1       457G   57G  378G  13% /

none            4.0K     0  4.0K   0% /sys/fs/cgroup

udev            995M  4.0K  995M   1% /dev

tmpfs           201M  1.1M  200M   1% /run

none            5.0M     0  5.0M   0% /run/lock

none           1004M   15M  990M   2% /run/shm

none            100M   96K  100M   1% /run/user

wayne@AMILO-2727:~/fsl-community-bsp/build/tmp/deploy/images/imx6dlsabresd$

Thanks

Wayne

I don't get your point, wayne

What is the problem?

df is a terrible tool for measuring the size of your install (except maybe on the target system).  What you're seeing reflected in that 57G figure is:

  • Each final image repeated three times (once as a .tar.bz2 archive, once as an ext3 filesystem image, and once as a .sdcard block image),
  • All the source code files,
  • All the build products (.o files and such),
  • All the build tools,
  • Cached copies of the distribution archives and/or source repositories for all of the above (yes, entire Git repositories with full history get cloned -- all kinds of fun when it comes time to build the kernel),
  • The rest of your Linux installation.

So, yeah.  That figure is not a big surprise.

This guide is not actual now! At least this link doesn't work "curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo". Please, update it to the latest version. Thanks a lot!

Konstantin Kovalev wrote:

This guide is not actual now! At least this link doesn't work "curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo". Please, update it to the latest version. Thanks a lot!

You noticed that, too.  Here's what we're using now:

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ./repo

Thanks for your quick response! It works!

P.S. Daiane, could you please rewrite this line "curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ./repo"  in your main post to the correct one "curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ./repo". I guess that it will be really helpful... Thanks in advance!

In fact, I would like to remove this DOC and update all the others to the latest cmds.

There is no sense to have the same step-by-step duplicated in several files

%3CLINGO-SUB%20id%3D%22lingo-sub-1110838%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EHow%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110838%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2012pt%3B%20color%3A%20%23ff0000%3B%22%3EJoin%20FSL-community-bsp%20project%3A%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%3C%2FA%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%20order%20to%20test%20Yocto%20Project%20for%20i.MX6%20or%20%3CA%20href%3D%22http%3A%2F%2Ffreescale.github.io%2Fdoc%2Frelease-notes%2Fcurrent%2Findex.html%23document-bsp-scope%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eany%20other%20supported%20board%3C%2FA%3E%20please%20follow%20the%20instructions%20pointed%20by%20FSL%20Community%20BSP.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%20order%20to%20download%20the%20source%20code%2C%20please%20follow%20this%20instructions%20%3CA%20href%3D%22http%3A%2F%2Ffreescale.github.io%2F%23download%22%20title%3D%22http%3A%2F%2Ffreescale.github.io%2F%23download%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EFSL%20Community%20BSP%3C%2FA%3E.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWith%20the%20downloaded%20source%20code%2C%20you%20can%20follow%20the%20steps%20from%20this%20training%3A%20%3CSPAN%20style%3D%22font-size%3A%2012pt%3B%20color%3A%20%23ff0000%3B%22%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-94849%22%20target%3D%22_blank%22%3EYocto%20Training%20-%20HOME%3C%2FA%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20you%20face%20a%20problem%2C%20please%2C%20send%20an%20email%20to%20%3CSPAN%20style%3D%22font-size%3A%2012pt%3B%20color%3A%20%23ff0000%3B%22%3E%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%3C%2FA%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThis%20page%20made%20sense%20when%20there%20was%20not%20other%20tutorial%20to%20point%20people%20on%20how%20to%20download%20and%20build%20the%20very%20first%20image%20using%20Yocto%20Project%20tools%20for%20i.MX%20family%20boards.%20Today%2C%20FSL%20Community%20BSP%20has%20become%20a%20complete%20environment%20with%20its%20own%20landing%20page%20(%3CA%20href%3D%22http%3A%2F%2Ffreescale.github.io%2F%22%20title%3D%22http%3A%2F%2Ffreescale.github.io%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EFSL%20Community%20BSP%3C%2FA%3E)%20and%20a%20collaborative%20community%20around%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3E%3CSTRONG%3Emeta-freescale%3C%2FSTRONG%3E%3C%2FA%3E%20mailing%20list.%20I%20encourage%20you%20to%20register%20in%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Emeta-freescale%3C%2FA%3E%20mailing%20list.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20configured%20this%20document%20to%20be%20closed%20for%20new%20comments.%20In%20case%20of%20any%20issue%20or%20bug%2C%20please%2C%20send%20an%20email%20to%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Emeta-freescale%3C%2FA%3E.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111031%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111031%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIn%20fact%2C%20I%20would%20like%20to%20remove%20this%20DOC%20and%20update%20all%20the%20others%20to%20the%20latest%20cmds.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThere%20is%20no%20sense%20to%20have%20the%20same%20step-by-step%20duplicated%20in%20several%20files%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111030%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111030%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThanks%20for%20your%20quick%20response!%20It%20works!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EP.S.%20Daiane%2C%20could%20you%20please%20rewrite%20this%20line%20%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3E%20%22%3C%2FSPAN%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%233d3d3d%3B%22%3Ecurl%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20data-content-finding%3D%22Community%22%20href%3D%22https%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%22%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%236a737b%3B%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%3C%2FA%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%233d3d3d%3B%22%3E%20%26gt%3B%20.%2Frepo%22%3C%2FSPAN%3E%26nbsp%3B%20in%20your%20main%20post%20to%20the%20correct%20one%20%22%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20monospace%3B%22%3Ecurl%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fcommondatastorage.googleapis.com%2Fgit-repo-downloads%2Frepo%22%20style%3D%22font-family%3A%20monospace%3B%20color%3A%20%236a737b%3B%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fcommondatastorage.googleapis.com%2Fgit-repo-downloads%2Frepo%3C%2FA%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20monospace%3B%22%3E%20%26gt%3B%20.%2Frepo%3C%2FSPAN%3E%22.%20I%20guess%20that%20it%20will%20be%20really%20helpful...%20Thanks%20in%20advance!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111029%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111029%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CBLOCKQUOTE%3E%0A%3CP%3EKonstantin%20Kovalev%20wrote%3A%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EThis%20guide%20is%20not%20actual%20now!%20At%20least%20this%20link%20doesn't%20work%20%22%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3Ecurl%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20data-content-finding%3D%22Community%22%20href%3D%22https%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%22%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%236a737b%3B%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%3C%2FA%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3E%20%26gt%3B%20.%2Frepo%22%3C%2FSPAN%3E.%20Please%2C%20update%20it%20to%20the%20latest%20version.%20Thanks%20a%20lot!%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3CP%3EYou%20noticed%20that%2C%20too.%26nbsp%3B%20Here's%20what%20we're%20using%20now%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20monospace%3B%22%3Ecurl%20%3CA%20href%3D%22http%3A%2F%2Fcommondatastorage.googleapis.com%2Fgit-repo-downloads%2Frepo%22%20style%3D%22color%3A%20%234183c4%3B%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fcommondatastorage.googleapis.com%2Fgit-repo-downloads%2Frepo%3C%2FA%3E%20%26gt%3B%20.%2Frepo%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111028%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111028%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThis%20guide%20is%20not%20actual%20now!%20At%20least%20this%20link%20doesn't%20work%20%22%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3Ecurl%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20data-content-finding%3D%22Community%22%20href%3D%22https%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%22%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%236a737b%3B%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%3C%2FA%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3E%20%26gt%3B%20.%2Frepo%22%3C%2FSPAN%3E.%20Please%2C%20update%20it%20to%20the%20latest%20version.%20Thanks%20a%20lot!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111027%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111027%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CTT%3Edf%3C%2FTT%3E%20is%20a%20terrible%20tool%20for%20measuring%20the%20size%20of%20your%20install%20(except%20%3CEM%3Emaybe%3C%2FEM%3E%20on%20the%20target%20system).%26nbsp%3B%20What%20you're%20seeing%20reflected%20in%20that%2057G%20figure%20is%3A%3C%2FP%3E%3CUL%3E%3CLI%3EEach%20final%20image%20repeated%20three%20times%20(once%20as%20a%20.tar.bz2%20archive%2C%20once%20as%20an%20ext3%20filesystem%20image%2C%20and%20once%20as%20a%20.sdcard%20block%20image)%2C%3C%2FLI%3E%3CLI%3EAll%20the%20source%20code%20files%2C%3C%2FLI%3E%3CLI%3EAll%20the%20build%20products%20(.o%20files%20and%20such)%2C%3C%2FLI%3E%3CLI%3EAll%20the%20build%20tools%2C%3C%2FLI%3E%3CLI%3ECached%20copies%20of%20the%20distribution%20archives%20and%2For%20source%20repositories%20for%20all%20of%20the%20above%20(yes%2C%20entire%20Git%20repositories%20with%20full%20history%20get%20cloned%20--%20all%20kinds%20of%20fun%20when%20it%20comes%20time%20to%20build%20the%20kernel)%2C%3C%2FLI%3E%3CLI%3EThe%20rest%20of%20your%20Linux%20installation.%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3C%2FP%3E%3CP%3ESo%2C%20yeah.%26nbsp%3B%20That%20figure%20is%20not%20a%20big%20surprise.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111026%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111026%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20don't%20get%20your%20point%2C%20wayne%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWhat%20is%20the%20problem%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111025%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111025%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20people%3C%2FP%3E%3CP%3EI%20have%20built%20the%20image%20as%20described%20above%20but%20I%20am%20surprised%20by%20the%20size%20of%20the%20image%20in%20sda1.%3C%2FP%3E%3CP%3EI%20had%20imagined%20it%20would%20be%20much%20smaller%3C%2FP%3E%3CP%3EA%20full%20distribution%20install%20would%20only%20be%2012Gigs%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAny%20comments%3F%3F%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ewayne%40AMILO-2727%3A~%2Ffsl-community-bsp%2Fbuild%2Ftmp%2Fdeploy%2Fimages%2Fimx6dlsabresd%24%20df%20-h%3C%2FP%3E%3CP%3EFilesystem%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Size%26nbsp%3B%20Used%20Avail%20Use%25%20Mounted%20on%3C%2FP%3E%3CP%3E%2Fdev%2Fsda1%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20457G%26nbsp%3B%26nbsp%3B%2057G%26nbsp%3B%20378G%26nbsp%3B%2013%25%20%2F%3C%2FP%3E%3CP%3Enone%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%204.0K%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%204.0K%26nbsp%3B%26nbsp%3B%200%25%20%2Fsys%2Ffs%2Fcgroup%3C%2FP%3E%3CP%3Eudev%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20995M%26nbsp%3B%204.0K%26nbsp%3B%20995M%26nbsp%3B%26nbsp%3B%201%25%20%2Fdev%3C%2FP%3E%3CP%3Etmpfs%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20201M%26nbsp%3B%201.1M%26nbsp%3B%20200M%26nbsp%3B%26nbsp%3B%201%25%20%2Frun%3C%2FP%3E%3CP%3Enone%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%205.0M%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%205.0M%26nbsp%3B%26nbsp%3B%200%25%20%2Frun%2Flock%3C%2FP%3E%3CP%3Enone%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%201004M%26nbsp%3B%26nbsp%3B%2015M%26nbsp%3B%20990M%26nbsp%3B%26nbsp%3B%202%25%20%2Frun%2Fshm%3C%2FP%3E%3CP%3Enone%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20100M%26nbsp%3B%26nbsp%3B%2096K%26nbsp%3B%20100M%26nbsp%3B%26nbsp%3B%201%25%20%2Frun%2Fuser%3C%2FP%3E%3CP%3Ewayne%40AMILO-2727%3A~%2Ffsl-community-bsp%2Fbuild%2Ftmp%2Fdeploy%2Fimages%2Fimx6dlsabresd%24%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%20%3C%2FP%3E%3CP%3EWayne%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111024%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111024%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20can%20get%20the%20login%20using%20the%20serial%20console%20conected%20to%20the%20board.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111023%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111023%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ei%20have%20built%20qte-in-use-image%20and%20i%20have%20the%20linux%20running%20successfully%20and%20i%20am%20getting%20the%20smarthome%20demo%20now%20i%20want%20a%20root%40imx6qsabre%3A%20and%20login%20to%20run%20the%20demo%20qt%20example%20as%20well%20as%20my%20own%20qt%20code%20but%20how%20do%20i%20get%20that%20login%20after%20samrthome%20demo.%20kindly%20help%20me%20with%20this%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111022%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111022%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehi%2C%26nbsp%3B%20did%20you%20find%20the%20issues%20sorted%20even%20i%20am%20receiving%20an%20error%20in%20usbtouchscreen%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111021%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111021%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EJoerg%2COtaviosalvador%2C%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Thank%20you.%20bitbake%20core-image-minimal%20success%3BI%20want%20to%20play%20video%2Chow%20to%26nbsp%3B%20build%20Qt-x11%20with%20gstreamer%20by%20Yocto%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%2C%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111020%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111020%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20most%20probably%20is%20out%20of%20memory%20or%20similar%3B%20in%20either%20case%20you%20must%20to%20run%20the%20setup-environment%20script%20again%20as%20explained%20by%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FJoerg-SH%22%20target%3D%22_blank%22%3EJoerg-SH%3C%2FA%3E.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111019%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111019%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20Lion%2C%3C%2FP%3E%3CP%3Eafter%20reboot%20Your%20computer%20or%20open%20a%20new%20terminal%20you%20must%20do%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CUL%3E%3CLI%3Esource%20.%2Fsetup-environment%20build%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3C%2FP%3E%3CP%3EWhy%20Your%20computer%20turned%20off%20could%20be%20based%20on%20Energy%20saving%20options.%20You%20should%20check%20that%20for%20the%20next%20bitbake%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EJoerg%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111018%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111018%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Otaviosalvador%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%20I%20try%20to%20test%20Yocto%20i.mx6.%20After%3C%2FP%3E%3CP%3E%26nbsp%3B%20repo%20sync%3C%2FP%3E%3CP%3E%26nbsp%3B%20vi%20conf%2Flocal.conf%20for%20example%3A%3C%2FP%3E%3CBLOCKQUOTE%20class%3D%22jive-quote%22%3E%3CP%3EMACHINE%20%3F%3F%3D%20'%3CSTRONG%3Eimx6qsabrelite%3C%2FSTRONG%3E'%3C%2FP%3E%3CP%3EDISTRO%20%3F%3D%20'poky'%3C%2FP%3E%3CP%3EPACKAGE_CLASSES%20%3F%3D%20%22package_rpm%22%3C%2FP%3E%3CP%3EEXTRA_IMAGE_FEATURES%20%3D%20%22debug-tweaks%22%3C%2FP%3E%3CP%3EUSER_CLASSES%20%3F%3D%20%22buildstats%20image-mklibs%20image-prelink%22%3C%2FP%3E%3CP%3EPATCHRESOLVE%20%3D%20%22noop%22%3C%2FP%3E%3CP%3ECONF_VERSION%20%3D%20%221%22%3C%2FP%3E%3CP%3EBB_NUMBER_THREADS%20%3D%20'8'%3C%2FP%3E%3CP%3EPARALLEL_MAKE%20%3D%20'-j%208'%3C%2FP%3E%3CP%3EACCEPT_FSL_EULA%20%3D%20%221%22%3C%2FP%3E%3C%2FBLOCKQUOTE%3E%3CP%3Ethen%20run%20command%3A%3C%2FP%3E%3CP%3Ebitbake%20core-image-minimal%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThis%20command%20run%20long%20time%2C%20but%20my%20computer%20power%20down%20unfortunately.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWhen%20I%20turn%20on%20my%20computer%20again%2Crun%20this%20command%20bitbake%20core-image-minimal%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20program%20'bitbake'%20is%20currently%20not%20installed.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20can%20install%20it%20by%20typing%3A%3C%2FP%3E%3CP%3Esudo%20apt-get%20install%20bitbake%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECan%20you%20help%20me%3F%20I%20don't%20the%20reason.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111017%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111017%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%3B%20it%20is.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFirst%20I'd%20advise%20you%20to%20use%20a%20newer%20OS%20version.%20For%20Ubuntu%20I'd%20suggest%2012.04%20(and%20for%20Debian%2C%20my%20preference%2C%20I'd%20use%207.2).%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%20case%20your%20cannot%20update%20your%20system%2C%20you%20can%20follow%20the%20link%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20class%3D%22loading%22%20href%3D%22http%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2F1.5%2Fref-manual%2Fref-manual.html%23required-git-tar-and-python-versions%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2F1.5%2Fref-manual%2Fref-manual.html%23required-git-tar-and-python-versions%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWhich%20explains%20how%20to%20install%20the%20'buildtools'%20tarball%20and%20use%20it%20in%20an%20older%20system.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegarding%20the%20fsl-community-bsp%20branch%2C%20please%20use%20'dora'%20as%20'dylan'%20is%20not%20the%20current%20stable%20release%20and%20dora%20has%20nice%20new%20improvements%20%3CLI-EMOJI%20id%3D%22lia_slightly-smiling-face%22%20title%3D%22%3Aslightly_smiling_face%3A%22%3E%3C%2FLI-EMOJI%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%2C%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111016%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111016%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20OtavioSalvador%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20When%20I%20test%20Tocto%20Ubuntu%2010.04%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20black%3B%22%3Esudo%20apt-get%20install%20gawk%20wget%20git-core%20diffstat%20unzip%20texinfo%20%5C%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20black%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20build-essential%20chrpath%20libsdl1.2-dev%20xterm%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20black%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20black%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EDownload%20repo.%20It%20will%20help%20you%20to%20download%20the%20source%20code%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CBLOCKQUOTE%20class%3D%22jive-quote%22%3E%3CP%3Ecd%20rootfs_builder%3C%2FP%3E%3CP%3Ecurl%20%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%3C%2FA%3E%20%26gt%3B%20.%2Frepo%3C%2FP%3E%3CP%3Echmod%20a%2Bx%20.%2Frepo%3C%2FP%3E%3C%2FBLOCKQUOTE%3E%3CP%3E%3C%2FP%3E%3CP%3EDownload%20the%20BSP%20source%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ecd%20rootfs_builder%3C%2FP%3E%3CP%3E.%2Frepo%20init%20-u%20%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%20-b%20dylan%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Efatal%3A%20git%201.7.2%20or%20later%20required%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ehow%20to%20solve%20this%20problem%2Cwant%20to%20install%20others%20libs%3F%3C%2FP%3E%3CP%3EThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111015%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111015%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThank%20you%20wery%20much%2C%20Daiane.%20%3CSPAN%20style%3D%22color%3A%20%23000000%3B%20font-family%3A%20Verdana%2C%20Arial%2C%20Helvetica%2C%20sans-serif%3B%20font-size%3A%2012px%3B%20font-style%3A%20normal%3B%20font-weight%3A%20normal%3B%20text-align%3A%20start%3B%20text-indent%3A%200px%3B%22%3EI'm%20very%20much%20obliged%20to%20you.%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111014%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111014%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOh!%20I%20saw%20your%20email%20for%20meta-freescale!%20I%20prefer%20reply%20you%20there.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111013%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111013%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EMy%20board%20is%20MCIMX6Q-SDP%20SCH-27392%20REV%20C3%20700-27392%20REV%20B.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111012%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111012%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAlmost%20forgot%3A%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3Eroot%40imx6qsabresd%3A~%23%20uname%20-a%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3ELinux%20imx6qsabresd%203.0.35-1.1.0%2Byocto%2Bg21304e1%20%231%20SMP%20PREEMPT%20Wed%20Oct%209%2017%3A15%3A15%20MSK%202013%20armv7l%20GNU%2FLinux%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111011%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111011%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20think%20taht%20it%20is%20not%20so%20important.%20Images%20working.%20It%20is%20great.%3C%2FP%3E%3CP%3EBut%20i%20have%20some%20issue%20with%20network%20subsystem.%20When%20i%20build%20target%20fsl-image-gui%20i%20can%20not%20make%20it%20working%20(i%20mean%20networking).%20%3C%2FP%3E%3CP%3EWhen%20kernel%20starting%20I%20get%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3EConfiguring%20network%20interfaces...%20eth0%3A%20Freescale%20FEC%20PHY%20driver%20%5BGeneric%20PHY%5D%20(mii_bus%3Aphy_addr%3D1%3A00%2C%20irq%3D-1)%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Eudhcpc%20(v1.20.2)%20started%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ESending%20discover...%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3EPHY%3A%201%3A00%20-%20Link%20is%20Up%20-%20100%2FFull%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ESending%20discover...%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ESending%20discover...%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ENo%20lease%2C%20failing%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3EStarting%20rpcbind%20daemon...rpcbind%3A%20cannot%20create%20socket%20for%20udp6%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Erpcbind%3A%20cannot%20create%20socket%20for%20tcp6%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Edone.%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%20then%20if%20i%20type%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Eroot%40imx6qsabresd%3A~%23%20udhcpc%20-i%20eth0%20-n%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20get%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Eudhcpc%20(v1.20.2)%20started%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ESending%20discover...%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ESending%20discover...%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ESending%20discover...%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3ENo%20lease%2C%20failing%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Eroot%40imx6qsabresd%3A~%23%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EOnce%20i%20was%20able%20to%20connect%20to%20my%20board%20via%20ssh.%20But%20in%20shart%20time%20connection%20was%20refused.%3C%2FP%3E%3CP%3ESo%20i%20can%20not%20get%20lease%20from%20my%20dhcp.%20If%20i%20use%20static%20ip%20and%20netmask%20network%20not%20working%20too.%20Sometime%20i%20get%20messages%20like%20this%3A%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%3CSTRONG%3Enet%20eth0%3A%20FEC%20ENET%3A%20rcv%20is%20not%20%2Blast%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111010%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111010%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%26gt%3B%26gt%3B%26gt%3BI%20am%20so%20sorry%2C%20but%20i%20not%20really%20undestand%20what%20are%20you%20speaking%20about.%20I%20think%20it%20is%20no%20metter%20because%20it%20is%20just%20warning%20messages.%20Is%20it%3F%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EYes%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CBR%20%2F%3E%26gt%3B%26gt%3B%26gt%3BIt%20is%20great!%20Maybe%20sometime%20I%20will%20travel%20there.%20I'm%20from%20Russia.%20Here%20is%20cold(%3C%2FP%3E%3CP%3E%3CSTRONG%3ENext%20year%20we%20have%20fifa%20world%20cup%20%3Asmileygrin%3A%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111009%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111009%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EPlease%2C%20create%20a%20new%20topic%20with%20your%20error%20message%20and%20some%20other%20information%20people%20can%20try%20to%20debug.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFeel%20free%20to%20mention%20me.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111008%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111008%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20class%3D%22jiveTT-hover-user%20jive-username-link%22%3EDaiane%20Angolini%2C%20thank%20you%20for%20reply.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22jiveTT-hover-user%20jive-username-link%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22jiveTT-hover-user%20jive-username-link%22%3E%3CSTRONG%3E%26gt%3B%26gt%3B%20I%20have%20never%20tested%20if%20myself.%20And%20I%C2%B4m%20not%20sure%20i%20would%20be%20able%20to%20*really*%20test%20it%20since%20I%20don%C2%B4t%20have%20a%20proxy%20like%20yours.....%20But%20I%20think%20we%20can%20rely%20on%20yocto%20documentation.%20The%20more%20difficult%20would%20know%20the%20exactly%20mirror%20URL%20to%20use.%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EI%20tried%20it%20and%20it%20does%20not%20work%20for%20me.%20I%20get%20some%20python%20syntax%20error.%20I%20can%20not%20post%20it%20here.%20May%20be%20i%20dona%20something%20wrong.%20I%20think%20it%20is%20no%20matter.%3C%2FP%3E%3CP%3EI%20use%20%22old%2C%20kind%22%20edit%20*.dd%20files%20and%20it%20work%20for%20me.%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%26gt%3B%26gt%3B%20%3CSTRONG%20style%3D%22color%3A%20%233d3d3d%3B%20font-size%3A%2012.8px%3B%20font-family%3A%20'Helvetica%20Neue'%2CHelvetica%2CArial%2C'Lucida%20Grande'%2Csans-serif%3B%22%3EOther%20thing%20to%20%22trick%22%20yocto%20would%20download%20the%20same%20package%20googling%20web%20for%20it%2C%20and%20copy%20the%20tar.gz%20into%20downloads%20folder%20(and%20create%20a%20file%20with%20exactly%20same%20filename%20and%20.done%20at%20end%20(for%20exemple%20uuid-1.6.2.tar.gz.done)%20in%20order%20to%20make%20bitbake%20believe%20it%20was%20already%20downloaded.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3ESounds%20great.%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%26gt%3B%26gt%3BThe%20messages%20says%20you%20built%20those%20files%20and%20did%20not%20installed%20anywhere.%20It%20makes%20you%20think%20if%20you%C2%B4re%20missing%20something%20or%20you%C2%B4re%20really%20avoiding%20those%20files.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%26gt%3B%26gt%3B%20And%20other%20things%20you%20don%C2%B4t%20have%20control%2C%20like%20memtool%20being%20already%20stripped.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3EI%20am%20so%20sorry%2C%20but%20i%20not%20really%20undestand%20what%20are%20you%20speaking%20about.%20I%20think%20it%20is%20no%20metter%20because%20it%20is%20just%20warning%20messages.%20Is%20it%3F%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EI%C2%B4m%20from%20Brazil.%20Where%20are%20you%20from%3F%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3EIt%20is%20great!%20Maybe%20sometime%20I%20will%20travel%20there.%20I'm%20from%20Russia.%20Here%20is%20cold(%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111007%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111007%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20am%20using%20imx6%20Sabre%20ARD%20and%20yocto%20and%20trying%20to%20get%20the%20touch%20working.%20I%20enabled%20the%203M%20in%20the%20kernal%20configuration%20and%20disabled%20all%20other%20touches.%20I%20receive%20an%20error%20in%20usbtouchscreen%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111006%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111006%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESee%20my%20reply%20made%20bold%20within%20your%20text%3C%2FP%3E%3CBLOCKQUOTE%3E%0A%3CP%3Ealeksandr%20Muraviov%20wrote%3A%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EDaiane%20Angolini%2C%20thank%20you%20for%20reply.%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EDo%20you%20mean%20%3CYOCTO_ROOT%3E%2Fbuild%2Fconf%2Flocal.conf%20%3F%3C%2FYOCTO_ROOT%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EYes%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3ESince%20I%20post%20this%20issue%20i%20have%20learnt%20to%20fix%20this%20errors%20by%20editing%20*.bb%20files%20in%20%3CYOCTO_ROOT%3E%2Fsource%20folder.%3C%2FYOCTO_ROOT%3E%3C%2FP%3E%0A%3CP%3EYou%20sollution%20is%20much%20more%20better%20and%20i%20will%20try%20it%20when%20i%20will%20get%20next%20error%20or%20warning%20message%20from%20installer.%3C%2FP%3E%0A%3CP%3E%3CSPAN%3EBut%20it%20looks%20like%20%22%3C%2FSPAN%3E%3CA%20_jive_internal%3D%22true%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2F%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2F%3C%2FA%3E%3CSPAN%3E..%22%20mirrors%20cause%20error%20messages%20in%20Yocto.%20Are%20you%20sure%20that%20it%20will%20be%20working%3F%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3E%3CSTRONG%3EI%20have%20never%20tested%20if%20myself.%20And%20I%C2%B4m%20not%20sure%20i%20would%20be%20able%20to%20*really*%20test%20it%20since%20I%20don%C2%B4t%20have%20a%20proxy%20like%20yours.....%20But%20I%20think%20we%20can%20rely%20on%20yocto%20documentation.%20The%20more%20difficult%20would%20know%20the%20exactly%20mirror%20URL%20to%20use.%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EI%20have%20no%20%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3Efetch%20error%20due%20to%20my%20proxy.%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3E%20I%20mean%20that%20it%20is%20alright%20with%20them.%3C%2FSPAN%3E%20Link%20%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22ftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%3C%2FA%3E%20is%20really%20unreachable.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3EBut%20thanks%20for%20link%20to%20Yocto%20reference%20manual.%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%20style%3D%22color%3A%20%233d3d3d%3B%20font-size%3A%2012.8px%3B%20font-family%3A%20'Helvetica%20Neue'%2CHelvetica%2CArial%2C'Lucida%20Grande'%2Csans-serif%3B%22%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%20style%3D%22color%3A%20%233d3d3d%3B%20font-size%3A%2012.8px%3B%20font-family%3A%20'Helvetica%20Neue'%2CHelvetica%2CArial%2C'Lucida%20Grande'%2Csans-serif%3B%22%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%20style%3D%22color%3A%20%233d3d3d%3B%20font-size%3A%2012.8px%3B%20font-family%3A%20'Helvetica%20Neue'%2CHelvetica%2CArial%2C'Lucida%20Grande'%2Csans-serif%3B%22%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%20style%3D%22color%3A%20%233d3d3d%3B%20font-size%3A%2012.8px%3B%20font-family%3A%20'Helvetica%20Neue'%2CHelvetica%2CArial%2C'Lucida%20Grande'%2Csans-serif%3B%22%3EOther%20thing%20to%20%22trick%22%20yocto%20would%20download%20the%20same%20package%20googling%20web%20for%20it%2C%20and%20copy%20the%20tar.gz%20into%20downloads%20folder%20(and%20create%20a%20file%20with%20exactly%20same%20filename%20and%20.done%20at%20end%20(for%20exemple%20uuid-1.6.2.tar.gz.done)%20in%20order%20to%20make%20bitbake%20believe%20it%20was%20already%20downloaded.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3E%3CSTRONG%3EOffcourse%20it%C2%B4s%20not%20ideal%2C%20but%20may%20give%20you%20some%20time....%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EI%20think%20that%20image%20will%20be%20work%20despite%20to%20this%20warning%20messages.%20Is%20it%3F%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EAnd%20i%20have%20new%20warnings.%20Can%20you%20say%20something%20about%20this%3F%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EThe%20messages%20says%20you%20built%20those%20files%20and%20did%20not%20installed%20anywhere.%20It%20makes%20you%20think%20if%20you%C2%B4re%20missing%20something%20or%20you%C2%B4re%20really%20avoiding%20those%20files.%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EAnd%20other%20things%20you%20don%C2%B4t%20have%20control%2C%20like%20memtool%20being%20already%20stripped%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3EWARNING%3A%20QA%20Issue%3A%20lttng-modules%3A%20Files%2Fdirectories%20were%20installed%20but%20not%20shipped%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%2F3.0.35-1.1.0%2Byocto%2Bg21304e1%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%2F3.0.35-1.1.0%2Byocto%2Bg21304e1%2Fkernel%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%2F3.0.35-1.1.0%2Byocto%2Bg21304e1%2Fkernel%2Flttng-modules%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3EWARNING%3A%20File%20'%2Funit_tests%2Fmemtool'%20from%20imx-test%20was%20already%20stripped%2C%20this%20will%20prevent%20future%20debugging!%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CEM%3EWARNING%3A%20debianutils%3A%20No%20generic%20license%20file%20exists%20for%3A%20SMAIL_GPL%20in%20any%20provider%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EExcuse%20me%20for%20bad%20English.%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EMy%20english%20is%20bad%20too.%20Don%C2%B4t%20worry%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3EI%C2%B4m%20from%20Brazil.%20Where%20are%20you%20from%3F%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3ERegards.%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111005%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111005%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDaiane%20Angolini%2C%20thank%20you%20for%20reply.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EDo%20you%20mean%20%3CYOCTO_ROOT%3E%2Fbuild%2Fconf%2Flocal.conf%20%3F%3C%2FYOCTO_ROOT%3E%3C%2FP%3E%3CP%3ESince%20I%20post%20this%20issue%20i%20have%20learnt%20to%20fix%20this%20errors%20by%20editing%20*.bb%20files%20in%20%3CYOCTO_ROOT%3E%2Fsource%20folder.%3C%2FYOCTO_ROOT%3E%3C%2FP%3E%3CP%3EYou%20sollution%20is%20much%20more%20better%20and%20i%20will%20try%20it%20when%20i%20will%20get%20next%20error%20or%20warning%20message%20from%20installer.%3C%2FP%3E%3CP%3E%3CSPAN%3EBut%20it%20looks%20like%20%22%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2F%3C%2FA%3E%3CSPAN%3E..%22%20mirrors%20cause%20error%20messages%20in%20Yocto.%20Are%20you%20sure%20that%20it%20will%20be%20working%3F%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20have%20no%20%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3Efetch%20error%20due%20to%20my%20proxy.%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3E%20I%20mean%20that%20it%20is%20alright%20with%20them.%3C%2FSPAN%3E%20Link%20%3CA%20href%3D%22ftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%22%20title%3D%22ftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%3C%2FA%3E%20is%20really%20unreachable.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22color%3A%20%233d3d3d%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2012.800000190734863px%3B%22%3EBut%20thanks%20for%20link%20to%20Yocto%20reference%20manual.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20think%20that%20image%20will%20be%20work%20despite%20to%20this%20warning%20messages.%20Is%20it%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%20i%20have%20new%20warnings.%20Can%20you%20say%20something%20about%20this%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3EWARNING%3A%20QA%20Issue%3A%20lttng-modules%3A%20Files%2Fdirectories%20were%20installed%20but%20not%20shipped%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%2F3.0.35-1.1.0%2Byocto%2Bg21304e1%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%2F3.0.35-1.1.0%2Byocto%2Bg21304e1%2Fkernel%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3E%26nbsp%3B%20%2Flib%2Fmodules%2F3.0.35-1.1.0%2Byocto%2Bg21304e1%2Fkernel%2Flttng-modules%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3EWARNING%3A%20File%20'%2Funit_tests%2Fmemtool'%20from%20imx-test%20was%20already%20stripped%2C%20this%20will%20prevent%20future%20debugging!%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CEM%3EWARNING%3A%20debianutils%3A%20No%20generic%20license%20file%20exists%20for%3A%20SMAIL_GPL%20in%20any%20provider%3C%2FEM%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EExcuse%20me%20for%20bad%20English.%3C%2FP%3E%3CP%3ERegards.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111004%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111004%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ETry%20this%20on%20your%20local.conf%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EMIRRORS%20%3D%2B%20%22%20%5C%3C%2FP%3E%3CP%3E%24%7BFSL_MIRROR%7D%26nbsp%3B%20%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgnome-build-stage-1.googlecode.com%2Ffiles%2Fuuid-1.6.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3E%3CEM%3E%3C%2FEM%3E%3C%2FA%3E%3CA%20href%3D%22https%3A%2F%2Fgnome-build-stage-1.googlecode.com%22%20target%3D%22test_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgnome-build-stage-1.googlecode.com%3C%2FA%3E%20%5Cn%20%5C%3C%2FP%3E%3CP%3E%22%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%20take%20a%20look%20on%20this%20link%20(as%20you%20having%20a%20lot%20of%20fetch%20error%20due%20to%20your%20proxy)%3A%3C%2FP%3E%3CP%3E%3CA%20class%3D%22loading%22%20href%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fpoky-ref-manual%2Fpoky-ref-manual.html%23idm425008%22%20title%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fpoky-ref-manual%2Fpoky-ref-manual.html%23idm425008%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fpoky-ref-manual%2Fpoky-ref-manual.html%23idm425008%3C%2FA%3E%3C%2FP%3E%3CP%3Eand%3C%2FP%3E%3CP%3E%3CA%20class%3D%22loading%22%20href%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fpoky-ref-manual%2Fpoky-ref-manual.html%23idm425008%2Fpre%22%20title%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fpoky-ref-manual%2Fpoky-ref-manual.html%23idm425008%2Fpre%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fpoky-ref-manual%2Fpoky-ref-manual.html%23idm425008%2Fpre%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHope%20it%20helps%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111003%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111003%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAfter%20typing%20%22bitbake%20fsl-image-test%22%20i%20get%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CSPAN%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22ftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%3C%2FA%3E%3CSPAN%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHow%20can%20i%20change%20%3C%2FP%3E%3CP%3E%3CEM%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22ftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eftp%3A%2F%2Fftp.ossp.org%2Fpkg%2Flib%2Fuuid%2Fuuid-1.6.2.tar.gz%3C%2FA%3E%3C%2FEM%3E%20%3C%2FP%3E%3CP%3Eto%20%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fgnome-build-stage-1.googlecode.com%2Ffiles%2Fuuid-1.6.2.tar.gz%22%20title%3D%22https%3A%2F%2Fgnome-build-stage-1.googlecode.com%2Ffiles%2Fuuid-1.6.2.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3E%3CEM%3E%3C%2FEM%3E%3C%2FA%3E%3CA%20href%3D%22https%3A%2F%2Fgnome-build-stage-1.googlecode.com%2Ffiles%2Fuuid-1.6.2.tar.gz%22%20target%3D%22test_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgnome-build-stage-1.googlecode.com%2Ffiles%2Fuuid-1.6.2.tar.gz%3C%2FA%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111002%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111002%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%2C%20please%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fsbl%22%20target%3D%22_blank%22%3Esbl%3C%2FA%3E%2C%20create%20a%20new%20thread%20and%20detail%20your%20environment%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EPlease%2C%20share%20or%20mention%20me.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EDo%20you%20know%20this%20doc%3F%20%3CA%20_jive_internal%3D%22true%22%20class%3D%22loading%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-94849%22%20title%3D%22https%3A%2F%2Fcommunity.freescale.com%2Fdocs%2FDOC-94849%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fcommunity.freescale.com%2Fdocs%2FDOC-94849%3C%2FA%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111001%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111001%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIt%20would%20be%20better%20if%20you%20post%20your%20question%20in%20a%20separate%20thread%2C%20including%20detail%20steps%20and%20your%20modified%20u-boot%20recipe.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1111000%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1111000%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOur%20board%20is%20a%20modified%20clone%20of%20the%20SD.%26nbsp%3B%20My%20normal%20process%20for%20building%20u-boot%20for%20a%20new%20platform%20is%20to%20create%20a%20new%20directory%20under%20board%2Ffreescale%2C%20copy%20the%20sd%20files%20into%20it%2C%20and%20then%20modify%20them.%26nbsp%3B%20Then%20I%20copy%2Frename%20the%20sd%20header%20file%20in%20include%2Fconfigs%20to%20our%20board%20name%20and%20modify%20it.%26nbsp%3B%20My%20problem%20is%20I%20can%E2%80%99t%20do%20any%20of%20this%20because%20it%20doesn%E2%80%99t%20exist.%26nbsp%3B%20The%20source%20isn%E2%80%99t%20in%20the%20build%20tree.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110999%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110999%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIf%20you%20are%20modifying%20the%20mx6qsabresd.c%20file%2C%20you%20should%20create%20a%20patch%20first%2C%20then%20either%20modifying%20the%20current%20recipe%20to%20add%20the%20patch%20OR%20create%20a%20.bbappend%20file%20in%20a%20new%20layer.%20The%20second%20option%20is%20better%20because%20it%20does%20not%20affect%20a%20working%20recipe.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110998%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110998%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20u-boot%20in%20my%20build%20tree%20is%20u-boot-imx%2C%20not%20u-boot-fslc.%26nbsp%3B%20I%20used%20the%20recipe%20to%20see%20where%20to%20manually%20pull%20the%20source%20from%20and%20I%20placed%20it%20into%20the%20%22git%22%20folder%2C%20but%20it%20does%20not%20exist%20anywhere%20else%20in%20the%20build%20tree.%3C%2FP%3E%3CUL%3E%3CLI%3Ebuild%40ubuntu%3A%2Fmedia%2Fi.MX6_ddr3%2Ffsl-community-bsp%2Fbuild.x11%2Ftmp%2Fwork%24%20find%20.%20-iname%20mx6qsabresd.c%3C%2FLI%3E%3CLI%3E.%2Fimx6qsabresd-poky-linux-gnueabi%2Fu-boot-imx%2F2013-04-5%2Fgit%2Fuboot-imx%2Fboard%2Ffreescale%2Fmx6qsabresd%2Fmx6qsabresd.c%3C%2FLI%3E%3CLI%3Ebuild%40ubuntu%3A%2Fmedia%2Fi.MX6_ddr3%2Ffsl-community-bsp%2Fbuild.x11%2Ftmp%2Fwork%24%3C%2FLI%3E%3C%2FUL%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110997%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110997%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAll%20code%20is%20located%20under%20tmp%2Fwork%2C%20search%20on%20that%20folder.%20I%20just%20baked%2C%20and%20u-boot%20is%20on%20this%20path%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CBLOCKQUOTE%3E%0A%3CP%3Etmp%2Fwork%2Fimx6qsabresd-poky-linux-gnueabi%2Fu-boot-fslc%2Fv2013.10-r0%2Fgit%2F%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110996%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110996%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESo%20everything%20builds%20just%20fine%20for%20the%20SabreSD%20and%20I%20am%20now%20ready%20to%20start%20hacking%20on%20my%20own%20BSP%2C%20layers%2C%20etc.%26nbsp%3B%20My%20only%20problem%20is%20I%20can't%20find%20the%20code%20for%20u-boot.%26nbsp%3B%20Patching%20the%20kernel%20is%20great%2C%20but%20that's%20not%20the%20first%20step%20in%20cloning%20a%20platform.%26nbsp%3B%20Where%20is%20u-boot%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110995%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110995%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Leo%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWe've%20been%20testing%20it%20and%20so%20far%20it%20looks%20great!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110994%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110994%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20just%20took%20a%20look%20at%20the%20freescale-community-bsp-platform%20repository%20on%20Github%2C%20and%20it%20looks%20like%20Something%20Has%20Happened.%26nbsp%3B%20Apparently%20the%20recommended%20branch%20name%20is%20now%20'dora'.%26nbsp%3B%20Has%20the%20latest%20and%20greatest%20Official%20Freescale%20goodness%20dropped%20yet%3F%26nbsp%3B%20Can%20we%20move%20up%20to%20a%20new%20kernel%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110993%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110993%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FLeonardoSandovalGonzalez%22%20target%3D%22_blank%22%3ELeonardoSandovalGonzalez%3C%2FA%3E%20is%20right%2C%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fcontrolhorus%22%20target%3D%22_blank%22%3Econtrolhorus%3C%2FA%3E%2C%20it's%20a%20very%20old%20document.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFor%20sabre%20lite%20help%2C%20please%20take%20a%20look%20on%20comments%20of%20this%20doc%20%3CA%20_jive_internal%3D%22true%22%20class%3D%22loading%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-94989%22%20title%3D%22https%3A%2F%2Fcommunity.freescale.com%2Fdocs%2FDOC-94989%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fcommunity.freescale.com%2Fdocs%2FDOC-94989%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20you%20fell%20like%2C%20please%2C%20enter%20meta-freescale%20mail%20list%3A%20%3CA%20class%3D%22loading%22%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20title%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%3C%2FA%3E%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110992%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110992%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDiego%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EApologize%20for%20this!%20This%20great%20tutorial%20made%20by%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FDaianeAngolini%22%20target%3D%22_blank%22%3EDaianeAngolini%3C%2FA%3E%20was%20create%20in%20the%20old%20and%20dark%20ages%20when%20%3CSTRONG%3Edanny%3C%2FSTRONG%3E%20was%20the%20stable%20branch.%20Now%20with%20Yocto%201.4%2C%20%3CSTRONG%3Edylan%3C%2FSTRONG%3E%20is%20the%20one%20to%20choose.%20The%20document%20has%20been%20corrected.%20Hope%20you%20can%20advance%20faster%20in%20your%20project!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110991%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110991%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20Daiane%20!!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWe%20bought%20a%20Sabre%20lite%20MCIMX6Q-SL%20from%20farnell%20(%3CA%20href%3D%22http%3A%2F%2Fwww.element14.com%2Fcommunity%2Fcommunity%2Fknode%2Fsingle-board_computers%2Fsabrelite%22%20title%3D%22http%3A%2F%2Fwww.element14.com%2Fcommunity%2Fcommunity%2Fknode%2Fsingle-board_computers%2Fsabrelite%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3ESABRE%20Lite%20i.MX6%20Platform%20element14%E2%80%99s%20i.MX%206Quad%20Processor%20Evaluation%20Board%26nbsp%3B%20-%20element14%3C%2FA%3E)%20.%20We%20followed%20all%20yours%20steps%2C%20but%20we%26nbsp%3B%20only%26nbsp%3B%20got%26nbsp%3B%20kernel%20panics%20every%20single%20time%20(we%20used%20several%20images!).%20However%20after%20a%20week%20of%20hard%20working%20we%20%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3Edeliberated%20that%20%3CSPAN%20style%3D%22text-decoration%3A%20underline%3B%22%3E%3CSTRONG%3Edanny%20branch%20doesn't%20work%3C%2FSTRONG%3E%3C%2FSPAN%3E%20for%20this%20sabre%20lite.%20We%20asked%20in%20many%20post%20i(%20yocto%2C%20element14%20...%20)providing%20feedbacks.%26nbsp%3B%20Finally%20the%20conclusion%20is%20%3A%26nbsp%3B%20if%20you%20want%20to%20use%20this%20board%20is%20better%20to%20compile%20the%20%3CSTRONG%3Edylan%20branch!%20%3C%2FSTRONG%3EPlease%20see%20below%3A%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3E%3CA%20href%3D%22http%3A%2F%2Fwww.element14.com%2Fcommunity%2Fmessage%2F78135%2378135%2Fl%2Fre-yocto-and-imx-6-element14-devlopment-kit%22%20title%3D%22http%3A%2F%2Fwww.element14.com%2Fcommunity%2Fmessage%2F78135%2378135%2Fl%2Fre-yocto-and-imx-6-element14-devlopment-kit%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EYocto%20and%20IMX%206%20Element14%20devlopment%20kit%26nbsp%3B%20-%20element14%3C%2FA%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fwww.element14.com%2Fcommunity%2Fthread%2F26340%3Fstart%3D0%26amp%3Btstart%3D0%22%20title%3D%22http%3A%2F%2Fwww.element14.com%2Fcommunity%2Fthread%2F26340%3Fstart%3D0%26amp%3Btstart%3D0%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fwww.element14.com%2Fcommunity%2Fthread%2F26340%3Fstart%3D0%26amp%3Btstart%3D0%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIt%20would%20be%20great%20if%20you%20can%20add%20a%20few%20words(%20when%20you%20explain%20how%20to%20download%20the%20BSP%20source)%20saying%20that%20we%20can%20download%20the%20dylan%20branch.(%3CA%20href%3D%22https%3A%2F%2Fwiki.yoctoproject.org%2Fwiki%2FReleases%22%20title%3D%22https%3A%2F%2Fwiki.yoctoproject.org%2Fwiki%2FReleases%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fwiki.yoctoproject.org%2Fwiki%2FReleases%3C%2FA%3E).%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThank%20you%20for%26nbsp%3B%20this%20post%20and%20your%20time!!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110990%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110990%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2Cthere%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Can%20anyone%20tell%20me%20how%20to%20get%20through%20the%20error%20message%20of%20%22%3CA%20href%3D%22http%3A%2F%2Fdocbook.sourceforge.net%2Frelease%2Fxsl%2Fcurrent%2Feclipse%2Feclipse3.xsl%22%20title%3D%22http%3A%2F%2Fdocbook.sourceforge.net%2Frelease%2Fxsl%2Fcurrent%2Feclipse%2Feclipse3.xsl%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3E%3C%2FA%3E%3CA%20href%3D%22http%3A%2F%2Fdocbook.sourceforge.net%2Frelease%2Fxsl%2Fcurrent%2Feclipse%2Feclipse3.xsl%22%20target%3D%22test_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttp%3A%2F%2Fdocbook.sourceforge.net%2Frelease%2Fxsl%2Fcurrent%2Feclipse%2Feclipse3.xsl%3C%2FA%3E%20can't%20be%20loaded%22%20while%20issuing%20%22make%20DOC%3Dadt-manual%22%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20My%20government%20blocked%20sourceforge%20away%20and%20I%20tried%20to%20download%20those%20projects%20in%20mirrorsites%20lacked%20in%20compilation.%20But%20for%20above%20message%2C%20I%20just%20don't%20know%20which%20project%20I%20should%20download%20for%3F%20I%20tried%20to%20download%20release%2Cxsl%2C%20but%20failed%20to%20get%20correct%20file%20of%20eclipse3.xsl.%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110989%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110989%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3ESomehow%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Eall%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Ethey%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Ebaking%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Eand%20bake.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20class%3D%22hps%22%3EBut%20do%20not%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Eknow%20how%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Ethe%20cake%20is%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Eto%20eat%20%3Asmileycool%3A%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110988%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110988%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOk%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FDaianeAngolini%22%20target%3D%22_blank%22%3EDaianeAngolini%3C%2FA%3E...%20I%20must%20agree%20with%20you%20%3CLI-EMOJI%20id%3D%22lia_slightly-smiling-face%22%20title%3D%22%3Aslightly_smiling_face%3A%22%3E%3C%2FLI-EMOJI%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110987%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110987%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20special%20thing%20about%20Yocto%20is%20that%20everyone%20hates%20it%20so%20much!%20(Otavio%2C%20please%2C%20don%C2%B4t%20read%20this%20%3Asmileysilly%3A)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20can%20say%20I%20hated%20it%20from%20the%20deep%20of%20my%20heart%20for%20about%206%20months%20until%20I%20start%20to%20%22accept%22%20it.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ENow%2C%20(after%20one%20year%20and%20a%20half%20and%202%20imx%20releases)%20I%20can%20say%20I%20almost%20understand%20it.%20I%20almost%20like%20it.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110986%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110986%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20Leo%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThis%20is%20the%20right%20process%3B%20I%20don't%20use%20yocto-bsp%20tool%20and%20make%20the%20files%20by%20hand%20but%20this%20is%20the%20general%20process.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20good%20thing%20is%20after%20you%20have%20your%20layer%20it%20is%20trivial%20to%20keep%20it%20update%20and%20include%20new%20stuff.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20understand%20Yocto%20is%20confusing%20to%20start%20with%20but%20it%20is%20pleasant%20to%20work%20once%20you%20get%20used%20to%20it.%20I%20often%20do%20custom%20BSPs%20for%20customers%20and%20the%20layer%20system%2C%20even%20looking%20confusing%20at%20the%20beginning%2C%20is%20what%20allow%20us%20to%20support%20a%20huge%20number%20of%20customers%20with%20a%20very%20small%20team.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%2C%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110985%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110985%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CBLOCKQUOTE%3E%0A%3CP%3EOtavioSalvador%20wrote%3A%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EChanging%20the%20recipe%20is%20not%20the%20best%20alternative%3B%20the%20best%20way%20is%20you%20to%20create%20an%20image%20specific%20for%20your%20needs%20and%20add%20the%20packages%20you%20need.%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3CP%3E%3CIMG%20alt%3D%22headdesk.jpg%22%20class%3D%22jive-image%22%20src%3D%22https%3A%2F%2Fdrupal.org%2Ffiles%2Fproject-images%2Fheaddesk.jpg%22%20%2F%3E%3C%2FP%3E%3CP%3EWhich%20brings%20us%20back%20to%20my%20earlier%20lament%20about%20Yocto%20being%20about%20as%20clear%20and%20intelligible%20as%20the%20Voynich%20Manuscript.%26nbsp%3B%20%22Obviously%22%20you%20would%20want%20to%20create%20your%20own%20layer%20and%20image%20recipe(s).%26nbsp%3B%20What's%20not%20at%20all%20obvious%20is%20%3CEM%3E%3CSTRONG%3Ehow%20to%20do%20that%3C%2FSTRONG%3E%3C%2FEM%3E.%26nbsp%3B%20It's%20taken%20me%20over%20three%20weeks%20of%20constantly%20staring%20at%20this%20gobbledegook%20to%20achieve%20even%20basic%20competence.%26nbsp%3B%20I2C%20devices%3F%26nbsp%3B%20SPI%20devices%3F%26nbsp%3B%20Setting%20up%20an%20Agilent%20logic%20analyzer%3F%26nbsp%3B%20Pfah!%20the%20work%20of%20merest%20trivia.%26nbsp%3B%20But%20this%20Yocto%20stuff%20is%20just%20line%20noise...%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E...Blergh.%26nbsp%3B%20That%20having%20been%20said%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%20my%20case%2C%20I'm%20setting%20up%20a%20layer%20for%20our%20board.%26nbsp%3B%20Right%20now%20it%20targets%20the%20SABRE-SD%20board%2C%20but%20will%20evolve%20to%20cover%20our%20Shiny%20New%20Thing(TM).%26nbsp%3B%20To%20that%20end%2C%20I%20created%20a%20new%20layer%20using%20the%20command%20'yocto-layer%20create%20%3CLAYER_NAME%3E'.%26nbsp%3B%20It%20will%20ask%20you%20a%20series%20of%20questions%3B%20the%20defaults%20are%20probably%20okay.%26nbsp%3B%20This%20command%20just%20creates%20a%20layer%20directory%3B%20it%20makes%20no%20other%20changes%20to%20your%20environment%20(so%20if%20you%20mess%20it%20up%2C%20you%20can%20just%20delete%20the%20directory%20and%20start%20over).%26nbsp%3B%20When%20the%20command%20completes%2C%20you%20will%20have%20a%20layer%20directory%20that%20contains%20nothing%20but%20scaffolding%20(i.e.%20it%20doesn't%20do%20anything%20yet).%3C%2FLAYER_NAME%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAt%20this%20point%2C%20you're%20pretty%20much%20resigned%20to%20copy-pasting%20other%20files%20from%20the%20Yocto%20distribution%20into%20your%20new%20layer%20and%20modifying%20them.%26nbsp%3B%20In%20my%20case%2C%20I%20copied%20the%20recipe%20for%20the%20core-image-minimal%20target%20into%20my%20layer%20and%20started%20hacking%20on%20it.%26nbsp%3B%20Assuming%20your%20new%20layer%20is%20named%20meta-belis3%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CTT%3Emkdir%20-p%20sources%2Fmeta-belis3%2Frecipes-core%2Fimages%3C%2FTT%3E%3C%2FP%3E%3CP%3E%3CTT%3Ecp%20sources%2Fpoky%2Fmeta%2Frecipes-core%2Fimages%2Fcore-image-minimal.bb%20sources%2Fmeta-belis3%2Frecipes-core%2Fimages%2Ffoobar.bb%3C%2FTT%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAt%20this%20point%2C%20load%20the%20newly%20copied%20foobar.bb%20into%20your%20favorite%20editor%20and%20start%20hacking%20on%20it.%26nbsp%3B%20Almost%20certainly%20you'll%20be%20adding%20packages%20to%20the%20IMAGE_INSTALL%20variable.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EOnce%20you're%20ready%20to%20try%20something%2C%20go%20into%20your%20build%20directory.%26nbsp%3B%20Edit%20the%20conf%2Fbblayers.conf%20file%20to%20include%20your%20newly-created%20layer%2C%20along%20these%20lines%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CTT%3EBBLAYERS%20%3D%20%22%20%5C%3C%2FTT%3E%3C%2FP%3E%3CP%3E%3CTT%3E%24%7BBSPDIR%7D%2Fsources%2Fpoky%2Fmeta%20%5C%3C%2FTT%3E%3C%2FP%3E%3CP%3E%5B%20...blah%2C%20blah%2C%20blah...%20%5D%3C%2FP%3E%3CP%3E%3CTT%3E%24%7BBSPDIR%7D%2Fsources%2Fmeta-fsl-demos%20%5C%3C%2FTT%3E%3C%2FP%3E%3CP%3E%3CTT%3E%24%7BBSPDIR%7D%2Fsources%2Fmeta-belis3%20%5C%26nbsp%3B%20%23%20%3C%2FTT%3E%26lt%3B--%20Your%20new%20layer%20appended%20here.%3C%2FP%3E%3CP%3E%3CTT%3E%22%3C%2FTT%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ENow%20the%20bitbake%20tool%20can%20see%20your%20new%20layer.%26nbsp%3B%20Now%20tell%20bitbake%20to%20process%20your%20new%20build%20recipe%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CTT%3E%24%20bitbake%20foobar%3C%2FTT%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAt%20this%20point%2C%20something%20will%20happen.%26nbsp%3B%20If%20you're%20very%20lucky%2C%20it%20will%20be%20what%20you%20wanted%20to%20happen.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWish%20I%20could%20offer%20deeper%2C%20more%20meaningful%20insight%2C%20but%20this%20is%20about%20as%20much%20understanding%20as%20I've%20managed%20to%20acquire%20so%20far.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110984%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110984%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EChanging%20the%20recipe%20is%20not%20the%20best%20alternative%3B%20the%20best%20way%20is%20you%20to%20create%20an%20image%20specific%20for%20your%20needs%20and%20add%20the%20packages%20you%20need.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110983%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110983%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ethanx%20Leo..it%20works..%3C%2FP%3E%3CP%3EPavan%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110982%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110982%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Eok%20thanks%2C%20thats%20works%3C%2FP%3E%3CP%3EJoerg%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110981%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110981%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ERemove%20the%20fio%20string%20on%20.%2Fmeta-fsl-demos%2Frecipes-fsl%2Fpackagegroup%2Fpackagegroup-fsl.bb%20and%20bake%20again.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110980%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110980%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESorry%20Joerg.%20I%20have%20fixed%20some%20makefile%20issues.%20Please%20'git%20pull'%20and%20'make%20-f%20makefile_pdf'.%20The%20output%20file%20should%20be%20on%20yocto%2Fyocto_tutorial.pdf.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110979%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110979%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHI%20All%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ehow%20do%20i%20exclude%20the%20any%20package%20recipe%20from%20existing%20meta-openembedded%20layer%20or%20any%20other%20layers%20without%20using%20hob%3FI%20am%20facing%20issue%20with%20hob.%3C%2FP%3E%3CP%3Ei%20want%20to%20remove%20fio%20recipe%20from%20~%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipe-benchmark%2Ffio%20the%20yocto%20source%20code%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110978%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110978%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Emake%20brakes%20with%20errors%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Ejoerg%40Ubuntu-ws%3A~%2Fpresentations%24%20make%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%20-C%20tools%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B1%5D%3A%20Entering%20directory%20%60%2Fhome%2Fjoerg%2Fpresentations%2Ftools'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%20-C%20bash%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B2%5D%3A%20Entering%20directory%20%60%2Fhome%2Fjoerg%2Fpresentations%2Ftools%2Fbash'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B2%5D%3A%20Nothing%20to%20be%20done%20for%20%60all'.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B2%5D%3A%20Leaving%20directory%20%60%2Fhome%2Fjoerg%2Fpresentations%2Ftools%2Fbash'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%20-C%20git%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B2%5D%3A%20Entering%20directory%20%60%2Fhome%2Fjoerg%2Fpresentations%2Ftools%2Fgit'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Epandoc%20--offline%20-s%20-t%20slidy%20-o%20basics.html%20basics.md%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Epandoc%3A%20--offline%20is%20deprecated.%20Use%20--self-contained%20instead.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Epandoc%3A%20user%20error%20(https%20not%20supported)%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B2%5D%3A%20***%20%5Bbasics.html%5D%20Error%201%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B2%5D%3A%20Leaving%20directory%20%60%2Fhome%2Fjoerg%2Fpresentations%2Ftools%2Fgit'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B1%5D%3A%20***%20%5Bgit%5D%20Error%202%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%5B1%5D%3A%20Leaving%20directory%20%60%2Fhome%2Fjoerg%2Fpresentations%2Ftools'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3Emake%3A%20***%20%5Btools%5D%20Error%202%3C%2FSTRONG%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110977%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110977%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%2C%20I%20am%20seeing%20the%20same%20message%20(but%20in%20english)%2C%20I%20am%20looking%20into%20that%20issue.%20You%20can%20create%20the%20whole%20pdf%2C%20just%20follow%20these%20instructions%3A%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Flsandoval%2Fpresentations%22%20title%3D%22https%3A%2F%2Fgithub.com%2Flsandoval%2Fpresentations%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Elsandoval%2Fpresentations%20%C2%B7%20GitHub%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110976%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110976%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20could%20not%20open%20the%20pdf%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22jive-wiki-body-thumbnail%22%3E%20%3C%2FSPAN%3E%26nbsp%3B%20%3CSPAN%20class%3D%22jive-wiki-body-file%22%3E%20%3CSPAN%20class%3D%22jive-wiki-body-file-info%22%3E%20yocto_tutorial.pdf%20%3CSMALL%20class%3D%22font-color-meta-light%22%3E(264.3%20K)%3C%2FSMALL%3E%26nbsp%3B%20%3CSPAN%20class%3D%22jive-wiki-body-file-actions%22%3E%20%3CSTRONG%3EIN%20DER%20WARTESCHLANGE%3C%2FSTRONG%3E%20%3C%2FSPAN%3E%20%3C%2FSPAN%3E%26nbsp%3B%20%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110975%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110975%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20have%20made%20a%20really%20short%20intro%20to%20Yocto%3A%20%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-95096%22%20target%3D%22_blank%22%3Ei.MX%20Yocto%3A%20Freescale%20Yocto%20Project%20Tutorial%3C%2FA%3E%3C%2FP%3E%3CP%3EFor%20your%20specific%20question%2C%20as%20a%20starting%20point%20take%20a%20look%20here%3A%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Flsandoval%2Fpresentations%2Fblob%2Fmaster%2Fyocto%2Flayer.md%22%20title%3D%22https%3A%2F%2Fgithub.com%2Flsandoval%2Fpresentations%2Fblob%2Fmaster%2Fyocto%2Flayer.md%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Epresentations%2Fyocto%2Flayer.md%20at%20master%20%C2%B7%20lsandoval%2Fpresentations%20%C2%B7%20GitHub%3C%2FA%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110974%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110974%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EWhat%20I%20have%20to%20read%20to%20learn%20to%20build%20my%20own%20machine%20layer%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110973%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110973%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EGood%20luck!%20%3CLI-EMOJI%20id%3D%22lia_slightly-smiling-face%22%20title%3D%22%3Aslightly_smiling_face%3A%22%3E%3C%2FLI-EMOJI%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110972%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110972%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EMarS%20Boards%20are%20here%2C%20looks%20nice%20a%20function%20is%20pretty%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%20Now%20I%20need%20Yocto%20support%20for%20it%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3CP%3EThe%20support%20of%20embest%20didn't%20answers.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110971%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110971%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20Leo%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EMore%20or%20less.%20In%20fact%20I%20plan%20in%20future%20to%20move%20to%20linux-yocto%20system%20but%20currently%20it%20is%20too%20hard%20to%20make%20it.%20Freescale%20kernels%20are%20old%20(2.6.35.3%20and%203.0.35)%20and%20it%20is%20difficult%20to%20share%20work%20with%20linux-yocto%20at%20this%20moment.%20So%20we%20opted%20to%20use%20a%20simpler%20recipe%20for%20now.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ENothing%20force%20people%20to%20use%20linux-yocto%20or%20not%20so%20it%20is%20a%20decision%2C%20not%20something%20related%20to%20being%20outdated%20or%20not.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%2C%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110970%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110970%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20think%20I'm%20seeing%20part%20of%20the%20problem.%26nbsp%3B%20Near%20as%20I%20can%20tell%20(and%20feel%20free%20to%20beat%20me%20about%20the%20head%20and%20shoulders%20with%20polite%20corrections)%2C%20the%20docs%20over%20at%20the%20Yocto%20project%20reflect%20the%20most%20current%20version%20and%20features%20of%20the%20Yocto%20system.%26nbsp%3B%20However%2C%20it%20appears%20the%20FSL%20layers%20were%20created%20using%20an%20earlier%20version%20of%20Yocto.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAs%20such%2C%20if%20you%20were%20to%20attempt%20to%20modify%20the%20config%20of%20the%20linux-imx%20kernel%20by%2C%20for%20example%2C%20creating%20a%20linux-imx_3.0.35.bbappend%20file%20and%20put%20inside%20it%20a%20line%20reading%2C%20%22SRC_URI%20%2B%3D%20%22file%3A%2F%2Fenable-pcie.cfg%22%20to%20pick%20up%20a%20configuration%20fragment%2C%20you%20might%20spend%20a%20day%20poring%20over%20bitbake%20debug%20logs%20wondering%20why%20Yocto%20was%20ignoring%20you.%26nbsp%3B%20And%20you%20might%20ultimately%20discover%20that%20the%20.bb%20and%20.bbappend%20files%20in%20the%20FSL%20layers%20look%20almost%2C%20but%20not%20entirely%2C%20unlike%20what%20the%20current%20Yocto%20docs%20describe.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%20then%2C%20depressedly%20Googling%20for%20solutions%2C%20you%20might%20happen%20upon%20fragment%20of%20a%20thread%20in%20a%20mailing%20list%20which%20hinted%20in%20the%20most%20oblique%20way%20that%20the%20%22kernel%20config%20file%20fragment%22%20feature%20was%20new%20to%20Yocto%201.4%2C%20causing%20you%20to%20wonder%20to%20yourself%2C%20%22Self%2C%20I%20wonder%20if%20the%20FSL%20recipes%20were%20put%20together%20using%20an%20earlier%20syntax%3F%22%26nbsp%3B%20Whereupon%20you'd%20copy-paste%20one%20of%20the%20.bbappend%20files%20under%20the%20FSL%20layers%20and%20have%20it%20specify%20a%20complete%20defconfig%20using%20the%20syntax%2C%20%22SRC_URI_append_defconfig%20%3D%20%22%20file%3A%2F%2Fdefconfig%22.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E...And%20then%20the%20kernel%20finally%20built%20the%20way%20you%20wanted.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EDoes%20this%20sound%20vaguely%20plausible%3F%26nbsp%3B%20Or%20am%20I%20overthinking%20things%20again%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110969%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110969%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20just%20need%20to%20drop%20'splash'%20from%20IMAGE_FEATURE.%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110968%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110968%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20am%20working%20on%20a%20fsl-image-test%20Yocto%20image%20built%20with%20dylan%20sources.%20I%20would%20like%20to%20disable%20the%20splash%20screen%20appearing%20at%20boot%20(with%20the%20Yocto%20logo%20and%20the%20progress%20bar)%2C%20but%20browsing%20the%20web%20didn't%20give%20me%20any%20answer%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHow%20could%20I%20do%20it%20%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110967%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110967%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CEM%3E%3CSTRONG%3E%3CBIG%3ETHIS%3A%3C%2FBIG%3E%3C%2FSTRONG%3E%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Ftools-resources%2Fpresentations%2Fworking-kernel%22%20title%3D%22https%3A%2F%2Fwww.yoctoproject.org%2Ftools-resources%2Fpresentations%2Fworking-kernel%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fwww.yoctoproject.org%2Ftools-resources%2Fpresentations%2Fworking-kernel%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EA%20step-by-step%20walkthrough%20of%20setting%20up%20layers%20and%20custom%20config%20options%20for%20a%20kernel%2C%20going%20from%20zero%20to%20BSP%20in%20less%20than%2040%20pages.%26nbsp%3B%20It's%20proving%20to%20be%20a%20big%20help%20so%20far...%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110966%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110966%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20can%20check%20Yocto%20manual%20about%20the%20available%20features.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%2C%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110965%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110965%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CBLOCKQUOTE%3E%0A%3CP%3EOtavioSalvador%20wrote%3A%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EI%20think%20you're%20missing%20%22debug-tweaks%22%20in%20IMAGE_FEATURES.%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3ECheck%20if%20it%20does%20fix%20your%20problem.%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3CP%20style%3D%22min-height%3A%208pt%3B%20padding%3A%200px%3B%22%3EThat%20worked!%26nbsp%3B%20(Would%20be%20nice%20to%20know%20why.)%26nbsp%3B%20Thank%20you%20kindly!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110964%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110964%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20Leo%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20think%20you're%20missing%20%22debug-tweaks%22%20in%20IMAGE_FEATURES.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECheck%20if%20it%20does%20fix%20your%20problem.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110963%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110963%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOkay%2C%20I've%20got%20a%20concrete%20problem%20for%20ya%20%3CLI-EMOJI%20id%3D%22lia_slightly-smiling-face%22%20title%3D%22%3Aslightly_smiling_face%3A%22%3E%3C%2FLI-EMOJI%3E%20...%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI've%20sorta-kinda%20worked%20out%20a%20way%20to%20specify%20image%20recipes%2C%20involving%20the%20following%3A%3C%2FP%3E%3CUL%3E%3CLI%3ECreate%20a%20new%20generic%20layer%20(which%20here%20I'll%20call%20meta-belis3)%20using%20yocto-layer%2C%3C%2FLI%3E%3CLI%3ECreate%20a%20machine%20configuration%20by%20making%20a%20copy%20of%20imx6dlsabresd.conf%20into%20meta-belis3%2Fconf%2Fmachine%2Fbelis3.conf.%20I%20also%20removed%20'bluetooth'%20from%20MACHINE_FEATURES%20('cause%20our%20machine%20won't%20have%20it).%3C%2FLI%3E%3CLI%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3ECreate%20the%20directories%20meta-belis3%2Frecipes-core%2Fimages%20in%20my%20layer%2C%20and%20copy%20core-image-minimal.bb%20into%20it%20as%20fiat-lux.bb.%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EEdit%20fiat-lux.bb%20to%20add%20%22python%22%20to%20IMAGE_INSTALL.%3C%2FSPAN%3E%3C%2FLI%3E%3CLI%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EInside%20the%20build%20directory%2C%20add%20the%20layer%20meta-belis3%20to%20conf%2Fbblayers.conf%3B%20and%20change%20conf%2Flocal.conf's%20MACHINE%20to%20'belis3'.%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3ESo%20far%2C%20so%20what%20--%20'bitbake%20fiat-lux'%20gets%20me%20a%20build%20with%20python%20in%20it.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3ESo%20the%20next%20thing%20I%20wanted%20to%20do%20was%20add%20the%20Dropbear%20SSH%20server.%26nbsp%3B%20So%2C%20inside%20meta-belis3%2Frecipes-core%2Fimages%2Ffiat-lux.bb%2C%20I%20added%3A%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EIMAGE_FEATURES%20%3D%20%22ssh-server-dropbear%22%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3ERe-run%20bitbake%2C%20and%20indeed%20dropbear%20gets%20added%20to%20the%20image.%26nbsp%3B%20However%2C%20I%20can%20no%20longer%20login%20--%20something%20prints%20an%20error%20message%20about%20the%20shadow%20password%20being%20mismatched%20(or%20something).%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%22Hmm%2C%22%20thinks%20I%2C%20%22I%20guess%20dropbear%20has%20an%20undocumented%20dependency%20on%20'shadow'%2C%22%20so%20inside%20fiat-lux.bb%2C%20I%20added%20'shadow'%20to%20IMAGE_INSTALL.%26nbsp%3B%20'shadow'%20indeed%20gets%20added%2C%20but%20I%20still%20can't%20login%2C%20this%20time%20with%20no%20error%20message.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EI%20unpacked%20the%20tar.bz2%20image%20file%2C%20and%20found%20that%20%2Fetc%2Fshadow%20shows%20root%20with%20an%20empty%20password%3B%20but%20%2Fetc%2Fpasswd%20shows%20root%20with%20a%20password%20field%20of%20'*'.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EIf%20I%20rebuild%20the%20image%20without%20dropbear%2C%20but%20leave%20shadow%20in%2C%20then%20I%20can%20login%20fine%20--%20%2Fetc%2Fshadow%20has%20an%20empty%20password%2C%20and%20%2Fetc%2Fpasswd%20shows%20a%20password%20field%20of%20'x'.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3ESo....%26nbsp%3B%20What's%20the%20deal%3F%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110962%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110962%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIf%20wrote%20to%20them%2C%20I%20hope%20they%20will%20do.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110961%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110961%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20have%20no%20contact%20to%20embest.%20%3CA%20href%3D%22http%3A%2F%2Fwww.embest-tech.com%2Fshop%2Fstar%2Fmarsboard.html%22%20title%3D%22http%3A%2F%2Fwww.embest-tech.com%2Fshop%2Fstar%2Fmarsboard.html%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EMarS%20Board%3C%2FA%3E%20thats%20the%20Board%2C%20looks%20nice%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110960%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110960%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ENot%20that%20I%20am%20aware%20of%3B%20please%20push%20them%20to%20add%20support%20to%20Yocto%20and%20put%20them%20in%20contact%20with%20me%20if%20they%20need%20help%20or%20consultancy%20for%20it.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110959%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110959%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Eby%20the%20way.%20Is%20some%20working%20on%20machine%20layer%20for%20the%20new%20mars%20board%3F%20i%20ordered%202%20pices%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110958%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110958%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOk%20it%20works%20to%20add%20open%20ssh.%3C%2FP%3E%3CP%3EI%20did%20not%20know%20thats%20dropbear%20is%20automatic%20removed%20from%20the%20image.%20Or%20are%20there%20differences%20between%20the%20branches.%20I%20used%20dylan%20for%20my%20last%20builds.%20not%20shure%20what%20i%20used%20before.%20I%20could%20see%20via%20hob%20that%20all%20images%20set%20to%20open%20ssh%20when%20it%20is%20set%20via%20extraimagefeature%20in%20local.config%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110957%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110957%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESure%20it%20is%20possible%2C%20and%20it%20is%20even%20easy.%20All%20you%20must%20to%20do%20is%20to%20read%20the%20right%20documentation%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fmega-manual%2Fmega-manual.html%23usingpoky-extend-customimage-imagefeatures%22%20title%3D%22http%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fmega-manual%2Fmega-manual.html%23usingpoky-extend-customimage-imagefeatures%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fmega-manual%2Fmega-manual.html%23usingpoky-extend-customimage-imagefeatures%22%20title%3D%22http%3A%2F%2Fwww.yoctoproject.org%2Fdocs%2Fcurrent%2Fmega-manual%2Fmega-manual.html%23usingpoky-extend-customimage-imagefeatures%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20think%20this%20will%20gonna%20help%20you%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110956%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110956%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20want%20to%20build%20a%20Image%20with%20openssh%20and%20not%20with%20dropbear.%20That%20seams%20nearly%20impossible%20!%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110955%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110955%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI'd%20make%20a%20layer%20for%20your%20project%20%2F%20company%20and%20write%20a%20new%20image%20recipe%20there.%20This%20allow%20for%20easy%20maintenance%20and%20avoid%20the%20need%20of%20forking.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20didn't%20try%20HOB%20so%20I%20cannot%20help%20here.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYes%3B%20the%20workflow%20is%20a%20little%20difficult%20to%20understand%20but%20you'll%20get%20used%20to%20it%20%3CLI-EMOJI%20id%3D%22lia_winking-face%22%20title%3D%22%3Awinking_face%3A%22%3E%3C%2FLI-EMOJI%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110954%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110954%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3EOtavio%2C%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EI%20am%20working%20on%20the%20imx6q_sabrelite%20board%20and%20building%20the%20fsl-image-gui%20image%20using%20freescale%20yocto%20project%20source%20code.I%20want%20to%20exclude%20some%20of%20the%20recipe%20from%20available%20fsl-image-gui%20image.i%20am%20using%20the%20bitbake%20for%20creation%20of%20the%20image.how%20can%20i%20exclude%20the%20recipe%20of%20particular%20packages%3Fcan%20i%20do%20the%20changes%20in%20existing%20layer%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20tried%20to%20exclude%20recipe%20using%20hob%2C%20my%20package%20compilation%20is%20successful%20but%20after%20my%20that%20while%20building%20image%20hob%20is%20giving%20me%20following%20error...%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHob%20Exception%20-%20Error%20running%20command%20'%5B'matchFile'%2C%20'hob-image.bb'%5D'%3A%20Traceback%20(most%20recent%20call%20last)%3A%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Fpavan%2Ffsl-community-bsp%2Fsources%2Fpoky%2Fbitbake%2Flib%2Fbb%2Fcommand.py%22%2C%20line%2068%2C%20in%20runCommand%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20result%20%3D%20command_method(self%2C%20commandline)%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Fpavan%2Ffsl-community-bsp%2Fsources%2Fpoky%2Fbitbake%2Flib%2Fbb%2Fcommand.py%22%2C%20line%20210%2C%20in%20matchFile%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20return%20command.cooker.matchFile(fMatch)%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Fpavan%2Ffsl-community-bsp%2Fsources%2Fpoky%2Fbitbake%2Flib%2Fbb%2Fcooker.py%22%2C%20line%201142%2C%20in%20matchFile%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20raise%20NoSpecificMatch%3C%2FP%3E%3CP%3ENoSpecificMatch%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ethis%20was%20my%20first%20build%20using%20yocto%20and%20its%20workflow%20is%20quite%20difficult%20to%20understand%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110953%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110953%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ethank%20you%EF%BC%8CI've%20got%20it.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110952%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110952%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Eoh!%20%3Asmileygrin%3A%20thanks%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110951%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110951%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EMeister%20is%20a%20German%20word%2C%20like%20master%20Diane%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110950%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110950%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fteddyzhang%22%20target%3D%22_blank%22%3Eteddyzhang%3C%2FA%3E%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI'm%20not%20sure%20if%20lmbench%20and%20tiobench%20are%20still%20available%20at%20that%20versions%2Frepositories.%20If%20they%20are%20not%20needed%20to%20your%20test%2C%20please%20go%20to%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Fmeta-fsl-demos%2Fblob%2Fmaster%2Frecipes-fsl%2Fpackagegroup%2Fpackagegroup-fsl.bb%22%20title%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Fmeta-fsl-demos%2Fblob%2Fmaster%2Frecipes-fsl%2Fpackagegroup%2Fpackagegroup-fsl.bb%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Fmeta-fsl-demos%2Fblob%2Fmaster%2Frecipes-fsl%2Fpackagegroup%2Fpackagegroup-fsl.bb%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eand%20remove%20lines%3A%2075%2C%2082%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ethen%20you%20can%20build%20your%20image%20until%20the%20end%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110949%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110949%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fleoschwab%22%20target%3D%22_blank%22%3Eleoschwab%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20agree!%20I%20don't%20like%20yocto%20reference%20manual%20either!%20I%20think%20it's%20too%20complex%20and%20too%20deep.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20think%20your%20plan%20is%20great!%20If%20you%20feel%20like%2C%20you%20may%20upstream%20your%20board%20or%20some%20of%20your%20apps%2C%20if%20you%20think%20it%20can%20be%20public.%20Otherwise%2C%20I%20would%20create%20one%20BSP%20layer%20(with%20pieces%20used%20by%20your%20board%20that%20makes%20it%20alive%2C%20the%20board%20support%20package)%2C%20and%20one%20APP%20layer%20(with%20your%20applications%20recipes%20and%20any%20image%20customization)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWhat%20is%20%22buildmeister%22%3F%20I%20was%20not%20able%20to%20find%20a%20definition%20for%20it%2C%20but%20I%20figured%20out%20there%20are%20lots%20of%20apps%20%3Asmileysilly%3A%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110948%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110948%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%20class%3D%22jive-comment-meta%20font-color-meta-light%22%20style%3D%22margin%3A%200px%200px%208px%3B%20font-size%3A%200.9em%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%23a9a9a9%3B%22%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fteddyzhang%22%20target%3D%22_blank%22%3Eteddyzhang%3C%2FA%3E%20%3CA%20_jive_internal%3D%22true%22%20class%3D%22font-color-meta-light%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-93844%23comment-5399%22%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%20color%3A%20%23a9a9a9%3B%22%20target%3D%22_blank%22%3E2013-7-8%20%E4%B8%8A%E5%8D%8812%3A55%3C%2FA%3E%3C%2FP%3E%3CP%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%22%3E%3C%2FP%3E%3CP%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%22%3Ehi%2C%20daiane%2C%3C%2FP%3E%3CP%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20I'm%20trying%20to%20build%20test%20image%20%22%3CSPAN%20style%3D%22font-style%3A%20inherit%3B%20background-color%3A%20%23ffffff%3B%22%3Ebitbake%20fsl-image-test%22%20for%20sabrelite%20board%20and%20get%20error%20message%20of%20fetching%20sourcecode%20packages%20like%20below%3A%20(I%20tried%20them%20times%20and%20always%20fail%20out%20on%20them)%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%22%3E%3CSPAN%20style%3D%22font-style%3A%20inherit%3B%20background-color%3A%20%23ffffff%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%22%3E%2Fworkspace%2Fsoftware%2Frepository%2Ffreescale%2Fyocto_rootfs%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-benchmark%2Flmbench%2Flmbench_3.0-a9.bb%2C%20do_fetch%3C%2FP%3E%3CP%20style%3D%22font-style%3A%20inherit%3B%20font-family%3A%20inherit%3B%22%3E%26nbsp%3B%20%2Fworkspace%2Fsoftware%2Frepository%2Ffreescale%2Fyocto_rootfs%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-benchmark%2Ftiobench%2Ftiobench_0.3.3.bb%2C%20do_fetch%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ethe%20answer%20for%20myself%20as%20below%3A%3C%2FP%3E%3CP%3E1.%20Set%20http_prxoy%2Cftp_proxy....to%20do%20the%20fetch.%20Or...%3C%2FP%3E%3CP%3E2.%20Look%20up%20into%20the%20reference%20manual%20to%20get%20the%20items%20%22how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server%22.%20Or...%3C%2FP%3E%3CP%3E3.%20Download%20the%20packages%20yourself%20and%20put%20them%20on%20%24POKY%2Fdownloads%2F%20and%20then%20touch%20%24(PackageName).done%20to%20workaround.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110947%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110947%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CBLOCKQUOTE%3E%0A%3CP%3EDaiane%20Angolini%20wrote%3A%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3E%3CA%20_jive_internal%3D%22true%22%20data-containerid%3D%22-1%22%20data-containertype%3D%22-1%22%20data-objectid%3D%22214005%22%20data-objecttype%3D%223%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fleoschwab%22%20target%3D%22_blank%22%3ELeo%20Schwab%3C%2FA%3E%2C%20keep%20in%20mind%20that%20Poky%20handbook%20is%20%22out%20of%20date%22.%26nbsp%3B%20%5B%20...%20%5D%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3CP%3EYes%2C%20I'm%20starting%20to%20notice%20that%20--%20specific%20examples%20in%20the%20Poky%20doc%20don't%20correspond%20to%20what's%20in%20the%20tree%20I%20have%2C%20and%20it%20looks%20like%20several%20things%20got%20renamed.%26nbsp%3B%20But%20the%20Yocto%20docs%20are%20irritatingly%20guilty%20of%20this%20as%20well%2C%20and%20do%20a%20much%20poorer%20job%20(to%20my%20eyes)%20of%20explaining%20the%20underlying%20concepts.%26nbsp%3B%20So%20I'm%20still%20reading%20the%20Poky%20doc%20to%20better%20get%20at%20the%20concepts%20Bitbake%20is%20trying%20to%20embody%2C%20and%20then%20revert%20to%20the%20Yocto%20docs%20when%20I%20want%20to%20know%20something%20specific.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERight%20now%2C%20we're%20using%20a%20SABRE-SD%20board%20to%20get%20started%2C%20and%20will%20be%20prototyping%20applications%20on%20it.%26nbsp%3B%20However%2C%20the%20final%20HW%20will%20be%20significantly%20different%20(no%20display%2C%20for%20example).%26nbsp%3B%20So%20I'm%20of%20the%20belief%20that%20I'll%20need%3A%3C%2FP%3E%3CUL%3E%3CLI%3EBuild%20and%20development%20environment%20for%20SABRE%20board%2C%3C%2FLI%3E%3CLI%3EBuild%20and%20development%20environment%20for%20final%20board%2C%3C%2FLI%3E%3CLI%3EPossible%20emulated%20environment%20for%20app%20developers%2C%20since%20boards%20will%20be%20scarce%20initially%20(it's%20possible%20they%20could%20get%20away%20with%20developing%20on%20a%20generic%20PC%2C%20since%20Linux%20apps%20should%20be%20(*cough*)%20just%20a%20recompile%20to%20ARM)%2C%3C%2FLI%3E%3CLI%3EA%20distinct%20tree%20to%20place%20our%20mods%20to%20the%20Community%20config%20(assuming%20they%20can't%20live%20in%20the%20same%20place%20as%3A)%3C%2FLI%3E%3CLI%3EA%20distinct%20tree%20to%20place%20our%20apps.%3C%2FLI%3E%3C%2FUL%3E%3CP%3E%3C%2FP%3E%3CP%3EDid%20I%20mention%20I'm%20new%20at%20being%20a%20buildmeister%20%3CLI-EMOJI%20id%3D%22lia_slightly-smiling-face%22%20title%3D%22%3Aslightly_smiling_face%3A%22%3E%3C%2FLI-EMOJI%3E%20%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110946%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110946%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%C2%B4m%20glad%20you%C2%B4ve%20been%20able%20to%20understand%20yocto.%20The%20learning%20curve%20is%20not%20that%20easy.%20But%20I%C2%B4m%20sure%20you%C2%B4ll%20like%20it%20at%20the%20end.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fleoschwab%22%20target%3D%22_blank%22%3Eleoschwab%3C%2FA%3E%2C%20keep%20in%20mind%20that%20Poky%20handbook%20is%20%22out%20of%20date%22.%20It%C2%B4s%20from%202010%2C%20and%20any%20%22current%22%20documentation%20is%20now%20under%20yoctoproject.org%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110945%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110945%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI'm%20still%20formulating%20a%20proper%20response%20to%20your%20very%20thoughtful%20post.%26nbsp%3B%20However%2C%20yesterday%20I%20discovered%20the%20docs%20for%20Poky%2C%20on%20which%20Open%20Embedded%2C%20Yocto%2C%20and%20FSL%20Community%20are%20built.%26nbsp%3B%20For%20some%20odd%20reason%2C%20the%20Poky%20docs%20are%20making%20much%20more%20sense%20to%20me%3B%20maybe%20they'll%20help%20others%20as%20well.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fpokylinux.org%2Fdoc%2Fpoky-handbook.html%22%20title%3D%22http%3A%2F%2Fpokylinux.org%2Fdoc%2Fpoky-handbook.html%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EPoky%20Handbook%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAs%20an%20example%2C%20supplying%20the%20argument%20'-DDD'%20to%20bitbake%20generates%20a%20massive%20amount%20of%20debug%20information%20which%2C%20believe%20it%20or%20not%2C%20brought%20me%20infinitesimally%20closer%20to%20understanding%20how%20the%20thing%20works%2C%20mostly%20by%20following%20the%20messages%20related%20to%20providers.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110944%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110944%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Leo%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20raised%20a%20interesting%20topic.%20I%20have%20been%20involved%20for%20several%20months%20into%20the%20Yocto%20Framework%2C%20and%20I%20can%20understand%20the%20confusion%20you%20have.%20The%20easy%20answer%20would%20be%20'it%20depends%20what%20you%20want%20to%20do'%2C%20but%20of%20course%20this%20does%20not%20help%20at%20all.%20What%20I%20have%20been%20documenting%20is%20the%20minimal%20way%20to%20create%20a%20layer%20using%20the%20tool%20%3CEM%3Eyocto-layer%3C%2FEM%3E%2C%20which%20is%20much%20simpler%20that%20%3CEM%3Eyocto-bsp%3C%2FEM%3E.%20Both%20server%20for%20different%20purposes%20but%20at%20the%20end%20yocto-bsp%20will%20create%20a%20layer%20with%20many%20more%20stuff%20already%20configured%20for%20you%20(although%20I%20have%20not%20tried%20that%20tool%2C%20but%20I%20will%20soon).%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20main%20question%20is%2C%20what%20are%20you%20trying%20to%20do%3F%20As%20mentioned%20in%20the%20tutorial%2C%20creating%20a%20layer%20is%20recommended%20if%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E*%20you%20want%20to%20modify%20a%20recipe%20(.bbappend)%3C%2FP%3E%3CP%3E*%20you%20want%20to%20create%20a%20recipe%20(.bb)%3C%2FP%3E%3CP%3E*%20you%20want%20to%20create%20a%20new%20image.%20IMAGE_INSTALL_append%20and%20EXTRA_IMAGE_FEATURES%20are%20ways%20to%20add%20packages%20to%20images%20and%20you%20can%20use%20them%20on%20the%20current%20images%2C%20but%20it%20is%20much%20better%20to%20create%20a%20layer%2C%20then%20do%20all%20modifications%20there.%20Just%20make%20sure%20your%20new%20image%20name%20is%20different%20as%20the%20existing%20ones.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%20case%20you%20want%20to%20create%20a%20new%20Freescale%20based%20machine%20and%20you%20do%20not%20want%20to%20use%20the%20same%20layer%20as%20the%20rest%20(meta-fsl-arm-extra)%2C%20you%20can%20create%20your%20own.%20At%20some%20point%2C%20you%20would%20like%20to%20expose%20your%20work%20to%20the%20world%2C%20and%20all%20your%20work%20will%20fit%20easily%20on%20this%20layer.%20In%20the%20other%20hand%2C%20meta-fsl-arm-extra%20is%20an%20excellent%20example%20on%20how%20the%20coupling%20is%20done%20with%20meta-fsl-arm.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFor%20the%20repo%20script%2C%20there%20is%20way%20to%20indicate%20using%20a%20local%20%3CEM%3Edefault.xml%3C%2FEM%3E%2C%20so%20you%20can%20add%20your%20git%20repo%20there.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20will%20post%20more%20slides%20soon.%20Good%20luck!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110943%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110943%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThis%20post%20probably%20deserves%20its%20own%20topic%2C%20but%20this%20was%20where%20I%20started%20on%20this%20journey%2C%20so%20here%20it%20is%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20have%20successfully%20built%20and%20booted%20an%20'imx6dlsabresd'%20image%20using%20these%20instructions%20(on%20Linux%20Mint%2015%2C%20BTW)%2C%20and%20now%20I%20need%20to%20start%20%22designing%22%20the%20build%20environment%20that%20everyone%20else%20will%20be%20using%20for%20our%20project.%20Trouble%20is%2C%20Yocto%20seems%20to%20resist%20attempts%20at%20understanding%20its%20structure%20and%20how%20to%20integrate%20with%20it.%20Documentation%20fragments%20are%20spread%20over%20a%20number%20of%20sources%2C%20and%20there%20are%20many%20seeming%20contradictions.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFor%20example%2C%20when%20following%20the%20Yocto%20Project%20instructions%20on%20creating%20a%20new%20BSP%20layer%20(using%20the%20yocto-bsp%20command)%2C%20the%20resulting%20files%20look%20nothing%20like%20what's%20already%20present%20in%20the%20meta-fsl*%20directories.%20Further%2C%20when%20yocto-bsp%20asks%20me%20what%20kernel%20I%20want%20to%20use%2C%203.0.35%20is%20not%20one%20of%20the%20presented%20options%2C%20suggesting%20that%20the%20FSL%20material%20is%20somehow%20not%20visible%20to%20the%20standard%20tools.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%20then%20there's%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Flsandoval%2Fpresentations%2Fblob%2Fmaster%2Fyocto%2Fcommon_tasks%2Flayer.md%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ethis%20page%3C%2FA%3E%2C%20which%20suggests%20a%20full%20BSP%20layer%20is%20not%20necessary%2C%20and%20I%20can%20get%20away%20with%20a%20generic%20layer.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EIn%20short%2C%20what%20seems%20to%20be%20eluding%20me%20is%20the%20Yocto%20%22philosophy%22%20--%20how%20to%20know%20when%20to%20add%2Fdelete%20stuff%20by%20creating%20a%20new%20BSP%20layer%2C%20a%20new%20generic%20layer%2C%20a%20.bbappend%20file%2C%20or%20by%20modifying%20IMAGE_INSTALL_append%20(or%20EXTRA_IMAGE_FEATURES).%26nbsp%3B%20I'm%20not%20even%20sure%20if%20what%20I'm%20trying%20to%20define%20constitutes%20a%20%22BSP%2C%22%20a%20%22machine%2C%22%20or%20a%20%22distro.%22%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EUltimately%2C%20what%20I%20want%20to%20have%20is%20a%20well-defined%20pile%20of%20Our%20Stuff(TM)%2C%20which%20is%20easily%20used%20with%2C%20but%20kept%20separate%20from%2C%20the%20Community%20stuff%20(so%20that%20everything%20can%20be%20cleanly%20pulled%20down%20via%20a%20'repo'%20manifest).%20Pointers%20to%20philosophical%20tracts%20and%2For%20working%20examples%20would%20be%20especially%20welcome.%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110942%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110942%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ehi%2C%20daiane%2C%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20I'm%20trying%20to%20build%20test%20image%20%22%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Ebitbake%20fsl-image-test%22%20for%20sabrelite%20board%20and%20get%20error%20message%20of%20fetching%20sourcecode%20packages%20like%20below%3A%20(I%20tried%20them%20times%20and%20always%20fail%20out%20on%20them)%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%2Fworkspace%2Fsoftware%2Frepository%2Ffreescale%2Fyocto_rootfs%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-benchmark%2Flmbench%2Flmbench_3.0-a9.bb%2C%20do_fetch%3C%2FP%3E%3CP%3E%26nbsp%3B%20%2Fworkspace%2Fsoftware%2Frepository%2Ffreescale%2Fyocto_rootfs%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-benchmark%2Ftiobench%2Ftiobench_0.3.3.bb%2C%20do_fetch%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110941%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110941%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20need%20to%20have%20the%20bbappend%20and%20generate%20the%20image%20(and%20convert%20it%20to%20.h%20file).%20Check%20the%20source%20code%2C%20it%20is%20all%20there.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110940%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110940%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Otavio%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHow%20can%20I%20use%20PSplash%20to%20have%20my%20own%20logo%20on%20splash%20screen%3F%20I%20read%20a%20few%20things%20about%20adding%20my%20own%20layer%2C%20but%20I%20didn't%20find%20any%20clear%20and%20complete%20guide%20about%20this.%20I%20tried%20adding%20my%20own%20layer%20anyway%2C%20but%20I%20can't%20build%20anything.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110939%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110939%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20splash%20customization%20can%20be%20done%20in%20different%20parts%20of%20the%20system%3B%20in%20O.S.%20Systems'%20Yocto%20BSP%20we%20do%20it%20in%20U-Boot%20and%20PSplash.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFor%20PSplash%20you%20look%20at%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fgit.yoctoproject.org%2Fcgit%2Fcgit.cgi%2Fpoky%2Ftree%2Fmeta-yocto%2Frecipes-core%2Fpsplash%22%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%20title%3D%22http%3A%2F%2Fgit.yoctoproject.org%2Fcgit%2Fcgit.cgi%2Fpoky%2Ftree%2Fmeta-yocto%2Frecipes-core%2Fpsplash%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Epoky%20-%20Poky%20Build%20Tool%20and%20Metadata%3C%2FA%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110938%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110938%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20would%20like%20to%20change%20the%20image%2Fscreen%20displayed%20at%20boot%20and%20at%20log%20out%20on%20the%20HDMI%20monitor%20connected%20to%20my%20iMX6%20Sabrelite%20board%20(currently%3A%20the%20Yocto%20Login).%20I%20read%20a%20few%20websites%20talking%20about%20psplash%20but%20I%20don't%20really%20know%20what%20I%20should%20add%2Fcopy%20to%20get%20my%20own%20image%20on%20boot%20and%20on%20log%20out.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110937%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110937%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%3CP%3EThanks%20for%20responding.%20I%20made%20a%20new%20discussion%20here%3A%3C%2FP%3E%3CP%3E%3CA%20_jive_internal%3D%22true%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fthread%2F308824%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fcommunity.freescale.com%2Fthread%2F308824%3C%2FA%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110936%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110936%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E%3C%2FP%3E%3CP%3EI%20try%20to%20boot%20the%20Gui%20Image%20from%20SataSSD.%3C%2FP%3E%3CP%3EI%20extract%20the%20rootfs%20to%20a%20ext3%20partition%20and%26nbsp%3B%20coyed%20the%206x_bootscript%20i%20have%20to%20root%20dir.%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EEverything%20boot%20fine%2C%20can%20see%20desktop%2C%20can%20move%20mouse%2C%20but%20nothing%20works%20on%20mouse%20click.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ETo%20build%20the%20SSD%20with%26nbsp%3B%20sudo%20dd%20if%3Dtmp%2Fdeploy%2Fimages%2Fcore-image-sato-nitrogen6x.sdcard%20of%3D%2Fdev%2Fsdb%20bs%3D4M%20%26amp%3B%26amp%3Bsync%26nbsp%3B%20didn't%20work.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20use%20the%20Boundary%20U-Boot%20in%20Nor%20Flash%20and%20I%20don%20want%20to%20change%20that%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eregards%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EJoerg%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110935%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110935%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Joerg%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20can%20verify%20that%20CAN%20is%20enabled%20by%20running%20%22ifconfig%20-a%22.%20If%20CAN%20is%20enabled%20in%20the%20kernel%2C%20you'll%20see%20an%20interface%20for%20%22can0%22.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110934%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110934%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI'm%20not%20sure%20if%20I%20understood%20what%20you%20mean.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFlexcan%20should%20be%20selected%20by%20default%20on%20kernel%20defconfig.%20I%20think.%20So%2C%20take%20a%20look%20on%20defconfig%20for%20your%20board%20and%20double%20check%20it's%20selected.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110933%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110933%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThats%20also%20very%20useful%20!%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fboundarydevices.com%2Fu-boot-on-i-mx6%2F%22%20title%3D%22http%3A%2F%2Fboundarydevices.com%2Fu-boot-on-i-mx6%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fboundarydevices.com%2Fu-boot-on-i-mx6%2F%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%20again%20Eric%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110932%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110932%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDaiane%2C%3C%2FP%3E%3CP%3Ehow%20to%20figure%20out%20that%20Flexcan%20Support%20is%20enabled.%20I%20want%20to%20Use%20it%20too.%3C%2FP%3E%3CP%3Eregards%3C%2FP%3E%3CP%3EJoerg%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110931%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110931%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESure.%20The%20blog%20post%20is%20here%3A%20%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CA%20href%3D%22http%3A%2F%2Fboundarydevices.com%2Funbricking-nitrogen6x-sabre-lite-i-mx6-board%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fboundarydevices.com%2Funbricking-nitrogen6x-sabre-lite-i-mx6-board%2F%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20sources%20for%20imx_usb%20are%20here%3A%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fboundarydevices%2Fimx_usb_loader%22%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%20title%3D%22https%3A%2F%2Fgithub.com%2Fboundarydevices%2Fimx_usb_loader%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eboundarydevices%2Fimx_usb_loader%20%C2%B7%20GitHub%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThis%20program%20is%20useful%20with%20any%20i.MX6%20board%2C%20not%20just%20those%20that%20we%20build%2C%20and%20provides%20a%20really%20nice%20interface%20when%20building%20and%20testing%20U-Boot%20images.%3C%2FP%3E%3CP%3E%3CBR%20%2F%3EIt%20also%20has%20the%20nice%20feature%20of%20being%20runnable%20on%20Linux%20machines%20(including%20i.MX%20boards).%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110930%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110930%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThanks%20a%20lot%2C%20Eric.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECould%20you%2C%20please%2C%20share%20your%20doc%20on%20how%20to%20unbrick%20sabrelite%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110929%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110929%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Daiane%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAFAIK%2C%20mfgtools%20is%20not%20supported%20on%20SABRE%20Lite%20or%20Nitrogen6x%20because%20we're%20shipping%20with%20main-line%20U-Boot%2C%20and%20USB%20slave%20is%20not%20yet%20present.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110928%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110928%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ethis%20behavior%20is%20absolutely%20normal%20in%20sabre%20lite%20%3Asmileysilly%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ETry%20again%20with%20mfgtools%20until%20you%20got%20some%20console%20on%20serial.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWhen%20using%20linaro%20binary%20that%20will%20allow%20you%20to%20boot%20from%20sdcard%2C%20I%20missed%20the%20configuration%20several%20times%20until%20I%20got%20it%20working.%20And%20this%20is%20scary.%20hehehe%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EBut%2C%20keep%20trying%2C%20the%20process%20will%20not%20brick%20your%20hardware.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERemember%20that%2C%20if%20the%20linaro%20binary%20is%20well%20installed%2C%20if%20you%20turn%20your%20board%20on%20you%20will%20NOT%20see%20any%20console%2C%20unless%20you%20have%20u-boot%20on%20sdcard%20in%20the%20right%20slot%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E(if%20you%20use%20sd3%20binary%20from%20linaro%2C%20you%20should%20boot%20from%20sd3.%20The%20same%20for%20sd4)%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110927%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110927%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIn%20fact%2C%20meta-fsl-arm%20does%20not%20use%20yocto-kernel.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYocto-kernel%20points%20to%20kernel%20mainline%20(kernel.org)%20and%20today%20imx%20boards%20have%20more%20support%20on%20Freescale%20kernel%20(from%20git.freescale.com)%20yocto-kernel%20is%20on%203.8%20or%203.9%20(sorry%2C%20I%20don't%20remember)%20and%20FSL%20kernel%20is%20on%203.0.35%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHow%20are%20you%20working%3F%20I%20mean%2C%20do%20you%20have%20your%20own%20meta%20layer%3F%20in%20this%20case%2C%20you%20will%20need%20to%20create%20a%20.bbappend%20file.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWould%20you%20might%20to%20create%20a%20new%20discussion%2C%20something%20like%20%22how%20to%20patch%20my%20kernel%20with%20yocto%22%3F%20we%20can%20discuss%20there%20how%20you%20can%20get%20it.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110926%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110926%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThat%20don't%20work%20for%20my%20Board%20%3CIMG%20id%3D%22smileysad%22%20class%3D%22emoticon%20emoticon-smileysad%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-sad.png%22%20alt%3D%22Smiley%20Sad%22%20title%3D%22Smiley%20Sad%22%20%2F%3E%26nbsp%3B%20I%20tried%20that%20several%20times.%3C%2FP%3E%3CP%3ENow%20nothing%20runs%20anymore.%26nbsp%3B%20Not%20even%20the%20Demo%20delivered%20with%20the%20Board%20when%20%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22hps%22%3EI%20copy%3C%2FSPAN%3E%20with%20%3CSPAN%20class%3D%22hps%22%3Ethe%20MFG%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Etool.%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3ESince%20I%20tried%20the%20%3CA%20href%3D%22http%3A%2F%2Fwww.eewiki.net%2Fdisplay%2Flinuxonarm%2Fi.MX6x%2BSABRE%2BLite%23i.MX6xSABRELite-Initialboot%3AUpgradeBootloader%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fwww.eewiki.net%2Fdisplay%2Flinuxonarm%2Fi.MX6x%2BSABRE%2BLite%23i.MX6xSABRELite-Initialboot%3AUpgradeBootloader%3C%2FA%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%20class%3D%22hps%22%3EMaybe%20I%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Eaccidentally%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Emoved%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Esome%3C%2FSPAN%3E%20%3CSPAN%20class%3D%22hps%22%3Efuses%3C%2FSPAN%3E%3CSPAN%3E%3F%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%3Eregards%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22short_text%22%20lang%3D%22en%22%3E%3CSPAN%3EJoerg%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110925%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110925%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI'm%20trying%20to%20figure%20out%20how%20to%20add%20kernel%20patches%2C%20but%20I'm%20getting%20errors%20with%20yocto-kernel.%20Any%20ideas%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E~%2Frootfs_builder%24%20source%20setup-environment%20build%3C%2FP%3E%3CP%3E~%2Frootfs_builder%2Fbuild%24%20yocto-kernel%20patch%20list%20meta-fsl-arm%3C%2FP%3E%3CP%3ETraceback%20(most%20recent%20call%20last)%3A%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Ftravis%2Frootfs_builder%2Fsources%2Fpoky%2Fscripts%2Fyocto-kernel%22%2C%20line%20227%2C%20in%20%3CMODULE%3E%3C%2FMODULE%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20ret%20%3D%20main()%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Ftravis%2Frootfs_builder%2Fsources%2Fpoky%2Fscripts%2Fyocto-kernel%22%2C%20line%20222%2C%20in%20main%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20invoke_subcommand(args%2C%20parser%2C%20yocto_kernel_help_usage%2C%20subcommands)%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Ftravis%2Frootfs_builder%2Fsources%2Fpoky%2Fscripts%2Flib%2Fbsp%2Fhelp.py%22%2C%20line%2073%2C%20in%20invoke_subcommand%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20subcommands.get(args%5B0%5D%2C%20subcommand_error)%5B0%5D(args%5B1%3A%5D%2C%20usage)%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Ftravis%2Frootfs_builder%2Fsources%2Fpoky%2Fscripts%2Fyocto-kernel%22%2C%20line%20123%2C%20in%20yocto_kernel_patch_list_subcommand%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20yocto_kernel_patch_list(scripts_path%2C%20args%5B0%5D)%3C%2FP%3E%3CP%3E%26nbsp%3B%20File%20%22%2Fhome%2Ftravis%2Frootfs_builder%2Fsources%2Fpoky%2Fscripts%2Flib%2Fbsp%2Fkernel.py%22%2C%20line%20422%2C%20in%20yocto_kernel_patch_list%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20(start_line%2C%20end_line%2C%20src_uri)%20%3D%20find_bsp_kernel_src_uri(scripts_path%2C%20machine)%3C%2FP%3E%3CP%3EIOError%3A%20%5BErrno%202%5D%20No%20such%20file%20or%20directory%3A%20'%24%7BBSPDIR%7D%2Fsources%2Fmeta-fsl-arm%2Fconf%2Fmachine%2Fmeta-fsl-arm.conf'%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110924%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110924%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Efor%20any%20fetch%20issue%2C%20please%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E*%20double%20check%20your%20connectivity%3C%2FP%3E%3CP%3E*%20double%20check%20your%20local%20proxy%20configuration%3C%2FP%3E%3CP%3E*%20double%20check%20your%20wide%20proxy%20configuration%3C%2FP%3E%3CP%3E*%20try%20to%20use%20http_proxy%20instead%20of%20ftp_proxy%3C%2FP%3E%3CP%3E*%20double%20check%20if%20you%20can%20get%20the%20file%20using%20wget%2Fcurl%3C%2FP%3E%3CP%3E*%20if%20source%20is%20down%2C%20and%20there%20is%20no%20mirror%20available%3A%20wait%20until%20it%20get%20fixed.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110923%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110923%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESabrelite%20does%20not%20boot%20from%20sdcard%20%22usually%22%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%2C%20from%20your%20log%2C%20your%20board%20are%20booting%20from%20NOR.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fwiki.linaro.org%2FBoards%2FMX6QSabreLite%22%20title%3D%22https%3A%2F%2Fwiki.linaro.org%2FBoards%2FMX6QSabreLite%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3EBoards%2FMX6QSabreLite%20-%20Linaro%20Wiki%3C%2FA%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110922%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110922%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%3EIt%20seems%20I%20am%20unable%20to%20fetch%20(or%20browse%20to)%20URL%3A%20'%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fdl.lm-sensors.org%2Fi2c-tools%2Freleases%2Fi2c-tools-3.0.3.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdl.lm-sensors.org%2Fi2c-tools%2Freleases%2Fi2c-tools-3.0.3.tar.bz2%3C%2FA%3E%3CSPAN%3E'.%20Unable%20to%20fetch%20URL%20from%20any%20source!%20On%20other%20PC%20as%20well.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAfter%20issuing%3C%2FP%3E%3CP%3Ebitbake%20fsl-image-gui%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EGot%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3CP%3EERROR%3A%20Fetcher%20failure%3A%20Fetch%20command%20failed%20with%20exit%20code%204%2C%20output%3A%20%3C%2FP%3E%3CP%3Ewget%3A%20unable%20to%20resolve%20host%20address%20%60dl.lm-sensors.org'%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EERROR%3A%20Function%20failed%3A%20Fetcher%20failure%20for%20URL%3A%20'%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fdl.lm-sensors.org%2Fi2c-tools%2Freleases%2Fi2c-tools-3.0.3.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdl.lm-sensors.org%2Fi2c-tools%2Freleases%2Fi2c-tools-3.0.3.tar.bz2%3C%2FA%3E%3CSPAN%3E'.%20Unable%20to%20fetch%20URL%20from%20any%20source.%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110921%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110921%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%3CP%3Ewhen%20you%20flashed%20the%20SD%20card%2C%20did%20you%20%3CEM%3Esync%3C%2FEM%3E%20after%20it%3F%20I%20mean%20'%3CEM%3Edd%20if%3D..%20of%3D..%20%26amp%3B%26amp%3B%20sync'.%20%3C%2FEM%3EWith%20the%20%3CEM%3Esync%3C%2FEM%3E%20command%20you%20make%20sure%20nothing%20is%20left%20on%20OS%20buffers%20and%20all%20image%20data%20is%20all%20flushed%20into%20the%20SD.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ELeo%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110920%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110920%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20try%20to%20make%20it%20work%20now%20for%20a%20couple%20of%20days.%20U-Boot%20will%20not%20run%20Yocto%3C%2FP%3E%3CP%3EI%20try%20it%20with%20Maschine%20as%20sabrelite%20and%20%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CSTRONG%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Enitrogen6x%3C%2FSTRONG%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%20without%20succes.%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22background-color%3A%20%23ffffff%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3EThis%20are%20the%20U-Boot%20Message%3A%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22background-color%3A%20%23ffffff%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EU-Boot%202009.08-dirty%20(Jan%2017%202013%20-%2006%3A55%3A57)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%20Freescale%20i.MX6%20family%20TO1.2%20at%20792%20MHz%3CBR%20%2F%3ETemperature%3A%26nbsp%3B%26nbsp%3B%2029%20C%2C%20calibration%20data%200x5894ee7d%3CBR%20%2F%3Emx6q%20pll1%3A%20792MHz%3CBR%20%2F%3Emx6q%20pll2%3A%20528MHz%3CBR%20%2F%3Emx6q%20pll3%3A%20480MHz%3CBR%20%2F%3Emx6q%20pll8%3A%2050MHz%3CBR%20%2F%3Eipg%20clock%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3A%2066000000Hz%3CBR%20%2F%3Eipg%20per%20clock%20%3A%2066000000Hz%3CBR%20%2F%3Euart%20clock%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3A%2080000000Hz%3CBR%20%2F%3Ecspi%20clock%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3A%2060000000Hz%3CBR%20%2F%3Eahb%20clock%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3A%20132000000Hz%3CBR%20%2F%3Eaxi%20clock%26nbsp%3B%26nbsp%3B%20%3A%20264000000Hz%3CBR%20%2F%3Eemi_slow%20clock%3A%2029333333Hz%3CBR%20%2F%3Eddr%20clock%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3A%20528000000Hz%3CBR%20%2F%3Eusdhc1%20clock%26nbsp%3B%20%3A%20198000000Hz%3CBR%20%2F%3Eusdhc2%20clock%26nbsp%3B%20%3A%20198000000Hz%3CBR%20%2F%3Eusdhc3%20clock%26nbsp%3B%20%3A%20198000000Hz%3CBR%20%2F%3Eusdhc4%20clock%26nbsp%3B%20%3A%20198000000Hz%3CBR%20%2F%3Enfc%20clock%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3A%2024000000Hz%3CBR%20%2F%3EBoard%3A%20MX6Q-SABRELITE%3A%5B%20POR%5D%3CBR%20%2F%3EBoot%20Device%3A%20I2C%3CBR%20%2F%3EI2C%3A%26nbsp%3B%26nbsp%3B%20ready%3CBR%20%2F%3EDRAM%3A%26nbsp%3B%26nbsp%3B%201%20GB%3CBR%20%2F%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_USDHC%3A%200%2CFSL_USDHC%3A%201%3CBR%20%2F%3EJEDEC%20ID%3A%200xbf%3A0x25%3A0x41%3CBR%20%2F%3EReading%20SPI%20NOR%20flash%200xc0000%20%5B0x2000%20bytes%5D%20-%26gt%3B%20ram%200x276009b8%3CBR%20%2F%3ESUCCESS%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3CBR%20%2F%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3CBR%20%2F%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3CBR%20%2F%3ENet%3A%26nbsp%3B%26nbsp%3B%20got%20MAC%20address%20from%20IIM%3A%2011%3A23%3A33%3A47%3A55%3A67%3CBR%20%2F%3EFEC0%20%5BPRIME%5D%3CBR%20%2F%3EWarning%3A%20FEC0%20MAC%20addresses%20don't%20match%3A%3CBR%20%2F%3EAddress%20in%20SROM%20is%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%2011%3A23%3A33%3A47%3A55%3A67%3CBR%20%2F%3EAddress%20in%20environment%20is%26nbsp%3B%2000%3A01%3A02%3A03%3A04%3A05%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%20%3CBR%20%2F%3Emmc1%20is%20current%20device%3CBR%20%2F%3ELoading%20file%20%22%2Fboot%2FuImage%22%20from%20mmc%20device%201%3CBR%20%2F%3EFailed%20to%20mount%20ext2%20filesystem...%3CBR%20%2F%3E**%20Bad%20ext2%20partition%20or%20disk%20-%20mmc%201%3A0%20**%3CBR%20%2F%3EWrong%20Image%20Format%20for%20bootm%20command%3CBR%20%2F%3EERROR%3A%20can't%20get%20kernel%20image!%3CBR%20%2F%3EMX6Q%20SABRELITE%20U-Boot%20%26gt%3B%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%3C%2FP%3E%3CP%3EJoerg%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110919%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110919%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EBoth%20libsocketcan%20and%20canutils%20are%20in%20sources%2C%20so%20I%20could%20add%20them%20to%20my%20build.%20Many%20thanks%20for%20your%20help%20on%20this%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110918%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110918%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20do%20know%20know%20libsocktcan.%20But%20I%20know%20canutils%20is%20already%20integrated%20(the%20package%20name%20is%20canutils)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20add%20the%20same%20way%20using%20CORE_IMAGE_EXTRA_INSTALL%20%2B%3D%20%22drobpbear%20canutils%22%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%20order%20to%20know%20if%20one%20package%20is%20(or%20not)%20integrated%2C%20what%20I%20do%20is%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%24%20cd%20sources%3C%2FP%3E%3CP%3E%24%20find%20-name%20package_name*%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThen%2C%20if%20I%20find%20the%20recipe%20name%2C%20I%20know%20it%C2%B4s%20covered.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20I%20was%20not%20able%20to%20find.%20I%20google%20it%20(keywords%3A%20pachage_name%20yocto%20metaoe)%20it%20may%20be%20covered%20by%20other%20meta%20layers.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EPlease%2C%20let%20me%20know%20if%20you%20was%20able%20to%20include%20those.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20you%20prefer%2C%20create%20a%20document%20in%20order%20to%20registrer%20what%20you%C2%B4ve%20been%20using%20to%20get%20flexcan%20working%20using%20meta-fsl-arm.%20If%20you%20create%2C%20please%20share%20with%20me.%20I%20would%20like%20to%20keep%20in%20touch%20regarding%20this%20topic.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E(do%20you%20know%20you%20need%20to%20change%20kernel%20config%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110917%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110917%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ENow%20it's%20working%20as%20expected%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E%20Thanks%20for%20your%20help!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20have%20another%20question%20about%20Yocto%3A%20how%20can%20I%20add%20packages%20to%20my%20image%20(say%20the%20libsocketcan%20and%20canutils%20packages%20used%20%3CA%20_jive_internal%3D%22true%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fdocs%2FDOC-1437%22%20target%3D%22_blank%22%3Ethere%3C%2FA%3E)%3F%20I%20read%20a%20few%20things%20about%20adding%20a%20new%20recipe%2C%20but%20I%20can't%20find%20a%20really%20clear%20guide%20that%20applies%20to%20my%20case.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110916%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110916%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAdd%20to%20your%20conf%2Flocal.conf%20the%20following%20piece%20of%20code%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECORE_IMAGE_EXTRA_INSTALL%20%2B%3D%20%22dropbear%22%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThen%20rebuild%20your%20image.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110915%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110915%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20am%20testing%20the%20fsl-image-test%20on%20my%20iMX6%20Sabre%20Lite%20board.%20I%20am%20unable%20to%20ssh%20on%20it%2C%20I%20always%20get%20this%20error%3A%20%22ssh%3A%20connect%20to%20host%20192.168.0.9%20port%2022%3A%20Connection%20refused%22.%20There%20is%20no%20ssh%20command%20on%20the%20image%20and%20the%20ssh%20service%20doesn't%20seem%20to%20be%20running.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHow%20can%20I%20get%20the%20ssh%20to%20work%20on%20this%20image%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110914%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110914%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIt%20did%20just%20fine%2C%20much%20obliged%2C%20thank%20you!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110913%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110913%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOtavio%2C%20I%20think%20we%20must%20review%20the%20imx6qsabrelite.conf%20file.%20It%C2%B4s%20not%20clear%20at%20all%20that%20we%20need%20to%20use%20nitrogen6x%20instead.%20Let%C2%B4s%20discuss%20this%20topic%20in%20meta-freescale%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110912%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110912%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%3B%20it%20should%20do%20the%20trick%20%3CLI-EMOJI%20id%3D%22lia_slightly-smiling-face%22%20title%3D%22%3Aslightly_smiling_face%3A%22%3E%3C%2FLI-EMOJI%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110911%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110911%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Eso%20i%20just%20change%20the%20target%20from%20%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3EMACHINE%20%3F%3F%3D%20'i%3C%2FSPAN%3E%3CSTRONG%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Emx6qsabrelite%3C%2FSTRONG%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E'%20to%20%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3EMACHINE%20%3F%3F%3D%20'%3C%2FSPAN%3E%3CSTRONG%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Enitrogen6x%3C%2FSTRONG%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E'%26nbsp%3B%20in%20%3CSTRONG%3Econf%2Flocal.conf%3C%2FSTRONG%3E%3F%3F%3F%3F%20(your%20reply%20wasn't%20very%20explicit%20in%20how%20to%20do%20this)%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110910%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110910%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20seem%20to%20be%20using%20the%20SabreLITE%20with%20Boundary's%20U-Boot%3B%20for%20this%20to%20work%20please%20build%20for%20Nitrogen6x.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110909%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110909%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFollowed%20the%20steps%20%3CSPAN%20style%3D%22text-decoration%3A%20underline%3B%22%3Eexactly%3C%2FSPAN%3E%2C%20everything%20built%20fine%20for%20%3CSTRONG%3Efsl-image-gui%3C%2FSTRONG%3E.%3CBR%20%2F%3EThen%20%3CSTRONG%3Edd%3C%2FSTRONG%3E-ed%20the%20%3CSTRONG%3Efsl-image-gui-imx6qsabrelite.sdcard%20%3C%2FSTRONG%3Efile%20to%20%2Fdev%2Fsdb.%3CBR%20%2F%3EBoard%20boots%20and%20complains%20that%20%3CSTRONG%3E6x_bootscript%20was%20not%20found%3C%2FSTRONG%3E...bummer.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ESoooo...what's%20up%20doc%3F%20What%20I%20am%20missing%3F!%3F!%3F!%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110908%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110908%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E1)%20%3CSTRONG%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CYOCTO-ROOT%3E%2Fsetup-environment%3C%2FYOCTO-ROOT%3E%3C%2FSTRONG%3E%20is%20based%20on%20%3CSTRONG%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CYOCTO-ROOT%3E%2Fsources%2Fpoky%2F%3C%2FYOCTO-ROOT%3E%3C%2FSTRONG%3E%2C%20however%2C%20we%20customized%20it%20to%20what%20we%20think%20it%C2%B4s%20%22clear%22%20So%2C%20IMHO%20you%20may%20choose%20one%20or%20other%2C%20they%20will%20be%20both%20right.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E2)%20When%20I%20do%20this%20my%20way%20I%3A%3C%2FP%3E%3CP%3E*%20source%20%3CSTRONG%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CYOCTO-ROOT%3E%2Fsetup-environment%3C%2FYOCTO-ROOT%3E%3C%2FSTRONG%3E%20(using%20exactly%20the%20same%20build%20dir%20I%C2%B4ve%20been%20using)%3C%2FP%3E%3CP%3E*%20bitbake%20meta-toolchain%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E3)%20of%20course%20you%20have%20it%20done%20after%20a%20rootfs%20build.%20Look%20for%20the%20x86-*%20dir%2C%20it%20should%20be%20there.%20(toolchain%20is%20a%20x86%20binary)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EBut%2C%20when%20you%20bitbake%20the%20meta-toolchain%20it%20exports%20whatever%20you%20will%20need%20in%20*any*%20host%2C%20including%20the%20environment%20setup%20script.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ESo%2C%20inside%20build%2Ftmp%2Fwork%2Fx86*%20you%20will%20find%20the%20*cross-gcc*%20binary%2C%20and%20if%20you%20want%20to%20use%20it%20you%20will%20need%20to%20figure%20out%20any%20other%20needed%20parameter.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110907%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110907%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20there%2C%3C%2FP%3E%3CP%3EI%20would%20like%20to%20generate%20a%20toolchain%20that%20will%20run%20on%20the%20host%20pc%20-%20the%20same%20pc%20that%20i%20used%20to%20generate%20the%20rootfs%20images%20(so%20the%20sysroot%20folder%20is%20already%20generated)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20have%20read%20through%20the%20documentation%20extensively%20but%20I%20am%20still%20confused%20about%20what%20different%20options%20I%20have%20in%20order%20to%20create%20the%20toolchain.%20Namely%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ein%20the%20documentation%20it%20states%20that%20I%20should%20source%20the%20%3CSTRONG%3Eoe-init-build-env%20%3CBUILD_DIR%3E%3C%2FBUILD_DIR%3E%3C%2FSTRONG%3E%20file%20%2C%20which%20lies%20in%20%3CSTRONG%3E%3CYOCTO-ROOT%3E%2Fsources%2Fpoky%2F%3C%2FYOCTO-ROOT%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eit%20is%20not%20clear%20however%20if%20the%20%3CBUILD_DIR%3E%20can%20be%20the%20same%20build%20directory%20that%20I%20used%20to%20create%20the%20rootfs%20images.%3C%2FBUILD_DIR%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAdditionally%20%2C%20when%20I%20source%26nbsp%3B%20the%20%3CSTRONG%3E%3CYOCTO-ROOT%3E%2Fsetup-environment%3C%2FYOCTO-ROOT%3E%3C%2FSTRONG%3E%20file%20%2C%20I%20am%20greeted%20with%20bitbake%20examples.%20Among%20the%20examples%20I%20see%20meta-toolchain%5B-sdk%5D.%20I%20therefore%20wonder%20if%20I%20can%20just%20ignore%20the%20documentation%20and%20source%20this%20file%20instead%20and%20thus%20create%20the%20toolchain's%20resulting%20.tar%20file%20within%20the%20same%20build%20dir.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFinally%2C%20in%20the%20documentation%20it%20mentions%20that%20the%20toolchain%20contains%20a%20arch-corresponding%20%3CSTRONG%3Eenvironment-setup%3C%2FSTRONG%3E*%20file%20%2C%20which%20I%20should%20source%20in%20order%20to%20use%20the%20toolchain.%20Well%2C%20a%20sensible%20train%20of%20thought%20is%20that%20since%20I%20just%20finished%20compiling%20a%20whole%20rootfs%20image%2C%20a%20toolchain%20was%20necessary%20and%20that%20toolchain%20should%20be%20somewhere%20within%20the%20build%20dir.%20But%20I%20fail%20to%20find%20it%20when%20I%20search%20for%20it.%20Where%20is%20the%20error%20in%20my%20train%20of%20thought%20%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThank%20you%20for%20your%20help.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110906%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110906%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%40Nass_sil%20Daiane%20is%20right.%20The%20kernel%20won't%20work%20for%20QEMU%20as%20it%20is%20for%20the%20specific%20board.%20So%20it%20is%20expected%20to%20fail.%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110905%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110905%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ewhat%20do%20you%20mean%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110904%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110904%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20don't%20know%20QEMU%2C%20but%20I%20don't%20think%20using%20uImage%20for%20imx6%20will%20work%20on%20any%20emulator%20%3CIMG%20id%3D%22smileywink%22%20class%3D%22emoticon%20emoticon-smileywink%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-wink.png%22%20alt%3D%22Smiley%20Wink%22%20title%3D%22Smiley%20Wink%22%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110903%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110903%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20there%2C%20I%20am%20trying%20to%20boot%20the%20image%20I%20created%20in%20several%20ways%3A%3C%2FP%3E%3CP%3E1)%20extracted%20the%20tar.bz2%20image%20and%20did%20an%20nfs%20boot%20directly%20from%20the%20sabrelite%20board%20!%20This%20succeeded.%3C%2FP%3E%3CP%3E2)%20copied%20the%20.sdcard%20image%20to%20an%20microSD%20card%20and%20tried%20to%20boot%20locally%20from%20the%20microSD.%20This%20fails%20as%20the%20uboot%20version%20on%20the%20board%20is%20the%20one%20that%20sabrelite%20shipped%20with%20%2C%20(2009.08%20i%20think).%20How%20do%20I%20go%20about%20updating%20the%20uboot%20(.imx%20file)%20that%20has%20generated%20from%20bitbake%20process%3F%3C%2FP%3E%3CP%3E3)%20I%20started%20reading%20on%20yocto%20project%20and%20tried%20runqemu%20but%20it%20fails.%20Here%20is%20what%20I%20did%3A%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20cd%20%3CYOCTO%20root%3D%22%22%3E%2Fsources%2Fpoky%2F%3C%2FYOCTO%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20.%20.%2Foe-init-build-env%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20cd%20build%20%23done%20automatically%20at%20exit%20from%20above%20script%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20runqemu%20..%2F..%2F..%2Fbuild%2Ftmp%2Fdeply%2Fimages%2FuImage-blabla.bin%20..%2F..%2F..%2Fbuild%2Ftmp%2Fdeply%2Fimages%2Ffsl-image-test-blabla.ext3%20ext3%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Ethe%20qemu%20start%20running%2C%20%3C%2FP%3E%3CBLOCKQUOTE%3E%0A%3CP%3Enass%40starland%20~%2Fyocto%2Fsources%2Fpoky%2Fbuild%20%24%20runqemu%20images%2FuImage-imx6qsabrelite.bin%20images%2Ffsl-image-test-imx6qsabrelite-20130515000446.rootfs.ext3%20ext3%3C%2FP%3E%0A%3CP%3ESet%20MACHINE%20to%20%5BuImage-imx6qsabrelite.bin%5D%20based%20on%20kernel%20%5Bimages%2FuImage-imx6qsabrelite.bin%5D%3C%2FP%3E%0A%3CP%3E%3C%2FP%3E%0A%3CP%3EContinuing%20with%20the%20following%20parameters%3A%3C%2FP%3E%0A%3CP%3EKERNEL%3A%20%5Bimages%2FuImage-imx6qsabrelite.bin%5D%3C%2FP%3E%0A%3CP%3EROOTFS%3A%20%5Bimages%2Ffsl-image-test-imx6qsabrelite-20130515000446.rootfs.ext3%5D%3C%2FP%3E%0A%3CP%3EFSTYPE%3A%20%5Bext3%5D%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3CP%3Ebut%20halts%20after%20a%20while%3A%3C%2FP%3E%3CBLOCKQUOTE%3E%0A%3CP%3EThere%20was%20an%20error%20running%20bitbake%20to%20determine%20TMPDIR%3C%2FP%3E%0A%3CP%3EHere%20is%20the%20output%20from%20'bitbake%20-e'%3A%3C%2FP%3E%0A%3CP%3E%3CHUUUUGE%20dump%3D%22%22%20of%3D%22%22%20exported%3D%22%22%20variables%3D%22%22%20and%3D%22%22%20python%3D%22%22%20code%3D%22%22%20following%3D%22%22%3E%3C%2FHUUUUGE%3E%3C%2FP%3E%0A%3C%2FBLOCKQUOTE%3E%3CP%3E%3C%2FP%3E%3CP%3EAm%20I%20using%20the%20command%20wrongly%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThank%20you%20for%20your%20help%20on%20both%20matters%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110902%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110902%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EGreat%20news.%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110901%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110901%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%2C%20too%2C%20will%20post%20here%20that%20I%20have%20successfully%20%3CSTRONG%3Ebitbaked%3C%2FSTRONG%3E%20the%20%3CSTRONG%3Efsl-image-test%3C%2FSTRONG%3E%20on%20a%20%3CSTRONG%3Elinux%20mint%2014%20-%2064%20bits%3C%2FSTRONG%3E%20virtual%20machine.%20It%20took%2030%2B%20hours%20(its%20not%20a%20particularly%20fast%20pc)%2C%20but%20the%20job%20was%20done.%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EEDIT%3A%20I%20also%20managed%20to%20btibake%20the%20fsl-image-gui%20and%20append%20-dbg%20-dev%20%26amp%3B%20-sdk%20options%20in%20my%20%3CYOCTO_ROOT%3E%2Fbuild%2Flocal.conf%20and%20redo%20the%20fsl-image-test%20bitbake.%3C%2FYOCTO_ROOT%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EEXTRA_IMAGE_FEATURES%20%3D%20%22dbg-pkgs%20dev-pkgs%20tools-debug%20tools-profile%20tools-sdk%20debug-tweaks%22%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110900%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110900%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Edone%2C%3C%2FP%3E%3CP%3Ethank%20you%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110899%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110899%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20think%20it'd%20be%20better%20if%20you%20join%20the%20mailing%20list%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20title%3D%22https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale%3C%2FA%3E%20so%20we%20can%20help%20you%20and%20check%20the%20problem%20there.%20It%20makes%20it%20easy%20for%20more%20people%20to%20support%20your%20issue%20and%20report%20any%20similar%20problem.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EPlease%20join%20it%20and%20send%20an%20e-mail%20with%20the%20error%20information%20and%20all%20details%20you%20can.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERegards%2C%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110898%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110898%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Edanny%2C%3C%2FP%3E%3CP%3Esabre%20lite%3C%2FP%3E%3CP%3Efsl-image-test%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110897%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110897%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EPlease%20inform%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EBranch%20you%20are%20using%3F%20(danny%2C%20dylan%2C%20master)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWhich%20machine%20you%20are%20building%20for%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EImage%20you%20are%20build%3F%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110896%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110896%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%20everyone%2C%3C%2FP%3E%3CP%3EI%20am%20attempting%20to%20build%20yocto%20as%20well.%3C%2FP%3E%3CP%3E.%2Frepo*%20stuff%20worked%20fine.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20get%20stuck%20on%20build%20errors%20during%20%22bitbake%20fsl-image-test%22%2C%20namely%20with%20%3CYOCTO%20root%3D%22%22%3E%2Fbuild%2Ftmp%2Fwork%2Fx86_64-linux%2Fcross-localedef-native-2.16-r1%3C%2FYOCTO%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CBLOCKQUOTE%3E%0A%3CP%3Eglibc%2Flocale%2Fiso-639.def%3A502%3A1%3A%20warning%3A%20(near%20initialization%20for%20'iso639')%20%5Benabled%20by%20default%5D%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fiso-639.def%3A502%3A1%3A%20warning%3A%20excess%20elements%20in%20scalar%20initializer%20%5Benabled%20by%20default%5D%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fiso-639.def%3A502%3A1%3A%20warning%3A%20(near%20initialization%20for%20'iso639')%20%5Benabled%20by%20default%5D%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fiso-639.def%3A502%3A1%3A%20warning%3A%20excess%20elements%20in%20scalar%20initializer%20%5Benabled%20by%20default%5D%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fiso-639.def%3A502%3A1%3A%20warning%3A%20(near%20initialization%20for%20'iso639')%20%5Benabled%20by%20default%5D%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A73%3A3%3A%20error%3A%20expected%20specifier-qualifier-list%20before%20'uint32_t'%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A66%3A1%3A%20warning%3A%20empty%20declaration%20%5Benabled%20by%20default%5D%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A86%3A1%3A%20error%3A%20expected%20'%3D'%2C%20'%2C'%2C%20'%3B'%2C%20'asm'%20or%20'__attribute__'%20before%20'%7B'%20token%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A102%3A1%3A%20error%3A%20expected%20'%3D'%2C%20'%2C'%2C%20'%3B'%2C%20'asm'%20or%20'__attribute__'%20before%20'%7B'%20token%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A349%3A1%3A%20error%3A%20expected%20'%3D'%2C%20'%2C'%2C%20'%3B'%2C%20'asm'%20or%20'__attribute__'%20before%20'%7B'%20token%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A376%3A1%3A%20error%3A%20expected%20'%3D'%2C%20'%2C'%2C%20'%3B'%2C%20'asm'%20or%20'__attribute__'%20before%20'%7B'%20token%3C%2FP%3E%0A%3CP%3E%2Fusr%2Finclude%2Fstdio.h%3A54%3A1%3A%20error%3A%20old-style%20parameter%20declarations%20in%20prototyped%20function%20definition%3C%2FP%3E%0A%3CP%3E%2Fusr%2Finclude%2Fstdio.h%3A54%3A1%3A%20error%3A%20parameter%20name%20omitted%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A544%3A1%3A%20error%3A%20expected%20'%7B'%20at%20end%20of%20input%3C%2FP%3E%0A%3CP%3Eglibc%2Flocale%2Fprograms%2Fld-address.c%3A544%3A1%3A%20warning%3A%20control%20reaches%20end%20of%20non-void%20function%20%5B-Wreturn-type%5D%3C%2FP%3E%0A%3CP%3Emake%3A%20***%20%5Bld-address.o%5D%20Error%201%3C%2FP%3E%0A%3CP%3EERROR%3A%20oe_runmake%20failed%3C%2FP%3E%0A%3CP%3EERROR%3A%20Function%20failed%3A%20do_compile%20(see%20%2Fopt%2Fslackaloo_nfs%2Fyocto%2Fbuild%2Ftmp%2Fwork%2Fx86_64-linux%2Fcross-localedef-native-2.16-r1%2Ftemp%2Flog.do_compile.7844%20for%20further%20information)%3C%2FP%3E%0A%0A%3C%2FBLOCKQUOTE%3E%3CP%3EOS%20is%20Linux%20Mint%2012%20(64bit).%3C%2FP%3E%3CP%3Eanyone%20came%20across%20it%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110895%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110895%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThis%20is%20not%20supported.%20Yocto%20is%20for%20use%20in%20host%2C%20not%20target.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20can%20use%20Yocto%20in%20a%20virtual%20machine.%20For%20in-target%20development%20you%20can%20build%20an%20sdk%20image.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110894%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110894%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%20indeed.%20I%20wanted%20to%20try%20a%20build%20using%20yocto.%20I'm%20interested%20in%20how%20to%20update%20a%20driver%20with%20its%20sources%20(vivante%20in%20my%20case).%3C%2FP%3E%3CP%3EI%20dont%20have%20another%20Linux%20machine%2C%20I'm%20working%20on%20Windows%20only%2C%20the%20board%20is%20used%20for%20deployment.%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110893%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110893%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EAre%20you%20using%20Yocto%20inside%20of%20target%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110892%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110892%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIt%20is%20ok%20for%20previous%20steps%20before%20bitbake.%3C%2FP%3E%3CP%3EWith%20the%20bitbake%20command%20I%20have%20the%20folowwing%20errors%20%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EWARNING%3A%20Host%20distribution%20%22Linaro-12.03%22%20has%20not%20been%20validated%20with%20this%20version%20of%20the%20build%20system%3B%20you%20may%20possibly%20experience%20unexpected%20failures.%20It%20is%20recommended%20that%20you%20use%20a%20tested%20distribution.%3C%2FP%3E%3CP%3EERROR%3A%20Unable%20to%20determine%20endianness%20for%20architecture%20'armv7l'%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%7C%20ETA%3A%26nbsp%3B%2000%3A06%3A03%3C%2FP%3E%3CP%3EERROR%3A%20Please%20add%20your%20architecture%20to%20siteinfo.bbclass%3C%2FP%3E%3CP%3EERROR%3A%20Unable%20to%20parse%20%2Fhome%2Flinaro%2Frootfs_builder%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-devtools%2Forc%2Forc_0.4.16.bb%3A%20Exited%20with%20%221%22%3C%2FP%3E%3CP%3EERROR%3A%20Unable%20to%20determine%20endianness%20for%20architecture%20'armv7l'%3C%2FP%3E%3CP%3EERROR%3A%20Please%20add%20your%20architecture%20to%20siteinfo.bbclass%3C%2FP%3E%3CP%3EERROR%3A%20Unable%20to%20determine%20endianness%20for%20architecture%20'armv7l'%3C%2FP%3E%3CP%3EERROR%3A%20Please%20add%20your%20architecture%20to%20siteinfo.bbclass%3C%2FP%3E%3CP%3EERROR%3A%20Unable%20to%20determine%20endianness%20for%20architecture%20'armv7l'%3C%2FP%3E%3CP%3EERROR%3A%20Please%20add%20your%20architecture%20to%20siteinfo.bbclass%3C%2FP%3E%3CP%3EERROR%3A%20Command%20execution%20failed%3A%20Exited%20with%201%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3EAny%20idea%20%3F%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110891%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110891%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20patch%20is%20waiting%20for%20test%20in%20Yocto's%20mailing%20list%3B%20once%20done%20it%20will%20be%20merged.%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110890%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110890%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThis%20worked%20for%20me%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%24%20cat%20meta-fsl-arm%2Frecipes-kernel%2Fperf%2Fperf_3.4.bbappend%3CBR%20%2F%3EPRINC%20%3A%3D%20%22%24%7B%40int(PRINC)%20%2B%201%7D%22%3CBR%20%2F%3EFILESEXTRAPATHS_prepend%20%3A%3D%20%22%24%7BTHISDIR%7D%2Ffiles%3A%22%3CBR%20%2F%3ESRC_URI_append%20%3D%20%22file%3A%2F%2Fdefine-attribute-const.patch%20%22%3CBR%20%2F%3E%24%20cat%20meta-fsl-arm%2Frecipes-kernel%2Fperf%2Ffiles%2Fdefine-attribute-const.patch%20%3CBR%20%2F%3E---%20a%2Ftools%2Fperf%2Futil%2Finclude%2Flinux%2Fcompiler.h%26nbsp%3B%26nbsp%3B%26nbsp%3B%202013-04-04%2017%3A55%3A08.000000000%20-0700%3CBR%20%2F%3E%2B%2B%2B%20b%2Ftools%2Fperf%2Futil%2Finclude%2Flinux%2Fcompiler.h%26nbsp%3B%26nbsp%3B%26nbsp%3B%202013-04-10%2007%3A16%3A36.711981928%20-0700%3CBR%20%2F%3E%40%40%20-5%2C7%20%2B5%2C9%20%40%40%3CBR%20%2F%3E%20%23define%20__always_inline%26nbsp%3B%26nbsp%3B%26nbsp%3B%20inline%3CBR%20%2F%3E%20%23endif%3CBR%20%2F%3E%20%23define%20__user%3CBR%20%2F%3E%2B%23ifndef%20__attribute_const__%3CBR%20%2F%3E%20%23define%20__attribute_const__%3CBR%20%2F%3E%2B%23endif%3CBR%20%2F%3E%20%3CBR%20%2F%3E%20%23define%20__used%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20__attribute__((__unused__))%3CBR%20%2F%3E%20%3CBR%20%2F%3E%24%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110889%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110889%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2Fnicklewis%22%20target%3D%22_blank%22%3Enicklewis%3C%2FA%3E%20and%20%3CA%20class%3D%22jx-jive-macro-user%22%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fpeople%2FHenrikJacobsen%22%20target%3D%22_blank%22%3EHenrikJacobsen%3C%2FA%3E%2C%20these%20issues%20are%20better%20discussed%20and%20handled%20if%20you%20post%20them%20in%20the%20mailing%20list.%20So%20we%20can%20ask%20what%20and%20how%20to%20reproduce%20the%20issue%20and%20fix%20it.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EPlease%20subscribe%20there%20and%20send%20an%20e-mail%20with%20the%20description%20of%20the%20issue%2C%20the%20machine%20you're%20building%20for%20and%20how%20to%20reproduce%20it.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110888%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110888%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EOk%20I%20will%20try%20adding%20meta-fsl-arm%2Frecipes-kernel%2Fperf%2Ffiles%2Fdefine-attribute-const.patch%20and%20meta-fsl-arm%2Frecipes-kernel%2Fperf%2Fperf_3.4.bbappend%20with%20the%20content%20from%20Chunrong%20Guo%20and%20see%20if%20this%20resolves%20it%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110887%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110887%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20see%20the%20same%20compile%20problem%20with%20perf.%20Decided%20to%20silently%20await%20that%20someone%20fixes%20it%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110886%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110886%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20am%20experiencing%20an%20error%20during%20do_compile%20of%20perf_3.4%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eutil%2Finclude%2Flinux%2Fcompiler.h%3A8%3A0%3A%20error%3A%20%22__attribute_const__%22%20redefined%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThere%20appears%20to%20be%20a%20patch%20available%20to%20resolve%20this%20problem%20at%20%3CA%20href%3D%22https%3A%2F%2Flists.yoctoproject.org%2Fpipermail%2Fyocto%2F2012-October%2F012625.html%22%20title%3D%22https%3A%2F%2Flists.yoctoproject.org%2Fpipermail%2Fyocto%2F2012-October%2F012625.html%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Flists.yoctoproject.org%2Fpipermail%2Fyocto%2F2012-October%2F012625.html%3C%2FA%3E%20but%20it%20does%20not%20seem%20to%20have%20been%20applied%20to%20meta-fsl-arm.%20Can%20someone%20explain%20to%20me%20a%20possible%20reason%20why%20I%20am%20seeing%20this%20problem%20(when%20I%20assume%20others%20are%20not).%20Should%20I%20apply%20the%20patch%20or%20may%20there%20be%20a%20different%20cause%20of%20the%20problem%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110885%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110885%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20will%20try%20to%20have%20the%20corporate%20firewall%20policy%20changed%20but%20I%20am%20only%20a%20small%20cog...%3C%2FP%3E%3CP%3E%3CSPAN%3EIn%20practice%20the%20absence%20of%20the%20git%20protocol%20does%20not%20seem%20to%20be%20a%20huge%20problem.%20I%20found%20no%20other%20errors%20for%20a%20minimal%20core%20image%20build%20and%20only%202%20errors%20when%20running%20'bitbake%20-c%20fetchall%20fsl-image-test'.%20These%20were%20fixed%20by%20adding%20%3Bprotocol%3Dhttp%20to%20the%20end%20of%20the%20url%20in%20the%20fio_2.0.5%20recipe%20and%20changing%20to%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Flinuxtv.org%2Fdownloads%2Fv4l-utils%2Fv4l-utils-0.8.8.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Flinuxtv.org%2Fdownloads%2Fv4l-utils%2Fv4l-utils-0.8.8.tar.bz2%3C%2FA%3E%3CSPAN%3E%20for%20the%20v4l-utils_0.8.8%20recipe%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110884%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110884%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%3B%20this%20is%20the%20reason%20why%20we%20moved%20to%20the%20GIT.%20However%20I%20think%20you%20do%20need%20to%20fix%20your%20firewall%20as%20many%20recipes%20are%20using%20GIT%20to%20fetch%20the%20sources%20and%20you'll%20have%20a%20huge%20problem%20to%20workaround%20it%20for%20every%20case.%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110883%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110883%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EFedora%20has%20a%20copy%20and%20this%20patch%20seems%20to%20resolve%20the%20problem%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E---%20a%2Fmeta-fsl-arm%2Frecipes-core%2Fudev%2Fudev_173.bbappend%26nbsp%3B%26nbsp%3B%26nbsp%3B%202013-04-04%2022%3A31%3A22.006040965%20-0700%3CBR%20%2F%3E%2B%2B%2B%20b%2Fmeta-fsl-arm%2Frecipes-core%2Fudev%2Fudev_173.bbappend%26nbsp%3B%26nbsp%3B%26nbsp%3B%202013-04-05%2000%3A09%3A54.327713016%20-0700%3CBR%20%2F%3E%40%40%20-1%2C8%20%2B1%2C5%20%40%40%3CBR%20%2F%3E-PRINC%20%3A%3D%20%22%24%7B%40int(PRINC)%20%2B%202%7D%22%3CBR%20%2F%3E%2BPRINC%20%3A%3D%20%22%24%7B%40int(PRINC)%20%2B%203%7D%22%3CBR%20%2F%3E%20%3CBR%20%2F%3E-%23%20Switch%20to%20git%20source%3CBR%20%2F%3E-%23%20173%20tag%3CBR%20%2F%3E-SRCREV%20%3D%20%22ad667dff51711fed763a23283d973486de3cd6b5%22%3CBR%20%2F%3E%2B%23%20Switch%20to%20fedora%20source%3CBR%20%2F%3E%20SRC_URI%20%3A%3D%20%22%24%7B%40oe_filter_out('%24%7BKERNELORG_MIRROR%7D%2Flinux%2Futils%2Fkernel%2Fhotplug%2Fudev-%24%7BPV%7D.tar.bz2'%2C%20'%24%7BSRC_URI%7D'%2C%20d)%7D%22%3CBR%20%2F%3E-SRC_URI_prepend%20%3D%20%22git%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fhotplug%2Fudev.git%3Bprotocol%3Dgit%20%22%3CBR%20%2F%3E-S%20%3D%20%22%24%7BWORKDIR%7D%2Fgit%22%3CBR%20%2F%3E%3CSPAN%3E%2BSRC_URI_prepend%20%3D%20%22%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fpkgs.fedoraproject.org%2Frepo%2Fpkgs%2Fudev%2Fudev-173.tar.bz2%2F91a88a359b60bbd074b024883cc0dbde%2Fudev-173.tar.bz2%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fpkgs.fedoraproject.org%2Frepo%2Fpkgs%2Fudev%2Fudev-173.tar.bz2%2F91a88a359b60bbd074b024883cc0dbde%2Fudev-173.tar.bz2%3C%2FA%3E%3CSPAN%3E%20%22%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110882%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110882%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDue%20to%20local%20firewall%20restrictions%20on%20the%20use%20of%20the%20git%20protocol%20I%20am%20experiencing%20a%20error%20during%20do_fetch%20for%20danny%20udev_173.%20Removing%20the%20bbappend%20reverts%20to%20getting%20a%20tar%20over%20http%20but%20file%20is%20missing%20(the%20reason%20why%20there%20is%20a%20bbappend%20to%20change%20to%20git%20I%20suppose)%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110881%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110881%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20always%20face%20failed%20to%20fetch%2C%20then%20when%20I%20try%20again%20everything%20works.%20I%20think%20it%C2%B4s%20the%20network%20somehow.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EFailed%20to%20fetch%20is%20bitbake%20trying%20to%20download%20the%20package%20from%20server%20provider%20and%20not%20being%20able%20to%20complete%20it.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110880%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110880%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESeems%20to%20be%20a%20proxy%20problem%20in%20connection%20with%20the%20%22repo%22%20script.%3C%2FP%3E%3CP%3EHacked%20the%20script%3B%20the%20clone.bundle%20file%20is%20created%20with%20the%20content%3A%20%3C%2FP%3E%3CP%3Eclone.bundle%20is%20created%20by%20the%20_DownloadBundle%20function%20in%20%22repo%22.%20It%20uses%20urllib%20to%20retrieve%20the%20data.%3C%2FP%3E%3CP%3E%3CSPAN%3EWith%20wireshark%20I%20can%20see%20that%20the%20proxy%20server%20is%20accessed%20with%20%22GET%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgerrit.googlesource.com.%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgerrit.googlesource.com.%2F%3C%2FA%3E%3CSPAN%3E(...)%22%2C%20but%20there%20is%20no%20encrypted%20session%20started.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EMaybe%20bad%20Python%20version%3F%20(It's%202.6).%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110879%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110879%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ETrying%20to%20build%20%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CSTRONG%3Efsl-image-gui%3C%2FSTRONG%3E%3C%2FSPAN%3E.%20The%20build%20runs%20fine%20for%20some%20time%20(some%20hours%20-%20does%20more%20than%203000%20of%20the%20app.%206100%20tasks%2C%20and%20eats%20%26gt%3B40GB%20of%20disk%20space!).%20Then%3A%3C%2FP%3E%3CP%3E%3CSTRONG%3EWARNING%3A%20Failed%20to%20fetch%20URL%20%3CA%20href%3D%22http%3A%2F%2Fgpe.linuxtogo.org%2Fdownload%2Fsource%2Fxserver-common-1.34.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fgpe.linuxtogo.org%2Fdownload%2Fsource%2Fxserver-common-1.34.tar.gz%3C%2FA%3E%2C%20attempting%20MIRRORS%20if%20available%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EERROR%3A%20Fetcher%20failure%3A%20Fetch%20command%20failed%20with%20exit%20code%204%2C%20no%20output%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CSPAN%3EERROR%3A%20Function%20failed%3A%20Fetcher%20failure%20for%20URL%3A%20'%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fgpe.linuxtogo.org%2Fdownload%2Fsource%2Fxserver-common-1.34.tar.gz%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fgpe.linuxtogo.org%2Fdownload%2Fsource%2Fxserver-common-1.34.tar.gz%3C%2FA%3E%3CSPAN%3E'.%20Unable%20to%20fetch%20URL%20from%20any%20source.%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EERROR%3A%20Logfile%20of%20failure%20stored%20in%3A%20%2Fhome%2Fhj%2Fyocto%2Frootfs_builder%2Fbuild%2Ftmp%2Fwork%2Fall-poky-linux%2Fxserver-common-1.34-r8%2Ftemp%2Flog.do_fetch.24584%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EERROR%3A%20Task%205488%20(%2Fhome%2Fhj%2Fyocto%2Frootfs_builder%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-graphics%2Fxserver-common%2Fxserver-common_1.34.bb%2C%20do_fetch)%20failed%20with%20exit%20code%20'1'%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3ENOTE%3A%20Tasks%20Summary%3A%20Attempted%203517%20tasks%20of%20which%203515%20didn't%20need%20to%20be%20rerun%20and%201%20failed.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3EWaiting%20for%200%20running%20tasks%20to%20finish%3A%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3ESummary%3A%201%20task%20failed%3A%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%20%2Fhome%2Fhj%2Fyocto%2Frootfs_builder%2Fsources%2Fmeta-openembedded%2Fmeta-oe%2Frecipes-graphics%2Fxserver-common%2Fxserver-common_1.34.bb%2C%20do_fetch%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3ESummary%3A%20There%20was%201%20WARNING%20message%20shown.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3ESummary%3A%20There%20were%202%20ERROR%20messages%20shown%2C%20returning%20a%20non-zero%20exit%20code.%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E%3CSTRONG%3E%3CBR%20%2F%3E%3C%2FSTRONG%3E%3C%2FP%3E%3CP%3E(This%20is%20the%20output%20from%20an%20attempt%20to%20restart%20the%20build).%3C%2FP%3E%3CP%3E%22File%20not%20found%22%2C%20it%20seems...%20does%20the%20recipe%20need%20update%20-%20or%20other%20suggestions%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110878%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110878%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESame%20result.%3C%2FP%3E%3CP%3EBut%20in%20the%20meantime%20I%20tried%20at%20home%2C%20on%20my%20own%20computer%20and%20network%3A%20No%20problem%20(or%20not%20this%20problem%2C%20at%20least%20%3CIMG%20id%3D%22smileyhappy%22%20class%3D%22emoticon%20emoticon-smileyhappy%22%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Fi%2Fsmilies%2F16x16_smiley-happy.png%22%20alt%3D%22Smiley%20Happy%22%20title%3D%22Smiley%20Happy%22%20%2F%3E).%3C%2FP%3E%3CP%3ESo%20the%20problem%20is%20definitely%20in%20%22my%22%20end.%20Differences%3A%20At%20work%2C%20with%20the%20problem%2C%20we%20have%20CentOS5%20%2B%20addons%2C%20and%20firewall%2Fproxy.%20At%20home%3A%20CentOS6%20and%20no%20proxy.%20(Needed%20to%20install%20a%20newer%20git%20than%20the%20one%20provided%20with%20CentOS6).%3C%2FP%3E%3CP%3EThink%20I%20tried%20everything%20to%20get%20the%20proxy%20stuff%20correct%3B%20I%20*was*%20able%20to%20fetch%20%22repo%22%20with%20curl%20over%20https.%20And%20also%20tried%20git%20config....%20I%20will%20investigate%20further%3B%20guess%20it's%20hard%20to%20figure%20out%20from%20your%20place%20what's%20wrong%20here!%3C%2FP%3E%3CP%3EThe%20build%20at%20home%20ran%20for%20most%20of%20the%20night%2C%20then%20bailed%20out...%20I'll%20raise%20that%20as%20a%20separate%20question.%3C%2FP%3E%3CP%3EAnd...%20tnx%20for%20you%20prompt%20answer!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110877%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110877%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%C2%B4m%20downloading%20it%20over%20here.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECould%20you%2C%20please%2C%20try%20again%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110876%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110876%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESorry%2C%20but%20also%20i%20trivial%20problem%2C%20probably%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%24%20repo%20init%20-u%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3CSPAN%3E%20-b%20danny%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EGet%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgerrit.googlesource.com%2Fgit-repo%2Fclone.bundle%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgerrit.googlesource.com%2Fgit-repo%2Fclone.bundle%3C%2FA%3E%3C%2FP%3E%3CP%3E%24%3C%2FP%3E%3CP%3E...but%20nothing%20is%20fetched.%20The%20repo%20init%20commands%20just%20outputs%20the%20line%20and%20exits.%3C%2FP%3E%3CP%3ESo...%3A%3C%2FP%3E%3CP%3E%24%20repo%20sync%3C%2FP%3E%3CP%3Eerror%3A%20command%20'sync'%20requires%20repo%20to%20be%20installed%20first.%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Use%20%22repo%20init%22%20to%20install%20it%20here.%3C%2FP%3E%3CP%3E%24%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3ESame%20result%20id%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2F%3C%2FA%3E%3CSPAN%3E%20is%20used%20instead%20of%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2F%3C%2FA%3E%3CSPAN%3E%20-%20in%20the%20command%2C%20as%20well%20as%20in%20the%20REPO_URL%20inside%20the%20repo%20script.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ESorry%20I'm%20no%20git%20expert%20-%20is%20there%20supposed%20to%20be%20a%20file%20named%20%22clone.bundle%22%20in%20the%20referenced%20git-repo%3F%20I%20don't%20see%20it...%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110875%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110875%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20list%20of%20validated%20distros%20are%20the%20ones%20the%20active%20developers%20use%20so%20they%20keep%20testing%20it%3B%20I'll%20bring%20you%20the%20discussion%20about%20adding%20MINT%20as%20a%20valid%20one%20as%20it%20is%20based%20in%20Ubuntu%20and%20thus%20share%20most%20core%20components%20(toolchain%20and%20like).%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EDo%20you%20think%20you'll%20be%20an%20active%20user%20of%20Yocto%20or%20you're%20just%20playing%20with%20it%20for%20curiosity%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110874%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110874%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20think%20it's%20a%20great%20idea!%20Thanks%20a%20lot.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECould%20you%2C%20please%2C%20share%20how%20was%20you%20able%20to%20achieve%20it%20in%20your%20side%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110873%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110873%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20haver%20successfully%20built%20the%20in%20both%20master%20and%20danny%20using%20%22LinuxMint-14%22%20as%20a%20host%20os%20in%20virtualbox%20as%20well%20as%20natively%20on%20laptop.%20It%20would%20be%20*nice*%20to%20add%20that%20as%20a%20validated%20build%20system.%20Linux%20Mint%20(mate%20desktop)%20is%20a%20much%20more%20productive%20environment%20vs%20some%20of%20the%20%22other%22%20popular%20desktops%20-%20and%20much%20lighter%20weight!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110872%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110872%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20performed%20the%20repo%20sync%3C%2FP%3E%3CP%3EThen%20I%20performed%20a%20bitbake%20fsl-image-test%3C%2FP%3E%3CP%3EThen%20wrote%20the%20card.%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThe%20below%20log%20shows%20a%20series%20of%20boots.%20With%20different%20outcomes.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ereading%20uImage%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ereading%20uImage%3C%2FP%3E%3CP%3EError%20reading%20cluster%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22uImage%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3EBooting%20from%20net%20...%3C%2FP%3E%3CP%3EFEC%20Waiting%20for%20PHY%20auto%20negotiation%20to%20complete.........%20TIMEOUT%20!%3C%2FP%3E%3CP%3EBOOTP%20broadcast%201%3C%2FP%3E%3CP%3EBOOTP%20broadcast%202%3C%2FP%3E%3CP%3EBOOTP%20broadcast%203%3C%2FP%3E%3CP%3EBOOTP%20broadcast%204%3C%2FP%3E%3CP%3EBOOTP%20broadcast%205%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERetry%20count%20exceeded%3B%20starting%20again%3C%2FP%3E%3CP%3EFEC%20Waiting%20for%20PHY%20auto%20negotiation%20to%20complete.........%20TIMEOUT%20!%3C%2FP%3E%3CP%3EBOOTP%20broadcast%201%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ebad%20MBR%20sector%20signature%200x055a%3C%2FP%3E%3CP%3E**%20Partition%201%20not%20valid%20on%20device%200%20**%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20use%20mmc%200%3A1%20for%20fatload%20**%3C%2FP%3E%3CP%3EBooting%20from%20net%20...%3C%2FP%3E%3CP%3EFEC%20Waiting%20for%20PHY%20auto%20negotiation%20to%20complete.........%20TIMEOUT%20!%3C%2FP%3E%3CP%3EBOOTP%20broadcast%201%3C%2FP%3E%3CP%3EBOOTP%20broadcast%202%3C%2FP%3E%3CP%3EBOOTP%20broadcast%203%3C%2FP%3E%3CP%3EBOOTP%20broadcast%204%3C%2FP%3E%3CP%3EBOOTP%20broadcast%205%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ereading%20uImage%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ereading%20uImage%3C%2FP%3E%3CP%3EError%20reading%20cluster%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22uImage%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3EBooting%20from%20net%20...%3C%2FP%3E%3CP%3EFEC%20Waiting%20for%20PHY%20auto%20negotiation%20to%20complete.........%20TIMEOUT%20!%3C%2FP%3E%3CP%3EBOOTP%20broadcast%201%3C%2FP%3E%3CP%3EBOOTP%20broadcast%202%3C%2FP%3E%3CP%3EBOOTP%20broadcast%203%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ereading%20uImage%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3Ereading%20boot.scr%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E**%20Unable%20to%20read%20%22boot.scr%22%20from%20mmc%200%3A1%20**%3C%2FP%3E%3CP%3Ereading%20uImage%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EU-Boot%202012.10-00994-g7e6c682%20(Feb%2022%202013%20-%2009%3A15%3A52)%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECPU%3A%26nbsp%3B%26nbsp%3B%20Freescale%20i.MX6Q%20rev1.2%20at%20792%20MHz%3C%2FP%3E%3CP%3EReset%20cause%3A%20POR%3C%2FP%3E%3CP%3EBoard%3A%20MX6Q-SabreSD%3C%2FP%3E%3CP%3EDRAM%3A%26nbsp%3B%201%20GiB%3C%2FP%3E%3CP%3EWARNING%3A%20Caches%20not%20enabled%3C%2FP%3E%3CP%3EMMC%3A%26nbsp%3B%26nbsp%3B%20FSL_SDHC%3A%200%3C%2FP%3E%3CP%3E***%20Warning%20-%20bad%20CRC%2C%20using%20default%20environment%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIn%3A%26nbsp%3B%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EOut%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3EErr%3A%26nbsp%3B%26nbsp%3B%20serial%3C%2FP%3E%3CP%3ENet%3A%26nbsp%3B%26nbsp%3B%20FEC%20%5BPRIME%5D%3C%2FP%3E%3CP%3EWarning%3A%20FEC%20using%20MAC%20address%20from%20net%20device%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHit%20any%20key%20to%20stop%20autoboot%3A%26nbsp%3B%200%3C%2FP%3E%3CP%3Emmc0%20is%20current%20device%3C%2FP%3E%3CP%3E**%20No%20partition%20table%20-%20mmc%200%20**%3C%2FP%3E%3CP%3E**%20No%20partition%20table%20-%20mmc%200%20**%3C%2FP%3E%3CP%3EBooting%20from%20net%20...%3C%2FP%3E%3CP%3EFEC%20Waiting%20for%20PHY%20auto%20negotiation%20to%20complete.........%20TIMEOUT%20!%3C%2FP%3E%3CP%3EBOOTP%20broadcast%201%3C%2FP%3E%3CP%3EBOOTP%20broadcast%202%3C%2FP%3E%3CP%3EBOOTP%20broadcast%203%3C%2FP%3E%3CP%3EBOOTP%20broadcast%204%3C%2FP%3E%3CP%3EBOOTP%20broadcast%205%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ERetry%20count%20exceeded%3B%20starting%20again%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110871%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110871%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EPlease%2C%20create%20a%20new%20topic%20with%20your%20question%20and%20some%20log.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Esetup%20tool-chain%20on%20yocto%20is%20easy%2C%20but%20it%C2%B4s%20not%20trivial%2C%20so%20I%20believe%20a%20new%20discussion%20will%20be%20more%20organized%20for%20any%20other%20person%20looking%20for%20it.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ENow%20the%20patches%20otavio%20posted%20is%20already%20integrated%2C%20so%20if%20you%20repo%20sync%20your%20danny%20branch%20you%20will%20be%20able%20to%20take%20the%20patches%20and%20test%20it%20with%20no%20additional%20steps.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20you%20create%20a%20new%20topic%2C%20please%2C%20share%20it%20with%20me%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110870%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110870%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI'm%20having%20difficulties%20setting%20up%20the%20tool-chain%20using%20Yocto.%20Any%20advice%20would%20be%20helpful.%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110869%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110869%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20will%20try%20this%20out%20and%20get%20an%20update%20back%20to%20you.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110868%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110868%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20Revision%20is%3A%20REV%20C2%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110867%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110867%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ESo%20I%20did%20the%20porting%20of%20need%20changes.%20Could%20you%20please%20give%20this%20a%20try%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EDo%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%24%3A%20git%20clone%20--branch%20patches-2012.10%20git%3A%2F%2Fgithub.com%2FFreescale%2Fu-boot-imx.git%20u-boot-imx%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EApply%20the%20patches%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0001-COMMON-Add-__stringify-function.patch%22%20title%3D%22http%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0001-COMMON-Add-__stringify-function.patch%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0001-COMMON-Add-__stringify-function.patch%3C%2FA%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0002-mx6-Disable-Power-Down-Bit-of-watchdog.patch%22%20title%3D%22http%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0002-mx6-Disable-Power-Down-Bit-of-watchdog.patch%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0002-mx6-Disable-Power-Down-Bit-of-watchdog.patch%3C%2FA%3E%3C%2FP%3E%3CP%3E%3CA%20href%3D%22http%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0003-Backport-environment-changes-from-patches-2013.01.patch%22%20title%3D%22http%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0003-Backport-environment-changes-from-patches-2013.01.patch%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fdownload.ossystems.com.br%2F~otavio%2Fu-boot-patches%2F2012.10%2F0003-Backport-environment-changes-from-patches-2013.01.p%E2%80%A6%3C%2FA%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAnd%20setup%20your%20toolchain.%20Build%3A%20u-boot.imx%20and%20put%20it%20in%20a%20sdcard.%20I%20hope%20it%20works.%20If%20you%20confirms%20it%20to%20me%20I%20will%20be%20able%20to%20push%20it%20so%20we%20fix%20it%20in%20danny.%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110866%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110866%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EIf%20it%20is%20the%20revision%20C%20it%20might%20be%20the%20problem%3B%20I%20am%20backporting%20the%20fix%20of%20U-Boot%20mainline%20to%20the%202012.10%20and%20will%20post%20a%20heads-up%20when%20it%20is%20done.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110865%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110865%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI'll%20have%20to%20get%20back%20to%20you%20on%20that%20one.%20I%20do%20know%20that%20the%20box%20has%20images%20on%20the%20outside%2C%20where%20the%20earlier%20SDP's%20did%20not%20have%20the%20box%20images.%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20know%20that%20doesn't%20help%20much%2C%20but%20I'll%20have%20a%20better%20answer%20for%20you%20later%20in%20the%20day.%20I%20as%20far%20as%20I%20know%20it's%20quite%20new.%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110864%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110864%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHum%3B%20what%20is%20the%20revision%20of%20your%20board%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110863%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110863%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Otavio%2C%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThanks%20for%20answering.%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20followed%20the%20instruction%20above.%3C%2FP%3E%3CP%3E%22%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Esudo%20dd%20if%3Drootfs_builder%2Fbuild%2Ftmp%2Fdeploy%2Fimages%2Ffsl-image-test.sdcard%20of%3D%2Fdev%2Fsdb%3C%2FSPAN%3E%22%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIt%20just%20doesn't%20seem%20to%20boot.%20Before%20that%20I've%20had%20no%20problem%20getting%20my%20ltib%20images%20and%20the%20ubuntu%20RFS%20up.%20%3C%2FP%3E%3CP%3EThis%20is%20my%20first%20foray%20into%20Yocto.%20So%20I%20was%20hoping%20that%20I%20didn't%20miss%20anything.%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110862%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110862%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20easiest%20way%20of%20making%20it%20to%20work%20is%20to%20dd%20the%20tmp%2Fdeploy%2Fimages%2F%3CIMAGE%3E.sdcard%20file%20directly%20onto%20your%20device.%3C%2FIMAGE%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ETo%20dd%20the%20u-boot.imx%20binary%20you%20should%20avoid%20the%20skip%3D2%20(as%20the%20u-boot.imx%20has%20no%20padding).%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110861%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110861%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDoes%20anyone%20have%20any%20tips%20for%20booting%20the%20sdcard.%20I've%20tried%20the%20uboot%20that%20comes%20with%20it%20and%20I've%20tried%20known%20good%20commands%2F%20similar%20commands%20to%20an%20ltib%20generated%20sd%20card.%20However%2C%20no%20luck%20so%20far.%20%3C%2FP%3E%3CP%3EI'll%20I%20get%20is%20a%20stall%20at%20loading%20uImage%2C%20when%20I%20run%20the%20card%20(directly%20burned).%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAny%20thoughts%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAlso%20is%20there%20any%20issue%20with%20working%20off%20the%20master%20branch%3F%3C%2FP%3E%3CP%3EOr%20is%20that%20the%20most%20buggy%20version%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EP.S.%20My%20board%20is%20a%20SabreSDP%2C%20IMX6.%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110860%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110860%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20just%20did%20a%20new%20test%20here%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E~%2Ftest%25%20repo%20init%20-u%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3CSPAN%3E%20-b%20danny%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EGet%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgerrit.googlesource.com%2Fgit-repo%2Fclone.bundle%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgerrit.googlesource.com%2Fgit-repo%2Fclone.bundle%3C%2FA%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EGet%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%20%25%20Total%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%25%20Received%20%25%20Xferd%26nbsp%3B%20Average%20Speed%26nbsp%3B%26nbsp%3B%20Time%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Time%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Time%26nbsp%3B%20Current%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Dload%26nbsp%3B%20Upload%26nbsp%3B%26nbsp%3B%20Total%26nbsp%3B%26nbsp%3B%20Spent%26nbsp%3B%26nbsp%3B%26nbsp%3B%20Left%26nbsp%3B%20Speed%3C%2FP%3E%3CP%3E%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%20--%3A--%3A--%26nbsp%3B%200%3A00%3A09%20--%3A--%3A--%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%200%3C%2FP%3E%3CP%3Ecurl%3A%20(22)%20The%20requested%20URL%20returned%20error%3A%20404%20Not%20Found%3C%2FP%3E%3CP%3EServer%20does%20not%20provide%20clone.bundle%3B%20ignoring.%3C%2FP%3E%3CP%3EWARNING%3A%20gnome-keyring%3A%3A%20couldn't%20connect%20to%3A%20%2Frun%2Fuser%2Fotavio%2Fkeyring-q0sd1e%2Fpkcs11%3A%20No%20such%20file%20or%20directory%3C%2FP%3E%3CP%3Eremote%3A%20Counting%20objects%3A%2069%2C%20done.%3C%2FP%3E%3CP%3Eremote%3A%20Compressing%20objects%3A%20100%25%20(63%2F63)%2C%20done.%3C%2FP%3E%3CP%3Eremote%3A%20Total%2069%20(delta%2021)%2C%20reused%2053%20(delta%205)%3C%2FP%3E%3CP%3EUnpacking%20objects%3A%20100%25%20(69%2F69)%2C%20done.%3C%2FP%3E%3CP%3E%3CSPAN%3EFrom%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3C%2FP%3E%3CP%3E*%20%5Bnew%20branch%5D%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20danny%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20-%26gt%3B%20origin%2Fdanny%3C%2FP%3E%3CP%3E*%20%5Bnew%20branch%5D%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20denzil%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20-%26gt%3B%20origin%2Fdenzil%3C%2FP%3E%3CP%3E*%20%5Bnew%20branch%5D%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20master%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20-%26gt%3B%20origin%2Fmaster%3C%2FP%3E%3CP%3E*%20%5Bnew%20tag%5D%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%201.2%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20-%26gt%3B%201.2%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3EYour%20identity%20is%3A%20Otavio%20Salvador%20%26lt%3B%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-email-small%22%20href%3D%22mailto%3Aotavio%40ossystems.com.br%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Eotavio%40ossystems.com.br%3C%2FA%3E%3CSPAN%3E%26gt%3B%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EIf%20you%20want%20to%20change%20this%2C%20please%20re-run%20'repo%20init'%20with%20--config-name%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Erepo%20initialized%20in%20%2Fhome%2Fotavio%2Ftest%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ESo%20it%20is%20clearly%20something%20at%20your%20side.%20I%20once%20had%20a%20problem%20due%20curl%20issues.%20'repo'%20uses%20curl%20to%20fetch%20some%20stuff%20(as%20git%20does%20as%20well)%20so%20maybe%20you%20might%20try%20to%20upgrade%20curl%20and%20give%20it%20a%20new%20try%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110859%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110859%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20OtavioSalvador%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20I%20m%20using%20Ubuntu%209.04%20Jaunty.%20with%20kernel%202.6.28-11-generic.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%20I%20guess%20that%20web%20address%20not%20accessible%20in%20india.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%20Regards%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%20Winston%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110858%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110858%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20Daiane%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20I%20tried%20same%20thing%20again..%20Even%20i%20tried%20with%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2F%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2F%3C%2FA%3E%3CSPAN%3E%20and%20still%20same%20issue.%20%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%20And%20when%20i%20try%20it%20from%20browser%20too%20i%20get%20same%20mesage.%20(%20attached%20screen%20shot)%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Screenshot.png%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Screenshot.png%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F117542iD80A3C7535A5C3B8%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%22Screenshot.png%22%20alt%3D%22Screenshot.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%20I'm%20from%20india...%20So%20is%20that%20web%20page%20not%20accessible%20from%20india%20%3F%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%20Regards%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%20Winston%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110857%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110857%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EBesides%20the%20tests%20Daiane%20has%20asked%20you%20please%20give%20more%20details%20about%20your%20host%20system%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%20*%20distribution%3C%2FP%3E%3CP%3E%20*%20version%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110856%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110856%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20just%20tried%20it%20over%20here%20and%20it%20does%20work.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ECould%20you%2C%20please%2C%20test%20the%20same%20again%3F%20If%20you%20face%20the%20error%20again%2C%20try%20to%20reach%20the%20web%20page%20using%20your%20browser.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EMake%20sure%20your%20proxy%20allow%20this%20operation.%20(double%20check%20if%20you%C2%B4re%20using%20http%20or%20https%20proxy)%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110855%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110855%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi....%20I%20am%20running%20into%20this%20basic%20error..%20Looks%20like%20repo%20cannot%20find%20the%20web%20page.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Eroot%40LinuxRig%3A%2Fhome%2Fwintu%2FYOCTO%23%20repo%20init%20-u%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3CSPAN%3E%20-b%20danny%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E...%20A%20new%20repo%20command%20(%201.18)%20is%20available.%3C%2FP%3E%3CP%3E...%20You%20should%20upgrade%20soon%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%20cp%20%2Fhome%2Fwintu%2FYOCTO%2F.repo%2Frepo%2Frepo%20%2Fbin%2Frepo%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Efatal%3A%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%2Finfo%2Frefs%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%2Finfo%2Frefs%3C%2FA%3E%3CSPAN%3E%20download%20error%20-%20The%20requested%20URL%20returned%20error%3A%20403%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%3Efatal%3A%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22http%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%2Finfo%2Frefs%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%2Finfo%2Frefs%3C%2FA%3E%3CSPAN%3E%20download%20error%20-%20The%20requested%20URL%20returned%20error%3A%20403%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%26nbsp%3B%20Any%20help....%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110854%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110854%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI've%20found%20that%20on%20ubuntu%20there%20could%20be%20problem%20with%20git%20which%20causes%20this%20error.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ETo%20resolve%20%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Esudo%20apt-add-repository%20ppa%3Agit-core%2Fppa%3C%2FP%3E%3CP%3Esudo%20apt-get%20update%3C%2FP%3E%3CP%3Esudo%20apt-get%20install%20git%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAfter%20that%20there%20is%20no%20matter%20are%20you%20using%20https%20or%20http.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110853%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110853%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20just%20tried%20on%20my%20machine%20and%20it%20does%20work%20over%20here.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20can%20try%20this%3A%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Erepo%20init%20-u%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20color%3A%20%233778c7%3B%20background-color%3A%20%23ffffff%3B%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttp%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%20-b%20master%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Einstead%20of%20https.%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3ECould%20you%2C%20please%2C%20try%20again%3F%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110852%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110852%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20I%20also%20have%20the%20same%20issue%20i.e%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%22%3E.%2Frepo%20sync%20-j2%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Eerror%3A%20Exited%20sync%20due%20to%20gc%20errors%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Eand%20my%20proxy%20settings%20are%20as%20fllows%3A%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Efaisal%40faisal-desktop%3A~%24%20set%20%7C%20grep%20-i%20proxy%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20url%20proxy%20fetch%20push%20mirror%20skipDefaultUpdate%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20core.gitProxy%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20http.proxy%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20COMPREPLY%3D(%24(%20compgen%20-W%20%22%24opts%20--percent%20--force%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--test%20--replacepkgs%20--replacefiles%20--root%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--excludedocs%20--includedocs%20--noscripts%20--ignorearch%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--dbpath%20--prefix%20--ignoreos%20--nodeps%20--allfiles%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--ftpproxy%20--ftpport%20--justdb%20--httpproxy%20--httpport%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--noorder%20--relocate%20--badreloc%20--notriggers%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--excludepath%20--ignoresize%20--oldpackage%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--queryformat%20--repackage%20--nosuggests%22%20--%20%22%24cur%22%20))%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20COMPREPLY%3D(%24(%20compgen%20-W%20%22%24opts%20--ftpport%20--ftpproxy%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20--httpport%20--httpproxy%22%20--%20%22%24cur%22%20))%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20PreferredAuthentications%20Protocol%20ProxyCommand%20%5C%3C%2FP%3E%3CP%3Efaisal%40faisal-desktop%3A~%24%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110851%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110851%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESo%2C%20your%20problem%20is%20during%20sync.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EAre%20you%20under%20a%20proxy%3F%20Can%20you%20reach%20https%20or%20only%20http%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110850%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110850%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3E.%2Frepo%20sync%20-j2%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Eerror%3A%20Exited%20sync%20due%20to%20gc%20errors%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22background-color%3A%20%23ffffff%3B%20font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EI%20only%20see%20a%20repo%20file%20and%20a%20.repo%20directory.%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110849%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110849%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYou%20need%20to%20be%20under%20%22rootfs_builder%22%2C%20if%20you%C2%B4re%20following%20exactly%20the%20directory%20approach%20from%20tutorial.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EIf%20you%3A%3C%2FP%3E%3CP%3E%24%20cd%20rootfs_builder%3C%2FP%3E%3CP%3E%24%20ls%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EYou%20must%20see%20setup-environment%20as%20a%20text%20file%20(and%20repo%20and%20README%20and%20directory%20sources)%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110848%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110848%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20also%20seem%20to%20fail%20on%20%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-family%3A%20'Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20'Lucida%20Grande'%2C%20sans-serif%3B%20background-color%3A%20%23ffffff%3B%22%3Esource%20.%2Fsetup-environment%20build%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3Ebash%3A%20.%2Fsetup-environment%3A%20No%20such%20file%20or%20directory%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20style%3D%22font-size%3A%2010pt%3B%20line-height%3A%201.5em%3B%22%3EIs%20there%20something%20else%20that%20I%20need%20to%20install%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110847%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110847%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThe%20patches%20are%20now%20merged%20and%20it%20should%20just%20work.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110846%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110846%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EI%20sent%20the%20patch%20to%20the%20mailing%20list%20(meta-freescale).%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110845%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110845%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EYes%3B%20I%20will%20fix%20it.%20The%20master%20doesn't%20need%20to%20force%20udev%20anymore.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110844%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110844%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESeems%20like%20adding%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EBBMASK%20%3D%20%22udev_.*%5C.bbappend%24%22%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eto%20end%20of%20conf%2Flocal.conf%20fixes%20works%20around%20this%20error.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110843%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110843%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI'm%20trying%20to%20follow%20the%20directions%20listed%20above%20by%20entering%20the%20following%20commands%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%20curl%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fdl-ssl.google.com%2Fdl%2Fgooglesource%2Fgit-repo%2Frepo%3C%2FA%3E%3CSPAN%3E%20%26gt%3B%20.%2Frepo%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%20chmod%20a%2Bx%20.%2Frepo%3C%2FP%3E%3CP%3E%3CSPAN%3E%26nbsp%3B%20repo%20init%20-u%20%3C%2FSPAN%3E%3CA%20class%3D%22jive-link-external-small%22%20href%3D%22https%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fgithub.com%2FFreescale%2Ffsl-community-bsp-platform%3C%2FA%3E%3CSPAN%3E%20-b%20master%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%26nbsp%3B%20repo%20sync%3C%2FP%3E%3CP%3E%26nbsp%3B%20vi%20conf%2Flocal.conf%3C%2FP%3E%3CP%3E%26nbsp%3B%20bitbake%20fsl-image-gui%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EHowever%2C%20I'm%20receiving%20the%20following%20error%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EPseudo%20is%20not%20present%20but%20is%20required%2C%20building%20this%20first%20before%20the%20main%20build%3C%2FP%3E%3CP%3ELoading%20cache%3A%20100%25%20%7C%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%7C%20ETA%3A%26nbsp%3B%2000%3A00%3A00%3C%2FP%3E%3CP%3ELoaded%201598%20entries%20from%20dependency%20cache.%3C%2FP%3E%3CP%3EERROR%3A%20No%20recipes%20available%20for%3A%3C%2FP%3E%3CP%3E%26nbsp%3B%20%2Fhome%2Fvradmin%2Fprojects%2FMOCUPort%2FYOCTO%2Frootfs_builder%2Fsources%2Fmeta-fsl-arm%2Frecipes-core%2Fudev%2Fudev_173.bbappend%3C%2FP%3E%3CP%3EERROR%3A%20Command%20execution%20failed%3A%20Exited%20with%201%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ESummary%3A%20There%20were%202%20ERROR%20messages%20shown%2C%20returning%20a%20non-zero%20exit%20code.%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3EDo%20you%20know%20what%20might%20be%20causing%20this%20error%3F%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CBR%20%2F%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110842%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110842%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDaiane%2C%20after%20I%20did%20%22repo%20sync%20-j2%22%20the%20problem%20went%20away.%20Thanks%20for%20all%20your%20help.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110841%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110841%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThanks%20Daiane%2C%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EThis%20is%20a%20terrific%20intro%20to%20Yocto.%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3ENote%20that%20there%20is%20a%20typo%20above%20(%22souce%22%20should%20be%20%22source%22).%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110840%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110840%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3Ewas%20you%20able%20to%20take%20the%20source%20code%3F%3C%2FP%3E%3CP%3EAre%20you%20under%20any%20proxy%3F%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3EI%20have%20a%20lot%20of%20sync%20errors%20due%20to%20my%20proxy%20configurations%2C%20and%20when%20I%20try%20again%20I%20can%20take%20the%20source%20code%20without%20errors.%20Could%20you%20try%20again%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-1110839%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERe%3A%20How%20to%20Test%20Yocto%20for%20i.MX6%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1110839%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EDaiane%2C%20my%20%22repo%20sync%22%20failed%20with%20this%20output%3A%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CTABLE%3E%3CTBODY%3E%3CTR%3E%3CTD%3E%20*%20%5Bnew%20tag%5D%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FTD%3E%3CTD%3Epurple-3.2%20-%26gt%3B%20purple-3.2%3C%2FTD%3E%3C%2FTR%3E%3CTR%3E%3CTD%3E%20*%20%5Bnew%20tag%5D%26nbsp%3B%26nbsp%3B%26nbsp%3B%26nbsp%3B%20%3C%2FTD%3E%3CTD%3Epurple-3.2.1%20-%26gt%3B%20purple-3.2.1%3C%2FTD%3E%3C%2FTR%3E%3C%2FTBODY%3E%3C%2FTABLE%3E%3CP%3EFetching%20projects%3A%20100%25%20(6%2F6)%2C%20done.%26nbsp%3B%20%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3Eerror%3A%20Exited%20sync%20due%20to%20gc%20errors%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22mce_paste_marker%22%3E%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E
No ratings
Version history
Last update:
‎11-28-2012 10:40 AM
Updated by: