Cross compile openzwave control panel for armhf (Raspberry Pi) using Docker

This post describes how to build openzwave control panel for the armhf architecture using a docker image and qemu on a amd64 linux desktop (debian stretch).  Once built the ozwcp.tar.gz can be extracted and run on an armhf based system (eg. Raspberry Pi).

Install Docker

apt-get install docker.io apparmor apparmor-utils qemu-user-static wget

Continue reading “Cross compile openzwave control panel for armhf (Raspberry Pi) using Docker”