Umfeld on Small Devices TL;DR
TL;DR
if you want it easy use a Raspberry Pi or a R36S ( ArkOS ):
- burn custom Umfeld image on SD card
- build and run Umfeld application on small device
but if you do not have one of those device or you are curious about ROCKNIX:
- burn custom Umfeld ROCKNIX image on SD Card
- setup cross compilation SDK on host machine ( with or without docker )
- build application on host
- copy to and run on small device
- distribute applications for small devices via PortMaster
Resources
- Small Devices Introduction
- Cross Compiling Umfeld Applications with Docker Image
- Cross Compiling Umfeld Applications on macOS
| IMAGE | SHORT LINK |
|---|---|
| Umfeld R36S ArkOS ( OS ) | http://dm-hb.de/umfeld-r36s |
| Umfeld RPI OS Lite | http://dm-hb.de/umfeld-rpi-lite |
| Umfeld RPI OS | http://dm-hb.de/umfeld-rpi |
| Umfeld RPI OS SDK | http://dm-hb.de/umfeld-rpios-sdk |
| Umfeld ROCKNIX H700 ( OS ) | http://dm-hb.de/umfeld-rocknix-h700 |
| Umfeld ROCKNIX RK3326 ( OS ) | http://dm-hb.de/umfeld-rocknix-rk3326 |
| Umfeld ROCKNIX SDK | http://dm-hb.de/umfeld-rocknix-sdk |
| Umfeld ROCKNIX Development Environment ( Docker ) | http://dm-hb.de/umfeld-rocknix-docker |