Initial commit

This commit is contained in:
2026-03-20 22:58:57 +08:00
parent 3cee9af22b
commit 9c97871f97
11 changed files with 284 additions and 1 deletions

View File

@@ -1,4 +1,23 @@
# monok8s
Kubernetes image for Mono Gateway Development Kit
https://docs.mono.si/gateway-development-kit/getting-started
https://docs.mono.si/gateway-development-kit/getting-started
## Build
```
make itb # for out/board.itb
```
## tftp (network is required)
setenv ipaddr 10.0.0.153
setenv serverip 10.0.0.129
tftp 0x80000000 board.itb
## USB
usb start
usb tree
fatls usb 0:1 # For fat
ext4ls usb 0:1 # For ext4
setenv bootargs "console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500 root=/dev/ram0 rootwait rw"
bootm 0x80000000