Results 1 to 4 of 4

Thread: Problem with using Qt for industrial hardware's interface and Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2011
    Location
    Porto Alegre, Brazil
    Posts
    482
    Thanks
    165
    Thanked 2 Times in 2 Posts
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Problem with using Qt for industrial hardware's interface and Linux

    Quote Originally Posted by wysota View Post
    What do you consider a "very light version" of embedded Linux? Qt needs a framebuffer (linuxfb, directfb or similar) to be able to show its UI somewhere, as for the rest it really depends which parts of Qt functionality you need, surely a bunch of libraries will be needed as well.
    Hello wysota and thanks for the reply!

    By a "very light version" of embedded Linux, in practical terms, I mean to have a embedded Linux kernel that would only have the necessary to make the Qt application work, removing everything else that would only consume memory without being strictly needed. Now I know that to have such a thing probably would mean to edit the Linux kernel in accordance with the developed Qt-based interface software, which would undesirably consume time and money. So instead of editing the Linux kernel, one would prefer an already existing (and tested/validated by the community) light Linux kernel, that is, one that had removed from as many as features possible but would still be valid for running Qt applications (for example, considering what you told me, still having linuxfb, etc.).



    Thanks,

    Momergil
    May the Lord be with you. Always.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Problem with using Qt for industrial hardware's interface and Linux

    For embedded systems one usually wants to tailor the kernel to what is required by this particular system. You can start with some standard distro such as Yocto but sooner or later you will have to start modifying it by adding/removing features.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    Momergil (28th March 2014)

Similar Threads

  1. Replies: 1
    Last Post: 12th August 2012, 17:37
  2. problem with interface Class - Error:undefined interface
    By k.qasempour in forum Qt Programming
    Replies: 4
    Last Post: 12th August 2012, 02:11
  3. QT widgets for industrial application
    By ale301168 in forum Qt Programming
    Replies: 4
    Last Post: 10th May 2011, 03:22
  4. Windows Mobile Hardware Keyboard problem
    By grublik in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 3rd December 2010, 11:57
  5. Qt and hardware direct rendering on Linux
    By Vogel Ubrhar in forum Qt Programming
    Replies: 0
    Last Post: 22nd March 2010, 08:58

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.