Hi,
I tried to use cmm-style command to do load ELF file to my platform.
The script I used in my .cmm file:
data.load.elf "fpga_a64.elf"
However I got below error code after I source the .cmm file:
- - -
ERROR(CMM10-IMG88): ! Failed to load image "fpga_a64.elf"! Unsupported ELF File (EI_CLASS=ELFCLASS64, e_machine=EM_AARCH64)ERROR(CMD656): The script C:\{path}\trial.cmm failed to complete due to an error during execution of the script
What should I do to deal with this problem?
Thanks.