Drafting ctl controller

This commit is contained in:
Penguin Tsang
2026-04-20 02:50:04 +08:00
parent c6b399ba22
commit fa72d299d7
52 changed files with 3093 additions and 347 deletions

View File

@@ -86,11 +86,3 @@ make cluster-config \
```
Check inside [configs/cluster.env.default](configs/cluster.env.default) for configuration details
### Making sub stages
```bash
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)
```