[yocto] Serial communication problem!

2013-04-08 Thread Florin Cristian Dan
Hello, I have a little problem in finding out how does serial communication works within yocto-project. I've build a sato image with meta-emenlow bsp and qt4 support, i've done some qt apps and succeded in making them work on the target machine. Now i want my qt applicaion to recive some data via

Re: [yocto] Yocto Qt!

2013-03-26 Thread Florin Cristian Dan
Hi... I've tried adding this CORE_IMAGE_EXTRA_INSTALL += qt4-tools in order to have the qt4 tools, and now, i made a simple qt4 form aplication with a label ana a test box, nothing special, just for test...i first tried to compile the program on my target machine when i enterd qmake project i

Re: [yocto] Yocto Qt!

2013-03-26 Thread Florin Cristian Dan
Can you please tell me where can i download Qt4SDK? I've searched it but i did not find it ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Qt!

2013-03-26 Thread Florin Cristian Dan
ok, so i've uninstalled all the programs ralated to qt4 and qt5, i wanted to start a fresh install of qt4 SDK, i've found QtSDK v 1.2.1 wich i think is Qt4 related, I downloaded it from nokia website, installed it, and creted a simple hello world window...it build and ran succesfuly. But when i go

Re: [yocto] Yocto Qt!

2013-03-26 Thread Florin Cristian Dan
i've managed to solve the qmake problem i did this: sudo rm /usr/bin/qmake sudo ln -s /usr/bin/qmake-qt4 /usr/bin/qmake After that: qmake -o Makefile myproject.pro make It made me an executable, then i've copied the whole project folder on a USB stick, mount it on my target and

[yocto] Yocto Qt!

2013-03-25 Thread Florin Cristian Dan
Hi, This is my fifth mail i think and no one still responded me, i'm trying to start developing apps, using Qt and add Qt support to Yocto. I've built a image for my Intel Atom based target machine, and added IMAGE_FEATURES += qt4-pkgs to local.conf file. It burned succesfuly the image booted on

Re: [yocto] Yocto Qt!

2013-03-25 Thread Florin Cristian Dan
-- Forwarded message -- From: Cristi Dan dan.florincrist...@gmail.com Date: 2013/3/25 Subject: Re: [yocto] Yocto Qt! To: ross.bur...@intel.com When i try (qmake -project) says that qmake: command not found the same thing with make It's there any chance that the Qt isn't added

Re: [yocto] Yocto Qt!

2013-03-25 Thread Florin Cristian Dan
Thank you very much Ross, i will try this and i will post the result Have a nice day ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Qt developement Yocto

2013-03-23 Thread Florin Cristian Dan
Hello I've done a little bit research on the internet, wondering what are the options for GUI development for the target machines, i've tried to add java support but i failed, and now i saw that Qt support is possible, can someone explain what the steps should be? If any plugin is requierd for the

[yocto] Java on target machine

2013-03-21 Thread Florin Cristian Dan
First of all hello every body, A few days ago, i sent an e-mail in wich i was asking how can i run java apps on my target machine, mr. Paul Eggleton was kind enough to answar and gave me some links for enableing the layer, download the desired layer from LayerIndex and so on. I followed those

[yocto] core-image-sato-emenlow-sdk Boot problem

2013-03-20 Thread Florin Cristian Dan
Hello everybody, I've just finished burning my image, core-image-sato-sdk trough HOB , and i've added the layer path to meta-intel folder and to meta-emenlow wich is within meta-intel, after that it was just a matter of time. After 8 hours and somethe process finished (i don't know if that is

[yocto] (no subject)

2013-03-19 Thread Florin Cristian Dan
Hello, Ok, so in the last days, i've managest to bake my own sato-emenlow image, and runed it on my machine wich is a PEB2739 (Intel Atom Z510 based).I'm intrested now in developing some industrial applications, like different types of masurement gauges. Now i wonder if yocto project has suport

[yocto] Yocto Java support.

2013-03-19 Thread Florin Cristian Dan
Hello, Ok, so in the last days, i've managest to bake my own sato-emenlow image, and runed it on my machine wich is a PEB2739 (Intel Atom Z510 based).I'm intrested now in developing some industrial applications, like different types of masurement gauges. Now i wonder if yocto project has

[yocto] Hob and bitbake problem!

2013-03-19 Thread Florin Cristian Dan
Hello, I was trying to make a new image with Hob, a core-image-sato-sdk with the meta-intel layerso, i've added the path for the layer in and changed the machine name to emenlow, so i kicked the build image proccesafter some time, this happend: Hob cannot build your image Package

[yocto] Timeout elimination

2013-03-18 Thread Florin Cristian Dan
Hello, i've managed to burn the BSP image (emenlow) on a usb stick, on booted on my target machin, apparently it works fine, but i would like to know how can i eliminate that 10 day timeout, i've tried to enter the address that is given in the splash http://yoctoproject.org/tlk but is not working

[yocto] burn images to usb problem!!!

2013-03-16 Thread Florin Cristian Dan
hello, I'm preety new with linux embedded and especially with Yocyo Project wich by the way i think it's awesome. I managed to build a core-image-sato-quemux86, it runs ok within qemu, but now i want to boot this image from a USB memory stick, and i don't know how to do it, and wich files from