Skip to content

Releases: dzervas/zmk-config

Release ZMK-28ce23d4

20 Sep 22:13
dbc5928
Compare
Choose a tag to compare

To flash ZMK:

go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest
export SHIELD=<shield name>
wget https://github.com/dzervas/zmk-config/releases/download/zmk-28ce23d4/zmk-$SHIELD.bin -O /tmp/zmk-$SHIELD.bin
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/zmk-$SHIELD.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg
export SHIELD=<shield name>
wget https://github.com/dzervas/zmk-config/releases/download/zmk-28ce23d4/mcuboot-$SHIELD.hex -O /tmp/mcuboot-$SHIELD.hex
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot-$SHIELD.hex 0x0 verify reset" -c "exit"

Release ZMK-d17c473d

09 Aug 12:44
729896a
Compare
Choose a tag to compare

To flash ZMK:

go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest
export SHIELD=<shield name>
wget https://github.com/dzervas/zmk-config/releases/download/zmk-d17c473d/zmk-$SHIELD.bin -O /tmp/zmk-$SHIELD.bin
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/zmk-$SHIELD.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg
export SHIELD=<shield name>
wget https://github.com/dzervas/zmk-config/releases/download/zmk-d17c473d/mcuboot-$SHIELD.hex -O /tmp/mcuboot-$SHIELD.hex
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot-$SHIELD.hex 0x0 verify reset" -c "exit"

Release d17c473d

09 Aug 10:33
c69ed17
Compare
Choose a tag to compare

To flash ZMK:

go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest
export SHIELD=<shield name>
wget https://github.com/dzervas/zmk-config/releases/download/d17c473d/$SHIELD.bin -O /tmp/$SHIELD.bin
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/$SHIELD.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg
export SHIELD=<shield name>
wget https://github.com/dzervas/zmk-config/releases/download/d17c473d/mcuboot-$SHIELD.hex -O /tmp/mcuboot-$SHIELD.hex
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot-$SHIELD.hex 0x0 verify reset" -c "exit"

Release 5aac2743

24 May 19:45
a0214dd
Compare
Choose a tag to compare

To flash launchpad:

wget https://github.com/dzervas/zmk-config/releases/download/5aac2743/launchpad.bin -O /tmp/launchpad.bin && \
go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest && \
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/launchpad.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/releases/download/5aac2743/mcuboot.hex -O /tmp/mcuboot.hex && \
wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg && \
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot-launchpad.hex 0x0 verify reset" -c "exit"

Release 6227866

03 May 15:41
e609b0b
Compare
Choose a tag to compare

To flash lab68:

wget https://github.com/dzervas/zmk-config/releases/download/6227866/lab68.bin -O /tmp/lab68.bin && \
go get -u github.com/apache/mynewt-mcumgr-cli/mcumgr && \
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/lab68.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/releases/download/6227866/mcuboot.hex -O /tmp/mcuboot.hex && \
wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg && \
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot.hex 0x0 verify reset" -c "exit"

Release f2380019

18 Aug 13:22
e609b0b
Compare
Choose a tag to compare

To flash lab68:

wget https://github.com/dzervas/zmk-config/releases/download/f2380019/lab68.bin -O /tmp/lab68.bin && \
go get -u github.com/apache/mynewt-mcumgr-cli/mcumgr && \
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/lab68.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/releases/download/f2380019/mcuboot.hex -O /tmp/mcuboot.hex && \
wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg && \
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot.hex 0x0 verify reset" -c "exit"

Release 1dccb7f

12 Apr 12:21
65e18d9
Compare
Choose a tag to compare

To flash lab68:

wget https://github.com/dzervas/zmk-config/releases/download/1dccb7f/lab68.bin -O /tmp/lab68.bin && \
go get -u github.com/apache/mynewt-mcumgr-cli/mcumgr && \
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/lab68.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/releases/download/1dccb7f/mcuboot.hex -O /tmp/mcuboot.hex && \
wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg && \
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot.hex 0x0 verify reset" -c "exit"

Release cfd0d3d

09 Feb 01:36
0a40c12
Compare
Choose a tag to compare

To flash lab68:

wget https://github.com/dzervas/zmk-config/releases/download/cfd0d3d/lab68.bin -O /tmp/lab68.bin && \
go get -u github.com/apache/mynewt-mcumgr-cli/mcumgr && \
mcumgr --conntype=serial --connstring='dev=/dev/ttyACM0,baud=115200' image upload -e /tmp/lab68.bin

To flash mcuboot (connect Particle Debugger and install openocd):

wget https://github.com/dzervas/zmk-config/releases/download/cfd0d3d/mcuboot.hex -O /tmp/mcuboot.hex && \
wget https://github.com/dzervas/zmk-config/raw/main/nrf52-particle.cfg -O /tmp/nrf52-particle.cfg && \
openocd -f interface/cmsis-dap.cfg -f /tmp/nrf52-particle.cfg -c "init" -c "reset init" -c "halt" -c "program /tmp/mcuboot.hex 0x0 verify reset" -c "exit"