Skip to content

s10l/docker-eibd-rpi-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-eibd-rpi-build

Build eibd for the RaspberryPI on x64 Platform

Offers the possibility to build EIBD from BCUSDK for the RaspberryPI on x64 Platform.

Prerequisites

You need to have docker installed on your system.

Build BCUSDK

On Windows

mkdir c:\target
docker pull s10l/eibd-rpi-build
docker run -it -v C:\target:/eibdbuild/build/bin s10l/eibd-rpi-build /build.sh

On Linux

mkdir /tmp/target
docker pull s10l/eibd-rpi-build
docker run -it -v /tmp/target:/eibdbuild/build/bin s10l/eibd-rpi-build /build.sh

Note

This is not based on my own work and was inspired by following previous work:

dockerfile from https://hub.docker.com/r/tekn0ir/eibd/~/dockerfile/

cross compile build script from https://michlstechblog.info/blog/raspberry-pi-cross-compiling-the-knxeib-eibd/

About

Build eibd for the RaspberryPI on x64 Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published