Hello Yuri,
thanks for that fast reply!
I already tried to use those scripts, and it looks like i get connected to the target. But when trying to load the application i get the following messages in the debug window:
Stopping running target Freescale - i.MX6 Quad (Generic) on USB:001567 on connection
Connected to running target Freescale - i.MX6 Quad (Generic) on USB:001567
Execution stopped at: S:0x00000FC4
S:0x00000FC4 BX lr
loadfile "C:\XXX\Debug\testARM.axf"
ERROR(CMD16-TAD274-NAL18):
! Failed to load "testARM.axf"
! Failed to write 5.068 bytes to address S:0x00008000 while writing block of 4.096 bytes to address S:0x00008000
! Bus error on memory operation.
Target Message: Memory access caused precise abort.
Debug Precise Abort Registers : DFSR = 0x00001808, DFAR = 0x00008000
cd "C:\XXX\WorkspaceARM"
Working directory "C:\XXX\WorkspaceARM"
set debug-from main
start
WARNING(CMD399-COR168):
! Failed to start the target
! No function named "main" could be found
WARNING(CMD407): Trying the entry point instead
ERROR(CMD426): Cannot find symbol to start or entrypoint, the file or load commands may be used to set the entrypoint
wait
source /v "C:\opt\imx6_platform_sdk\tools\ds5\MX6Q_SabreSD_DDR3_v1.6.ds"
+stop
WARNING(CMD315): Target is not running
And here i am not sure how to fix that issue.