Experience multi-market demo applications built with Storyboard on your favorite platform. Crank Software demo images showcase Storyboard's design and development capabilities and the application potential of popular platforms. Download the demo image that corresponds with your hardware, which includes everything you need to get and up and running in minutes.
Link: Demo Image Download
Image Name: CrankSoftware_Demo_sama5d2xplained_7.sdcard
Board: SAMA5D2 Xplained
Rendering Technology: Framebuffer
Demo Resolution: 800 x 480
Operating System: Linux
This demo image includes the following demos:
-
IoT - Home Automation
-
White Goods
-
Medical
To copy the demo image to an SD card under Linux you first need to find the name of the attached SD card located under /dev/. You can then use the dd utility to copy the demo image to a 4Gb (or greater) SD card.
dd if="CrankSoftware_demo_boardname.sdcard" of="/dev/sdX" bs=1M
To copy the demo image to an SD card under Windows you can use the Win32 Disk Imager utility.
-
Specify the image file to copy
-
Specify the SD card device
-
Click the Write button
Each demo image contains all of the software needed to boot and run the card on the supported devices. Simply place the card in the appropriate SD card slot and power on the board. The cards will auto boot into the Crank Software Demo Launcher.
You can export a Storyboard application directly to a target from within Storyboard Designer.
When your application is ready to export, click on the Storyboard Application Export button.
Choose SCP Transfer as the transfer method.
Enter the export directory information for the application target. For this demo image we created a /usr/crank/scp directory.
You can also execute your Storyboard application after it has been transferred to the target. Check the Execute after transfer checkbox and type the path to the script that will execute the application. For this demo image we created a /usr/crank/storyboard_scp.sh script for you.