I am working on the AM65x IDK EVM Board and I need to generate the u-boot.elf file. I could not find any instructions that can help me do the same.
I am working with the SDK v06.00.00.07.
Can anyone help?
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.
I am working on the AM65x IDK EVM Board and I need to generate the u-boot.elf file. I could not find any instructions that can help me do the same.
I am working with the SDK v06.00.00.07.
Can anyone help?
Hi Kooljit,
Do you need u-boot executable?
u-boot - ELF image that contains debug symbols
It is generated for both A53 and R5 cores though top-level Makefile command:
host# make u-boot
Then the u-boot ELF executables are located at:
ti-processor-sdk-linux-am65xx-evm-06.01.00.08/board-support/u-boot_build/r5/u-boot 4.9MB
ti-processor-sdk-linux-am65xx-evm-06.01.00.08/board-support/u-boot_build/a53/u-boot 10.2MB
Check below pointers for more info:
http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_uboot_linux_debug_with_ccsv5
Regards,
Pavel