to set start up application in beagleboard
hello everyone.
I am using beagleboard-xm (rev c).
I had made GUI for beagleboard(Using QT).
My goal of project is to run that GUI application on beagleboard.
when i turn on beagleboard, directly qt application should open.
i don't need any other features of beagleboard excepting qt support.
so, what should i have to do?
which OS i have to use or have to build linux kernel for it?
give me suugestion. i am new to beagleboard and qt.
thanxs.
Re: to set start up application in beagleboard
You need any Linux distro BeagleBoard can handle and the simplest way to run your app upon boot is to add it to .xinitrc (or equivalent). How to do that is really out of scope of this forum, there are numerous places in the internet that will tell you how to do that.