Qt on the i.MX53

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Qt on the i.MX53

跳至解决方案
3,211 次查看
Stefan1z
Contributor II

Hi,

i try to run qt on the iMX53 QSB. When i search google or the forum there are links to the old community or imxdev.org. Have somebody a how-to or a discription how to install qt on the QSB?

Edit: I found something, but the link to the attached files is broken. Have somebody the files from this poste? https://community.freescale.com/message/292049#292049

regards,

stefan

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
1,700 次查看
rogerio_silva
NXP Employee
NXP Employee

I'm not sure, but seems you forgot to use:

. ./setup-environment build

before:

bitbake fsl-gui-image

Rgds,

Rogerio

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,700 次查看
tootzoe
Contributor III

Hi Stefan,

i found a QT based UI app runs on android 4.0 platform,

I'm learning how to achieve this, you could have a look whether this is you want?

regds.

toot

0 项奖励
回复
1,700 次查看
rogerio_silva
NXP Employee
NXP Employee

Hi Stefan,

The old page you were looking for is at: https://community.freescale.com/docs/DOC-1481

The information on this page is a bit old and I need to update.

If you want to try, you can also build QT4.8 using Yocto. You only need follow the instructions on page

Freescale/fsl-community-bsp-platform · GitHub

and use the "fsl-image-gui" instead "core-image-minimal". The QT will be built on your image with the demos and examples.

Rgds,

Rogerio

1,700 次查看
Stefan1z
Contributor II

Hi,

thanks for your answers!

I want to try using Yocto, but i get this error. Can you help me with this? i never used yocto before.

lucid@ubuntu:~/fsl-community-bsp$ bitbake fsl-image-gui

Pseudo is not present but is required, building this first before the main build

DEBUG: Removed the following variables from the environment: USERNAME, NO_PROXY, LESSOPEN, LIBGL_ALWAYS_INDIRECT, GNOME_KEYRING_CONTROL, DEFAULTS_PATH, MANDATORY_PATH, WINDOWID, BBFETCH2, GDM_KEYBOARD_LAYOUT, XDG_CONFIG_DIRS, ORBIT_SOCKETDIR, GTK_MODULES, GDMSESSION, LESSCLOSE, OLDPWD, GDM_LANG, SPEECHD_PORT, SHLVL, BUILDDIR, GNOME_DESKTOP_SESSION_ID, LS_COLORS

DEBUG: Found bblayers.conf (/home/lucid/fsl-community-bsp/conf/bblayers.conf)

DEBUG: LOAD /home/lucid/fsl-community-bsp/conf/bblayers.conf

DEBUG: Adding layer /home/lucid/sources/poky/meta

DEBUG: LOAD /home/lucid/sources/poky/meta/conf/layer.conf

ERROR: Unable to parse /home/lucid/sources/poky/meta/conf/layer.conf: [Errno 2] No such file or directory: '/home/lucid/sources/poky/meta/conf/layer.conf'

lucid@ubuntu:~/fsl-community-bsp$

0 项奖励
回复
1,701 次查看
rogerio_silva
NXP Employee
NXP Employee

I'm not sure, but seems you forgot to use:

. ./setup-environment build

before:

bitbake fsl-gui-image

Rgds,

Rogerio

0 项奖励
回复