penguin/monok8s

k8s image for Mono Gateway Dev Kit

README.md

raw ยท 1707 bytes

monok8s

Alpine-based Kubernetes cluster image for Mono's Gateway Development Kit

https://docs.mono.si/gateway-development-kit/getting-started

Features

IMPORTANT NOTES

Table of Contents

  1. Flashing
  2. Upgrading

Build

Find the latest package versions and update build.env

Then run

make release

Inspect and modify config/cluster.env, then run

make cluster-config

Making sub stages

make build-base # The image that builds the kernel and everything
make kernel     # Builds our kernel from NXP
make initramfs
make itb        # Builds out/board.itb (contains the kernel and the initramfs)

NOTES

The device's dts files are located at here

https://github.com/we-are-mono/OpenWRT-ASK/tree/mono-25.12.0-rc3/target/linux/layerscape/files/arch/arm64/boot/dts/freescale

DISCLAIMER

USE AT YOUR OWN RISKS. I leverage ChatGPT heavily for this.