I copy pasted some content from other binman files and included
k3-binman.dtsi
Current problem is that the common dtsi from TI are looking for files in
board/ti, so I had to copy or symlink them to board/nm to have it build:
- board/nm/am64x => already present, some files were copied from
board/ti/am64x
- board/nm/common => copy from board/ti/common
- board/nm/keys => symlink to board/ti/keys
Build command:
make -j 20 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=r5 BL31=../arm-trusted-firmware/build/k3/lite/release/bl31.bin TEE=../ti-optee-os/out/arm-plat-k3/core/tee-pager_v2.bin BINMAN_INDIRS="../a53 ../../ti-linux-firmware
|
||
|---|---|---|
| .. | ||
| arc | ||
| arm | ||
| m68k | ||
| microblaze | ||
| mips | ||
| nios2 | ||
| powerpc | ||
| riscv | ||
| sandbox | ||
| sh | ||
| x86 | ||
| xtensa | ||
| .gitignore | ||
| Kconfig | ||
| Kconfig.nxp | ||
| u-boot-elf.lds | ||