It's been awhile since I have worked on L.I.S.A..
As part of my jazzy project I plan to revisit some of the technologies used in my raspberry pi setup.
Here is a script for running alpine in qemu to emulate a raspberry pi.
If you are unfortunate enough to have to work on a non-linux machine, this script can be run from Docker. First, download this script, and then follow these steps:
$ brew update && brew install qemu
$ docker run --privileged -v ~/Downloads/:/root/ -it debian bash
(container) $ apt update && apt install wget qemu
(container) $ ./rpi2-qemu.sh
If you're on windows then sucks to suck. I guess you can figure out that one yourself.
I also need to port those packages to alpine linux.