This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR(CMD16-TAD59-NAL33):

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.

Parents
  • Hi again

    The 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

Reply
  • Hi again

    The 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

Children
No data