Update the docs

This commit is contained in:
2026-04-06 05:47:34 +08:00
parent d662162921
commit c6f89651ce
4 changed files with 39 additions and 43 deletions

View File

@@ -48,8 +48,8 @@ catalog:
ConfigMap: images-cm
```
※ ConfigMap requires additional RBAC permission which is not by default. You edit the
control-agent ClusterRole and add `cnofigmaps: get` to allow this.
※ ConfigMap requires additional RBAC permission which is not enabled by default. You can edit
the control-agent's ClusterRole and add `cnofigmaps: get` to allow this.
Contents should look like this
```yaml
@@ -118,7 +118,7 @@ status:
## Development notes
### Simulate OTA
### Flashing manually into partition B
**Use nmap ncat**. Otherwise we'll have all kinds of fabulous issues sending it.

12
docs/vendor-resources.md Normal file
View File

@@ -0,0 +1,12 @@
## Updating build.env
You can find the latest package versions in here
* [kernel](https://github.com/nxp-qoriq/linux/archive/refs/tags/)
* [busybox](https://github.com/mirror/busybox/archive/refs/tags/)
* [CRI-O](https://github.com/cri-o/cri-o/releases)
* [Kubelet](https://kubernetes.io/releases/download/)
* [UBoot](https://github.com/u-boot/)
## 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`