Hello,
I'm currently developping an application for IMX6 SOLO processor embedded on custom board.
It uses U-boot to launch the application. When U-Boot start application I see that the entry point is not correct : 0x00000000 instead of 0x10100000 (see folowing image).
U-boot prompt
If I look into the .map file is see that _start is correctly defined :
Babylone_0-1695383159071.png
And in the linkerscript :
Babylone_0-1695383816812.png
Gdb information :
Babylone_0-1695385285989.png
The other thing is that I'm able to run the application via Debugger.
So my question is : From where this could be coming from ?
Thanks in advance for your help,
Regards,