Use Mono's dts
This commit is contained in:
13
README.md
13
README.md
@@ -1,9 +1,20 @@
|
||||
# monok8s
|
||||
|
||||
Kubernetes image for Mono Gateway Development Kit
|
||||
Kubernetes image for Mono Gateway Development Kit
|
||||
|
||||
https://docs.mono.si/gateway-development-kit/getting-started
|
||||
|
||||
### 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
|
||||
* We need both `mono-gateway-dk-sdk.dts` and `mono-gateway-dk.dts` since the sdk one includes the non-sdk one.
|
||||
* The actual dts being used is the `mono-gateway-dk-sdk.dts`
|
||||
|
||||
|
||||
## Build
|
||||
|
||||
To avoid frequent downloading on rebuild. Find and download the latest [kernel](https://github.com/nxp-qoriq/linux/archive/refs/tags/) and [busybox](https://github.com/mirror/busybox/archive/refs/tags/).
|
||||
Put them into `dev/nxplinux.tar.gz` and `dev/busybox.tar.gz` respectively.
|
||||
|
||||
```bash
|
||||
make itb # for out/board.itb
|
||||
make release # WORK IN PROGRESS
|
||||
|
||||
Reference in New Issue
Block a user