Hello team,
I am running a deubber script, insisted by intel for Intel Arria 10 development kit to program the QSPI binaries. I am getting the error failed to load image, even though the file is present in the specified path. u-boot image is available in the workspace also.
Attached are the screenshots of error and debugger script. Help me in solving this error soon.
Hi Stephen,
Thanks for the information. What if the memory is only readable? In that case what can be done to clear the error?
Hi againThe loadfile command tries to write to memory. If that memory is read-only then the loadfile command will always fail.In your case, it looks like the write failed because the processor target is running. Try stopping the target before the loadfile command is executed.Stephen