update readme to include notes on compiling mpy form of kmk
This commit is contained in:
parent
5096d49e93
commit
c88e726e41
13
README.md
13
README.md
|
@ -1 +1,14 @@
|
|||
This code is experimental.
|
||||
|
||||
``` bash
|
||||
docker run -v /scratch/kmk_firmware:/opt/kmk_firmware --rm -it --entrypoint=/bin/bash python:latest
|
||||
cd /opt
|
||||
wget https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/mpy-cross.static-amd64-linux-8.0.5
|
||||
chmod a+x mpy-cross.static-amd64-linux-8.0.5
|
||||
./mpy-cross.static-amd64-linux-8.0.5 --help
|
||||
mv mpy-cross.static-amd64-linux-8.0.5 /usr/bin/mpy-cross
|
||||
mpy-cross --help
|
||||
cd /opt/kmk_firmware
|
||||
python util/compile.py
|
||||
cp ~.compiled/kmk~ folder -> mcu
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue