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

Can't find Mali-G76 on RevC AEMvA FVP

Mali-G76 is include in RevC ARMvA FVP according to the fast_model_rg documents.

But I can't access Mali-G76 area.

Does anyone know how to bringup Mali IP ?

Parents
  • Hello again, I found an easier workaround. The issue you are seeing is due to the fact that this region expects 32-bit wide accesses.

    You can force this in the debugger by defining a memory region:

    memory 0x2d000000 +0x04000000 32

    And then the debugger can access these addresses as expected:

    For convenience, you can put this command in the Debug Configurations > Debugger > Execute debugger commands view so that it runs every time you connect.

Reply
  • Hello again, I found an easier workaround. The issue you are seeing is due to the fact that this region expects 32-bit wide accesses.

    You can force this in the debugger by defining a memory region:

    memory 0x2d000000 +0x04000000 32

    And then the debugger can access these addresses as expected:

    For convenience, you can put this command in the Debug Configurations > Debugger > Execute debugger commands view so that it runs every time you connect.

Children
No data