Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6-L-AN-0001: Crank Storyboard engine and application

102 bytes added, 14:02, 21 September 2023
m
|-
| 1.0.0
| May 2021Feb 2022
|[[DESK-MX6-L/General/Release_Notes#DESK-MX6-L_1.0.0|DESK-MX6-L 1.0.0]]
|-
==Introduction==
[https://www.cranksoftware.com/ AMETEK Crank Storyboard] is a cross-platform embedded GUI development framework, which will help the Customer to create aspirational GUI experiences. Crank Software has become the trusted embedded GUI framework across the wearables, industrial, healthcare, smart home, and appliances industries.
DAVE [[AXEL Lite SOM]] is ready to run Crank Storyboard engine in its bundled root file system: the following Application Note shows how to integrate the <code>sbengine</code> runtime and then executing the Storyboard application in the target platform.
[[File:Crank_Software_logoAmetek-Crank-Software.png | 500px | thumb| center| link=https://www.cranksoftware.com/| AMETEK / Crank Software Embedded graphical user interface framework]]
==Installing Crank Storyboard==
==Installing sbengine in the root file system==
For installing the right [[DESK-MX6-L/General | DESK-MX6-L]] BSP version, create a proper [[AXEL_Lite_SOM/DESK-MX6-L/Development/How_to_create_a_bootable_microSD_card | SD card]] or download the already built version present into our [https://mirror.dave.eu/desk-mx-l/desk-mx6-l-1.0.0/ mirror cloud] services.
More information on how to install <code>sbengine</code> in the target can be found in the [http://resources.cranksoftware.com/cranksoftware/v6.1.0/docs/webhelp/index.html#ch40.html resources Crank Software] web site. A simple but detailed description on how to install it is depicted for the [http://resources.cranksoftware.com/cranksoftware/v6.1.0/docs/webhelp/index.html#ch40s02.html Raspberry Pi] target.
<syntaxhighlight lang="bash">
#!/bin/sh
 
set -e
$ENGINE/bin/sbengine -omtdev,device=/dev/input/event0,points=1 -orender_mgr,multisample=0,scale=aspect $SB_APP
</syntaxhighlight>
 
and then set the correct attribute
 
chmod +x /etc/init.d/storyboard_launcher.sh
=== systemd service ===
8,220
edits