Open main menu

DAVE Developer's Wiki β

Changes

MISC-AN-001: Creating a root file system using Buildroot

1,389 bytes added, 14:18, 18 October 2023
Buildroot file system on the target
==Buildroot file system on the target==
Starting the root file system in the target will ''welcome'' you with the classic prompt:
 
Then, the main application will show their version:
 
<pre class="workstation-terminal">
root@buildroot:/root# python3 --version
Python 3.10.4
root@buildroot:/root# pip --version
pip 21.2.4 from /usr/lib/python3.10/site-packages/pip (python 3.10)
root@buildroot:/root# sqlite3 --version
3.38.5 2022-05-06 15:25:27 78d9c993d404cdfaa7fdd2973fa1052e3da9f66215cff9c5540ebe55c407d9fe
root@buildroot:/root# lighttpd -v
lighttpd/1.4.64 (ssl) - a light and fast webserver
root@buildroot:/root# gst-launch-1.0 --version
gst-launch-1.0 version 1.20.1
GStreamer 1.20.1
Unknown package origin
root@buildroot:/root#
</pre>
 
Finally, the <code>qt-web-kiosk</code>:
 
<pre class="workstation-terminal">
root@buildroot:/home# qt-webkit-kiosk --version -platform linuxfb
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Build with: Qt = 5.15.8 ; WebKit = 5.212.0
Runing with: Qt = 5.15.8 ; WebKit = "602.1"
>> Version option in command prompt...
 
1.99.11-dev
 
root@buildroot:/home#
</pre>
 
and then, if launched with the proper parameters, will display the Google web site:
 
<pre class="workstation-terminal">
root@buildroot:/home# qt-webkit-kiosk -u http://www.google.it -platform linuxfb
</pre>
 
[[File:Qt-webkit-kiosk.png|thumb|center|600px| qt-webkit-kiosk (Google) on AXEL ULite EVK]]
8,256
edits