BuildRoot advice needed

Discussion in 'Other OS' started by Gatsu, Oct 4, 2017.

  1. Gatsu

    Gatsu New Member

    Joined:
    Oct 2, 2017
    Messages:
    6
    Likes Received:
    0
    Hello,

    I'm planning to do a rugged GUI application on a UDOO Quad. I'm looking over several solution like using a Ubuntu minimal or a Yocto distribution and also buildroot.
    Is UDOO QUADsupported by buildroot? I noticed that some people already did it here https://www.udoo.org/forum/threads/boot-on-a-custom-linux.4289/ ..

    EDIT : I supposed it is supported , I saw this in BuildRoot def_config:
    Udoo MX6Q/DL board

    For information about MX6 Udoo boards:
    http://www.udoo.org/

    To build a minimal support for these boards:

    $ make mx6udoo_defconfig
    $ make

    Buildroot prepares a bootable "sdcard.img" image in the output/images/
    directory, ready to be dumped on a micro SD card:

    dd if=output/images/sdcard.img of=/dev/<your-microsd-device>

    For details about the medium image layout, see the definition in
    board/udoo/genimage.cfg.


    I need also to use Qt5 and Python..
    I guess it's ok for Qt5 too:
    https://github.com/buildroot/buildroot/tree/master/package/qt5

    The problem is that I found the def_config for the UDOO NEO, is there a def_config for the QUAD?
    is there a tutorial somewhere to do it properly please?

    Regards
     
    Last edited: Oct 4, 2017

Share This Page