How to write and read image using ACP port, Jupyter

What is your IP supposed to be doing?
It would help if you could post the code for it, and show how your system is connected.

The ACP and HP ports are both AXI masters. They don’t need a DMA, but an IP in the PL needs to initiate read and write transactions. i.e. it needs to be the AXI Master.
The ACP affects cache. The HP doesn’t. Unless you really understand the implications of this, just use the HP ports, and ignore the ACP.

Cathal