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

How to load Linux kernel image onto ARM Cortex-A9 target using DSTREAM debugger?

Hello,

        I have a custom ARM Cortex-A9 board. My aim is to load the kernel image onto the target via ARM DSTREAM. I have u-boot loaded into SNOR memory. The u-boot is running fine. After I get the u-boot prompt I am connecting to the target via ARM DSTREAM. Then I press pause button and enter the command add-symbol-file "<path>\vmlinux". After executing this command I get the message as "Cannot determine target state".

I want to know whether I am following the correct steps for the above described problem. Please let me know if changes are required and also suggest some pointers if required.

0