I'm using Development Studio and trying to load linux kernel of Linaro on FVP.
After building kernel, the vmlinux was loaded successfully (Base_A53x1) but when I clicked the button of 'Step Source Line", I got the error message below.
ERROR(CMD440-TAD10-NAL23): ! Stepping failed! Failed to read 4 bytes from address EL3:0xFFFF000010080000! Memory read from model failed.
Is there any build option or model parameter in Debug Configuration for this situation?
Thanks
Hello, you may find the following articles useful:
Loading and running the example
https://community.arm.com/developer/tools-software/oss-platforms/w/docs/392/run-the-arm-platforms-deliverables-on-an-fvp
Debugging the kernel. Note that while this was written for our previous toolchain, DS-5, but equally applies for Arm Development Studio
https://community.arm.com/developer/tools-software/tools/b/tools-software-ides-blog/posts/debugging-the-armv8-a-linux-kernel-with-ds-5
Hope this helps,
Ronan