Skip to content

Commit 8b72f74

Browse files
committed
nxp: add upstream docs
1 parent 655a6da commit 8b72f74

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

compulab/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ The boot image for flashing to SD cards can be built directly from the flake:
3030
```bash
3131
# Build boot image for UCM-iMX95
3232
nix build github:NixOS/nixos-hardware#packages.aarch64-linux.ucm-imx95-boot
33-
34-
# Or from a local checkout
35-
nix build .#packages.aarch64-linux.ucm-imx95-boot
3633
```
3734

3835
The boot image will be available at `./result/image/flash.bin`.
@@ -54,3 +51,7 @@ sudo dd if=./result/image/flash.bin of=/dev/sdX bs=1k seek=32 conv=fsync
5451
- The configuration, including device-tree, kernel, and bootloader components, is optimized for the UCM-iMX95 SoM and EVK.
5552
- The generated NixOS image supports booting from SD card or eMMC, depending on the hardware configuration.
5653
- The boot components (OEI in TCM/DDR, SM, ATF, U-Boot) follow the standard NXP release layout for i.MX95 platforms.
54+
55+
### Upstream Documentation
56+
- [NXP i.MX95 EVK U-Boot Documentation](https://docs.u-boot.org/en/latest/board/nxp/imx95_evk.html)
57+
- [CompuLab UCM-iMX95 Product Page](https://www.compulab.com/products/computer-on-modules/ucm-imx95-nxp-i-mx-95-som-system-on-module/)

nxp/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ sudo dd if=./result/image/flash.bin of=/dev/sdX bs=1k seek=33 conv=fsync
7676

7777
**Warning:** Double-check the device path to avoid overwriting the wrong disk!
7878

79+
## 3. Upstream Documentation
80+
81+
### U-Boot Board Documentation
82+
- [NXP i.MX8MP EVK U-Boot Documentation](https://docs.u-boot.org/en/latest/board/nxp/imx8mp_evk.html)
83+
- [NXP i.MX8MQ EVK U-Boot Documentation](https://docs.u-boot.org/en/latest/board/nxp/imx8mq_evk.html)
84+
- [NXP i.MX93 11x11 EVK U-Boot Documentation](https://docs.u-boot.org/en/latest/board/nxp/imx93_11x11_evk.html)
85+
- [NXP i.MX95 EVK U-Boot Documentation](https://docs.u-boot.org/en/latest/board/nxp/imx95_evk.html)
86+
87+
### Additional Resources
88+
- [NXP i.MX 8M Series TF-A Documentation](https://trustedfirmware-a.readthedocs.io/en/latest/plat/imx8m.html)
89+

0 commit comments

Comments
 (0)