Tools, Apps and Resources
Resources
Prebuilt BSP Releases
You can find prebuilt BSP releases for some boards in https://files.kontron-electronics.de. Select the subdirectory for your platform to find images, sdk, open source sourcecode and license texts for your board. Check this location for new prebuilt software for your Eval-Kit.
Tools, Apps and Demos
The Kontron BSPs include or provide several demo applications and tools, which can be helpful to get started and to configure your hardware.
ptool
ptool (formerly production-tool.sh) is a set of scripts used to execute tasks
for production purposes, such as flashing firmware to memory, setting boot
configurations or running tests. Depending on the image configuration ptool
might be already installed, but not all tasks might be executable.
To view a list of available tasks, run:
ptool -h
To run a specific task:
ptool <task_name>
e.g to write a rootfs image from SD-card to eMMC:
ptool flash_emmc
flash_ubi to flash the rootfs image to UBI NAND flash and flash_bl to flash the bootloader.
C-app-demo
A simple Hello-World application in C.
kontron-demo (QML)
A QML-based demo application, featuring a simple touch UI.
imagegestures and animatedtiles (Qt Widgets)
Two modified Qt examples to show performance of Qt-Widgets-based applications (also usable without GPU, e.g. on i.MX6UL-based HW).
Web viewer with virtual keyboard
The package webengine-vk contains a simple web browser with integrated onscreen touch keyboard. After installation with opkg (see Package Management) the application will autostart after booting. You can load a specific website or rotate the screen by running the application by launching the application manually from the command line:
> /opt/webengine-vk/webengine-vk rot 180 http://www.kontron-electronics.de