OpenEmbedded/Yocto for UDOO Boards

Discussion in 'Yocto' started by graugans, Nov 7, 2015.

  1. Simone

    Simone New Member

    Joined:
    Dec 1, 2015
    Messages:
    16
    Likes Received:
    0
    HI,
    thanks for tutorial.
    I followed all tutorial to create bsp file.
    so when I tried this command
    zcat tmp/deploy/images/udooneo/******.gz | sudo dd of=/dev/sdd bs=16M
    I cant find *.gz file but *.bz2 about 113 MB, like this
    udoo-image-full-cmdline-udooneo-201712072245.rootfs.wic.bz2 in /build/tmp/deply/image/udooneo
     
  2. Simone

    Simone New Member

    Joined:
    Dec 1, 2015
    Messages:
    16
    Likes Received:
    0
    HI,
    Yesterday I created and installed the yocto distro on my UDOONeo without x11.
    So, now I somebody can explain me can how I do autologin?

    two, I tried to compile QT sdk but I recevied some error:

    Code:
    simone@UbuntuVB:~/udoo-community-bsp/build$ MACHINE=udooneo bitbake udoo-image-qt5 -c populate_sdk
    WARNING: Host distribution "Ubuntu-16.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
    Loading cache: 100% |###########################################| ETA:  00:00:00
    Loaded 2570 entries from dependency cache.
    NOTE: Resolving any missing task queue dependencies
    
    Build Configuration:
    BB_VERSION        = "1.30.0"
    BUILD_SYS         = "x86_64-linux"
    NATIVELSBSTRING   = "universal"
    TARGET_SYS        = "arm-poky-linux-gnueabi"
    MACHINE           = "udooneo"
    DISTRO            = "poky"
    DISTRO_VERSION    = "2.1.3"
    TUNE_FEATURES     = "arm armv7a vfp thumb neon       callconvention-hard       cortexa9"
    TARGET_FPU        = "hard"
    meta             
    meta-poky         = "HEAD:1083d90888589b9f0d50a1d480f7c774d8b4bda3"
    meta-oe           
    meta-python       
    meta-networking   
    meta-multimedia   
    meta-ruby         = "HEAD:55c8a76da5dc099a7bc3838495c672140cedb78e"
    meta-fsl-arm      = "HEAD:e2254e7b2ded0c2b66b1226f879b3a6d52037b2d"
    meta-fsl-arm-extra = "HEAD:2c28e636ec15c2cfd49bc9cebe0bbbcfde95bc7b"
    meta-fsl-demos    = "HEAD:a165068f8a0d1cf29aabe4b4053f28be1c2aa492"
    meta-udoo         = "HEAD:a01cfce52c52fc942eab4375cd249795ca24c53f"
    meta-qt5          = "jethro:ea37a0bc987aa9484937ad68f762b4657c198617"
    
    NOTE: Preparing RunQueue
    NOTE: Executing SetScene Tasks
    NOTE: Executing RunQueue Tasks
    WARNING: qtserialbus-5.5.1+gitAUTOINC+04b75569f3-r0 do_fetch: Failed to fetch URL git://github.com/qtproject/qtserialbus.git;branch=5.5, attempting MIRRORS if available
    ERROR: qtserialbus-5.5.1+gitAUTOINC+04b75569f3-r0 do_fetch: Fetcher failure: Unable to find revision 04b75569f36eec14662505a08bf8c1d565cb10fe in branch 5.5 even from upstream
    ERROR: qtserialbus-5.5.1+gitAUTOINC+04b75569f3-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/qtproject/qtserialbus.git;branch=5.5'. Unable to fetch URL from any source.
    ERROR: Logfile of failure stored in: /home/simone/udoo-community-bsp/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtserialbus/5.5.1+gitAUTOINC+04b75569f3-r0/temp/log.do_fetch.15165
    ERROR: Task 356 (/home/simone/udoo-community-bsp/sources/meta-udoo/qt5-layer/recipes-qt/qt5/qtserialbus_git.bb, do_fetch) failed with exit code '1'
    thanks.
     
  3. Retasor

    Retasor New Member

    Joined:
    Dec 26, 2016
    Messages:
    11
    Likes Received:
    4
  4. toanfet

    toanfet New Member

    Joined:
    Mar 24, 2018
    Messages:
    1
    Likes Received:
    0
    Hello ,
    I got problem when built helloworld example for QT5 by QTCreator as:
    "
    main.o:(.qtversion[qt_version_tag]+0x0): undefined reference to `qt_version_tag'
    "
    I have checked qmake version by command : qmake --version and the result as bellow:
    "QMake version 3.0
    Using Qt version 5.6.3 in /opt/poky/2.1.3/sysroots/cortexa9hf-neon-poky-linux-gnueabi/usr/lib
    "
    Who can recommend the any idea for me?
    Thanks advance!
     
  5. closx

    closx UDOOer

    Joined:
    May 2, 2019
    Messages:
    13
    Likes Received:
    1
    Hello there, after a year :D
    Can one person please describe me how can I build a yocto for my UDOO Neo board??
    All links are broken, always failures, errors errors and errors...
    I just want to execute my lovely application on a UDOO Neo board. Why this is so hard :(
    Sorry for being a noob btw.
    Things I tried:
    • Try to build a qt version for UDOObuntu (a billion times)
    • Give up and try to build a Yocto for UDOO (a million times)
    • Give up and use the ready image builded by @modjo (@graugans your links are all broken) (my application worked well with the build that shared by @modjo but lvds7 touch panel doesn't work and there is no gstreamer installed and I need them both)
    Please help me guys, I am about to go crazy!
     
  6. takeshi6

    takeshi6 New Member

    Joined:
    Oct 12, 2019
    Messages:
    1
    Likes Received:
    0
    Hi there!
    Really appreciate this tutorial.
    I want to clarify one thing: in order to build yocto image can I use virtual machine or does it have to ba a native linux machine?
     

Share This Page