Hi Igor,
Thank you for your support.
Attached file is iMX6_Platform_SDK binary which build by my environment.
I am trying that it execute on SABRE-SD board with jtag.
At first, I checked ELF header via readelf command to understand binary structure.
then, I tried sdk_unit_test_ALL.elf load&execute via jtag with several settings.
But, I could not execute this application successfully.
So, Could you teach me the right load and start address?
I failed following settings.
Load to 0x900000 (OCRAM space). binary file is bigger than OCRAM space.
Load to 0x10000420 (DRAM space) execute from 0x10000420 based on following thread.
run standalone bare-metal application on u-boot on the iMX6
Load to 0x10000000 execute from 0x10000790 based on ELF header analysis.
Load to 0x10000000 execute from 0x100006d0 based on ELF header analysis. etc...
Best Regards,
Kazuma Sasaki.