I am working with Intel Atom N450 development board, and I need a image
that should be only console.My other problem is I dont know how to write
script and where I can put that. I just want to fast boot image and open
Qt app.
On Wed, 07 May 2014 07:26:01 +0000, umtkyck wrote:
[color=blue]
Hi ,
I am working with Intel Atom N450 development board, and I need a image
that should be only console.My other problem is I dont know how to write
script and where I can put that. I just want to fast boot image and open
Qt app.
Thanks for your help.
Umit.[/color]
If you’re looking to do QT, you may actually need X in order for it to
run. But what you can try doing is just using Studio to build a JEOS
image and see if that works as a starting point.
The QT libraries, though, may pull in graphics libraries - best way to
find out is to try it.
With regards to scripts - you can put them anywhere, really. User
scripts typically in ~/bin - system scripts in /usr/local/bin is fairly
common.