mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
switch binary
This commit is contained in:
15
switch/LICENSE
Normal file
15
switch/LICENSE
Normal file
@@ -0,0 +1,15 @@
|
||||
The PiKVM Switch Firmware
|
||||
Copyright (C) 2024-2025
|
||||
|
||||
This software is distributed in binary form and is allowed for run only on original PiKVM Switch hardware.
|
||||
|
||||
Modifications are not allowed.
|
||||
|
||||
One day we will publish the source code, but not today.
|
||||
|
||||
=====
|
||||
Includes other software related under other licenses:
|
||||
- MIT: TinyUSB - Copyright (c) 2018, hathach (tinyusb.org).
|
||||
- MIT: Pico-PIO-USB - Copyright (c) 2021 sekigon-gonnoc.
|
||||
- BSD: Pico-SDK - Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd.
|
||||
- BSD: FatFS - Copyright (C) 20xx, ChaN, all right reserved.
|
||||
8
switch/Makefile
Normal file
8
switch/Makefile
Normal 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
|
||||
1
switch/mnt/README
Normal file
1
switch/mnt/README
Normal file
@@ -0,0 +1 @@
|
||||
This is a mount point for the switch.
|
||||
BIN
switch/switch.uf2
Normal file
BIN
switch/switch.uf2
Normal file
Binary file not shown.
Reference in New Issue
Block a user