Part Number:TI-RTOS-PROC
Tool/software: TI-RTOS
Hi forum,
I am trying to create a Hello World example on DSP1 on this board .
I am following this guide on creating a CCS project for AM5728.
The .gel file I got from PHYTEC executes fine upon debugger connection and initializes all the cores.
However, the File Loader fails with an error. It seems to be related to the linker script. I used both the Linker provided by PHYTEC and a linker file that I got from TI-RTOS-SDK with the same result shown below (address of failure was different though).
The attached .zip contains all the project files including the linker .cmd files.
Here's the CCS console output:
Cortex_M4_IPU1_C0: GEL Output: --->>> AM572x Cortex M4 Startup Sequence In Progress... <<<--- Cortex_M4_IPU1_C0: GEL Output: --->>> AM572x Cortex M4 Startup Sequence DONE! <<<--- Cortex_M4_IPU1_C1: GEL Output: --->>> AM572x Cortex M4 Startup Sequence In Progress... <<<--- Cortex_M4_IPU1_C1: GEL Output: --->>> AM572x Cortex M4 Startup Sequence DONE! <<<--- C66xx_DSP1: GEL Output: --->>> AM572x C66x DSP Startup Sequence In Progress... <<<--- C66xx_DSP1: GEL Output: --->>> AM572x C66x DSP Startup Sequence DONE! <<<--- C66xx_DSP2: GEL Output: --->>> AM572x C66x DSP Startup Sequence In Progress... <<<--- C66xx_DSP2: GEL Output: --->>> AM572x C66x DSP Startup Sequence DONE! <<<--- CortexA15_0: GEL Output: --->>> AM572x Cortex A15 Startup Sequence In Progress... <<<--- CortexA15_0: GEL Output: --->>> AM572x Cortex A15 Startup Sequence DONE! <<<--- CortexA15_1: GEL Output: --->>> AM572x Cortex A15 Startup Sequence In Progress... <<<--- CortexA15_1: GEL Output: --->>> AM572x Cortex A15 Startup Sequence DONE! <<<--- IcePick_D: GEL Output: Ipu RTOS is released from Wait-In-Reset. IcePick_D: GEL Output: Ipu SIMCOP is released from Wait-In-Reset. IcePick_D: GEL Output: IVAHD C66 is released from Wait-In-Reset. IcePick_D: GEL Output: IVAHD ICONT1 is released from Wait-In-Reset. IcePick_D: GEL Output: IVAHD ICONT2 is released from Wait-In-Reset. C66xx_DSP1: File Loader: Verification failed: Values at address 0x40300000 do not match Please verify target memory and memory map. C66xx_DSP1: GEL: File: /home/dari/Work/phytec-hello-world/Debug/hello_world.out: a data verification error occurred, file load failed.
(Please visit the site to view this file)