Is Qt for Embedded Linux supported for a Target embedded machine running Ubuntu 12.04 64-bit?

StackOverflow https://stackoverflow.com/questions/22241661

  •  10-06-2023
  •  | 
  •  

質問

I want to create a full screen Qt application running directly to the frame buffer, without the X Window System in Ubuntu 12.04 64-bit embedded device (Intel Atom Quad-core processor). So I thought Qt for Embedded Linux would be the best way to go. But according to Qt website the options are either Embedded Android or Embedded Linux Software Stack. I need Ubuntu and not other Linux distros like Angstrom because the dependencies for the Qt app was tested for Ubuntu 12.04.

I have found similar questions being asked, but still am not sure whether it is possible.

http://qt-project.org/forums/viewthread/3009

Experience building and using Qt Embedded

Can someone please point me in the right direction or whether its possible? Thanks for any help...

役に立ちましたか?

解決

Is Qt for Embedded Linux supported for a Target embedded machine running Ubuntu 12.04 64-bit?

It feels strange that you wish to use Ubuntu and you want to avoid using X. This is a sort of paradoxon.

Either way, Qt 5 has different backends, like eglfs, linuxfb, directb, and so forth as plugins. You can use them on desktop, too. This is not strictly restricted to "embedded".

Just make sure you pick up the appropriate plugin when running your application. Here you can see the detailed list of the available plugins.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top