switch binary

This commit is contained in:
Maxim Devaev
2025-01-11 21:22:17 +02:00
parent 4d89d6b222
commit 3cf543a13e
9 changed files with 219 additions and 1 deletions

8
switch/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
@echo "Run 'make install'"
upload: install
install:
mount `python -m kvmd.apps.swctl bootloader 0` mnt
cp switch.uf2 mnt
umount mnt