Difference between revisions of "Template:FriendlyCoreS905"

From FriendlyELEC WiKi
Jump to: navigation, search
(Created page with "===Run Qt Demo=== Run the following command<br /> <syntaxhighlight lang="bash"> $ sudo /opt/QtE-Demo/run.sh </syntaxhighlight> Here is what you expect to observe. This is an [...")
 
(updated by API)
 
Line 6: Line 6:
 
Here is what you expect to observe. This is an [https://github.com/friendlyarm/QtE-Demo open source Qt Demo]:<br />
 
Here is what you expect to observe. This is an [https://github.com/friendlyarm/QtE-Demo open source Qt Demo]:<br />
 
[[File:K2-QtE.png|frameless|400px|K2-QtE]]<br />
 
[[File:K2-QtE.png|frameless|400px|K2-QtE]]<br />
 
==Setup Program to AutoRun==
 
You can setup a program to autorun on system boot with npi-config:
 
<syntaxhighlight lang="bash">
 
sudo npi-config
 
</syntaxhighlight>
 
 
Go to Boot Options -> Autologin -> Qt/Embedded, select Enable and reboot.
 

Latest revision as of 08:24, 22 December 2017

Run Qt Demo

Run the following command

$ sudo /opt/QtE-Demo/run.sh

Here is what you expect to observe. This is an open source Qt Demo:
K2-QtE