hi:
we use the hardware translate virtual address to access memory.
as below:

when we execute si command in gdb, it print the warning, and gdb will not work after the warning.
We reproduced this scenario on the hardware and found that OpenOCD made the hardware modify the instruction region by walking the page table and inserting ebreak instructions. However, this instruction region's page table attributes lack the Write (W) permission, causing the write operation to fail.
So how should we solve the warning?
thanks