Dear Support
Compiled yocto-build for TI under u-boot folder not able to see tiboot3.bin releated to SPL. Please let us know where is this file generated.
Regards
Kaushik
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Support
Compiled yocto-build for TI under u-boot folder not able to see tiboot3.bin releated to SPL. Please let us know where is this file generated.
Regards
Kaushik
Hi Kaushik,
I am using Linux SDK.
cd $PSDKLA_DIR
make u-boot
The above commands will build the u-boot binaries for you under:
$PSDKLA_DIR/board-support/u-boot_build
ls r5/
The above folder will have tiboot3.bin created.
Best Regards,
Keerthy
Hello Keerty
In our project we have only taken u-boot receipe from below location.
sdk/yocto-build/sources/meta-ti/recipes-bsp/u-boot$
We have integrated u-boot and Kernel into our repository taken from yocto-build in TI sdk. In this case there is no tiboot3.bin.
Even when we compile yocto-build under TI sdk not tiboot3.bin. We don't want to build from board-support.
Regards
Kaushik
Kaushik,
make distclean
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- j721e_evm_r5_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j8
This should build tiboot3.bin.
All details here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/07_03_00_05/exports/docs/linux/Foundational_Components/U-Boot/UG-General-Info.html
If no further questions please click on verify answer.
- Keerthy