Cross Compiling on BeagleBone Black
-
Are you getting any information on the console stating that there's a problem ?
-
I also tried several ways for getting the text displayed. Like setting the QT_QWS_FONTDIR to my font dir, By setting the QWS_DISPLAY, also I tried to run the application by giving the following command: "./Test -qws -font unicode" but couldn't achieve any success.
Please direct me where I am going wrong.
Waiting for an helpful suggestion. -
What output do you get on your console when running your application ?
-
Are you running it directly on the target or using ssh/serial console ?
-
What language are you using for your application ?
-
I am using "English" language itself.
Now I am trying to run my application which also includes images of type ".png", but now application is not at all running, now I am getting an error in console like :
"QFSFileEngine::open: No file name specified.
Bus errorixel: coordinate (-1,-1) out of range" -
Looking very strange, are you sure your target Qt is properly compiled/installed ?
-
Hi,
I resolved that "QFSFileEngine" error, it was searching for a file which I have specified in my application as I had not deployed that I was getting that error.Now I am getting an error like:
"Cannot open input device '/dev/tty0':Permission denied
QImage::pixel: coordinate (-1,-1) out of range
Bus error".Please help me why this Bus error is coming?
-
It seems you do not have the rights to access the console, what are the rights of /dev/tty0 ?
-
Are you running your application as root ?
-
Either:
- Add you user to the tty group
- Delete /tmp/qtembedded-0 and restart your application