Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Standalone embedded Qt app without Linux?
Qt 6.11 is out! See what's new in the release blog

Standalone embedded Qt app without Linux?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hyvok
    wrote on last edited by
    #1

    I had a discussion recently on how to implement a GUI on an embedded platform I'm designing. One interesting idea was to port Qt to run standalone on the ARM MCU. How hard would this be and what would I need to rewrite an and/or implement? What would the hardware requirements be? In terms of flash space and CPU speed. I was looking in to Cortex-M4 MCUs. I'm going to use a 800x480 graphical color LCD screen.

    I would not want to use Linux because I feel that is a bit bloaty for a simple GUI. Maybe some RTOS in maximum.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Qt requires an OS for e.g. hardware/process handling, io management etc.

      You have a variety of OSes to chose from (e.g. VxWorks/QNX/Linux) But why not use Linux ? You don't need to run a full debian system to run your Qt application. You can use projects like OpenEmbedder/Yocto to build minimal systems for your purpose.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved