muhkuh-sys / mbs

Muhkuh Build System
1 stars 2 forks source link

building muhkuh on ARM linux #2

Open spflieger opened 4 years ago

spflieger commented 4 years ago

We plan to use some parts of muhkuh on the Raspberry Pi. Has anyone tried to use mbs and muhkuh on Debian/Ubuntu on ARM platforms?

Is there a general interest on running muhkuh on other architectures than x86?

docbacardi commented 4 years ago

We are running some of our production tests on a Raspberry 4 with Ubuntu 20.04 ARM64. Most of the components should have binaries available and should cross-build for this platform from a standard Ubuntu 20.04 PC with "./build_artifact ubuntu 20.04 arm64". Using the docker images from here will save you from installing the required build tools: https://github.com/muhkuh-sys/mbs-docker-images

The components are not tested with another platform (Raspbian ARMHF for example). If you are looking for an easy way to get the system running, I would suggest a Pi 3B+/4 with Ubuntu 20.04 64bit.

Just curious: do you plan to attach Monitor/Keyboard to the PI or are you using some kind of remote access? We are currently working on a simple WebUI to access the tests from a Browser (https://github.com/muhkuh-sys/org.muhkuh.tools-webui).

spflieger commented 4 years ago

We use them for testing as part of a CI/CD pipeline. The main interest is for now is the flasher to get the pipeline running for netX 90 based designs.