Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

DEPRECATED - Bridge between the Mission Pinball Framework and Stern Spike (replaced by mpf-spike repo)

Notifications You must be signed in to change notification settings

missionpinball/mpf-spike-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO IS DEPRECATED. MPF USES THE NEW MPF-SPIKE (https://github.com/missionpinball/mpf-spike) BRIDGE WRITTEN IN RUST INSTEAD.

mpf-spike-bridge

Bridge between the Mission Pinball Framework and Stern SPIKE pinball machines.

This is the code that runs on the SD card installed in the SPIKE CPU node which allows a remote system (such as MPF) to control the pinball machine.

Details & Instructions: http://docs.missionpinball.org/en/latest/hardware/spike

Compiling the bridge (if you made changes)

You need gcc for arm and musl libc to compile the bridge:

git clone git://git.musl-libc.org/musl
cd musl
sudo apt-get install gcc-arm-linux-gnueabi
CC=/usr/bin/arm-linux-gnueabi-gcc ./configure
make
sudo make install

Afterwards, you can simply compile the bridge:

/usr/local/musl/bin/musl-gcc --static bridge.c -Wall -o bridge

About

DEPRECATED - Bridge between the Mission Pinball Framework and Stern Spike (replaced by mpf-spike repo)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages