Open main menu

DAVE Developer's Wiki β

Changes

Visualize Fledge GUI on a local display
‎</syntaxhighlight>
Then executethese commands in order to run it as a service:
<pre class="workstation-terminal">
Reading package lists... Done
...
</pre> Create the file <code>/lib/systemd/system/browser.service</code> with the following contents:<syntaxhighlight>
[Unit]
Description=Chromium browser service
[Install]
WantedBy=graphical.target
</syntaxhighlight>
Start it as a service:
 <pre class="workstation-terminal">
armbian@sbcorca-00a5:~$ sudo systemctl enable browser
Created symlink /etc/systemd/system/graphical.target.wants/browser.service → /lib/systemd/system/browser.service.
armbian@sbcorca-00a5:~$ sudo systemctl start browser
</pre>
 
If everything works as expected, you will see the home page of the DAVE Embedded Systems' website:
TBD
4,650
edits