I'm trying to run a simple "hello world" RPU standalone application from external memory.
Using 2017.4 tools, on Zynq UltraScale+ EG.
I've modified the lscript so all segments are on the external memory. The controller resides in the PL.
I'm using jtag to try and run it.
As soon as the first instruction is attempted (some register init), it failes with:
cdple p14, 10, c11, c13, c15, 7
Which I think denotes that instructions were not be fetched.
What am I missing?