OpenEmbedded/Yocto for UDOO Boards

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

  1. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    is there anyway to set device tree in uEnv.txt its still not booting lvds7
     
  2. Maurice

    Maurice Active Member

    Joined:
    Oct 13, 2015
    Messages:
    394
    Likes Received:
    87
    Have you set the values in uboot?
     
  3. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    video_output=lvds7
     
  4. graugans

    graugans Administrator Staff Member

    Joined:
    Sep 17, 2015
    Messages:
    328
    Likes Received:
    141
    Have you tried with the serial console?
    Could you please provide a bootlog?
     
  5. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    I dont
    I dont have serial console
     
  6. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    Graugans, just tested your image and all work fine with lvds7 ...
    I did this :
    download the image
    copy it to the sd : $ zcat udoo-image-qt5-udooneo.sdcard.gz | sudo dd of=/dev/sdd bs=32M
    open uEnv.txt in kate and modify the video_output=hdmi to lvds7 (don't forget to erase # !)
    boot the card ok :D
     
    Ayeed Shaikh and graugans like this.
  7. graugans

    graugans Administrator Staff Member

    Joined:
    Sep 17, 2015
    Messages:
    328
    Likes Received:
    141
    I am planning to write a tool for managing this uEnv.txt stuff. The PHP5 is a bit too heavy for a BSP layer. So I'll go with C++ or ruby (due to the fact ruby is on master now :))
     
  8. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    CAN is in the external pin, and thus has been disabled on mqx/Arduino. In order to make it work you have to fix mqx by hand.
     
  9. graugans

    graugans Administrator Staff Member

    Joined:
    Sep 17, 2015
    Messages:
    328
    Likes Received:
    141
    It looks like the default m4 firmware occupied those PINs on arduino. Thus CAN can not be used. By uploading a custom m4 firmware everything works fine. This also applies to UDOObuntu

    Gesendet von meinem FP2 mit Tapatalk
     
    modjo likes this.
  10. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    Hi @graugans did you already try with yocto to configure wifi ap ? I ask this question about this post
    I'm looking for information in open embedded but didn't find something that can help more ...
     
  11. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    I guess i am having some technical issue with lvds7 so i guess iam not able to boot the image using lvds
     
  12. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    Hi @modjo what library did you use to make magnetometer/gyroscope and acceleration work in you previous project demo(cinema) build using qt5 and yocto?
     
  13. graugans

    graugans Administrator Staff Member

    Joined:
    Sep 17, 2015
    Messages:
    328
    Likes Received:
    141
    You can double check with udoobuntu

    Gesendet von meinem FP2 mit Tapatalk
     
  14. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    I didn't use a lib i just build the qt cinematic experience ... but i'm writing a lib in c++ to use the neo sensors based on this lib I think i can pubish it at the end of this month (with an example to dialogue with neo under UDP) ...
     
    graugans likes this.
  15. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    Thank you i guess i can start with the actual application with the above information. Let me know after you complete with the lib.
     
  16. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    hi @modjo can you share me the code in which you have used the acceleration in yocto using qt5
     
  17. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    I already answer here ... be patient please ...
     
    delba likes this.
  18. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1

    Does these image contain any gui? or atleast can you provide me some small steps to load qt5 framework for development.
     
  19. graugans

    graugans Administrator Staff Member

    Joined:
    Sep 17, 2015
    Messages:
    328
    Likes Received:
    141
    You'll find all the required steps in the first posting
     
  20. Ayeed Shaikh

    Ayeed Shaikh Member

    Joined:
    Mar 9, 2016
    Messages:
    52
    Likes Received:
    1
    Last edited: Apr 30, 2016

Share This Page