Tool/software:
Hi Team,
I have built the u-boot by the mentioned link https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/11_00_00_08/exports/docs/linux/Foundational_Components/U-Boot/UG-General-Info.html
and after the step "Compiling R5 and ARM64 images", there are two folders in the output folder were we can find uboot image in both R5 and A72
1. I have renamed my target images, but there are two u-boot image in bothR5 as well as A72 which U-boot image has to be used?
2. while building the Kernel i have described the fitimage and now im going to generate fit image
"mkimage -r -f fitImage.its -k $UBOOT_PATH/arch/arm/mach-k3/keys -K $UBOOT_PATH/build/$ARMV8/dts/dt.dtb fitImage" where im not able to find the dt.dtb in the dts file
3.Is there any procedural guideline to built the u-boot and kernel for the custom board.
Thanks.