mirror of
https://github.com/mkuf/prind.git
synced 2025-11-01 19:06:01 +01:00
78c59869b051adab6809e7a0ddfb2bc7f0f7cb7a
Building MCU Code
Build the Docker Image
docker build \
--file klipper.Dockerfile \
--target mcu \
--tag klipper-mcu \
.
Build the mcu binary.
This example mounts an existing build config at klipper/.config. One may want to initially create this file via make menuconfig
docker run \
--rm \
--volume /opt/docker-sparkcube/config/config.udoo:/opt/klipper/.config \
--volume /opt/docker-sparkcube/out:/opt/klipper/out \
--interactive \
--tty \
klipper-mcu \
bash -c "cd /opt/klipper; make"
Languages
Python
40.4%
Dockerfile
38.5%
Shell
21.1%