Part Number: PROCESSOR-SDK-AM57X
Tool/software: TI-RTOS
Hello. I'm using AM572x IDK board and want to see tymesync example working (I need PTP in my project). Project is built correctly, I'm selecting Texas Instruments XDS100v2 USB Debugger and only A15 0 core. But when I try to load by CCS debugger, CCS tries to write something to 0x0 address and crashes with that output:
CortexA15_0: File Loader: Verification failed: Values at address 0x00000000 do not match Please verify target memory and memory map.
CortexA15_0: GEL: File: /home/alex/volume-150/ti/ti-processor-sdk-rtos-am57xx-evm-05.01.00.11/pdk_am57xx_1_0_12/packages/MyExampleProjects/timeSync_BasicExample_idkAM572x_wSocLib_armExampleproject/Debug/timeSync_BasicExample_idkAM572x_wSocLib_armExampleproject.out: a data verification error occurred, file load failed.
CortexA15_0: Unable to terminate memory download: NULL buffer pointer at 0x3aa4 (Emulation package 8.0.803.0)
Other example project (NIMU_DualMacExample_idkAM572x_armExampleproject, for exapmle), builds & loads fine.
Tell me, please, what do I need to change in order to build & load ptp example.
P.S. I'm using Ubuntu 16.04.5 LTS x64, CCS v8.1.0, AM572x SDK v05.01.00.11
