工具/软件:
尊敬的团队:
并在步骤“ 编译 R5 和 ARM64 映像 “、输出文件夹中有两个文件夹、我们可以在 R5 和 A72 中找到 uboot 映像
1.我已重命名我的目标映像、但 bothR5 中有两个 u-boot 映像以及必须使用哪个 u-boot 映像的 A72?
2.在构建内核的时候,我已经描述了 fitimage,现在我将生成适合图像
“mkimage -r -f fitImage.its -k $uBoot_path/arch/arm/mach-k3/keys -K $uBoot_path/build/$armv8/dts/dt.dtb fitImage“、其中我无法在 dts 文件中找到 dt.dtb
是否有任何为定制电路板构建 u-boot 和内核的过程指南?
谢谢。