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. Example for embedded linux
Qt 6.11 is out! See what's new in the release blog

Example for embedded linux

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 483 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.
  • D Offline
    D Offline
    dland
    wrote on last edited by
    #1

    I have a Linux ARMv7 device running Ubuntu 16.04.2 LTS with a touch screen. The processor is pretty underpowered and we are looking for a UI framework that will provide simple graphics and animations in a performant way.

    Are there any out of the box examples that will run on that device? I have no Qt experience but just need a quick way to determine if Qt is a potential solution for us.

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

      Hi,

      How much underpowered ?

      You might want to take a look at this article. It talks about MCU but should give you an overview about Qt on low powered system.

      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
      • D Offline
        D Offline
        dland
        wrote on last edited by
        #3

        It has about 1 GB a RAM and here is the cpu info:

        $lscpu
        Architecture:          armv7l
        Byte Order:            Little Endian
        CPU(s):                2
        On-line CPU(s) list:   0,1
        Thread(s) per core:    1
        Core(s) per socket:    2
        Socket(s):             1
        Model name:            ARMv7 Processor rev 10 (v7l)
        CPU max MHz:           792.0000
        CPU min MHz:           396.0000
        Hypervisor vendor:     (null)
        

        I'll have a look at the MCU doc.

        jsulmJ 1 Reply Last reply
        0
        • D dland

          It has about 1 GB a RAM and here is the cpu info:

          $lscpu
          Architecture:          armv7l
          Byte Order:            Little Endian
          CPU(s):                2
          On-line CPU(s) list:   0,1
          Thread(s) per core:    1
          Core(s) per socket:    2
          Socket(s):             1
          Model name:            ARMv7 Processor rev 10 (v7l)
          CPU max MHz:           792.0000
          CPU min MHz:           396.0000
          Hypervisor vendor:     (null)
          

          I'll have a look at the MCU doc.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @dland See https://doc.qt.io/qt-5/qtexamplesandtutorials.html
          But you will either need to setup a cross compile environment and build Qt + examples or do that directly on your device.

          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