Other Parts Discussed in Thread: DRA742
Tool/software: Code Composer Studio
Hi,
I am using DRA7XX EVM board with DRA75 SOC. So I followed
to rebuild the PDK examples for M4 core and using CCS v7 i generated the .out file. And now i am using dfu-util command to transfer this .out file to evm's m4 core by following
but on executing, it gives erroneous result:
U-Boot SPL 2016.05-dirty (Oct 26 2018 - 15:12:28) DRA752-GP ES2.0 Trying to boot from USB DFU Using default environment UNKNOWN IRQ type 1634759791 ########################################DOWNLOAD ... OK Ctrl+C to exit ... find_resource_table: failed to get resource section header find_resource_table: failed to get resource section header load_elf_image_phdr_rproc : failed to find resource table load_elf_image_phdr returned error for core IPU2 Error loading remotecore IPU2!,Continuing with boot ... ## No elf image at address 0xa1fff000 Error loading remotecore DSP1!,Continuing with boot ... ## No elf image at address 0xa27ff000 Error loading remotecore DSP2!,Continuing with boot ... ## No elf image at address 0xa0fff000 Error loading remotecore IPU1!,Continuing with boot ...
Am I missing something or am i going the wrong way??