Hi all
I am running Genode 15.02 over the I.MX6 board. I tried to run tz_vmm script to run another Genode kernel image in normal world which running successfully. Also, I am able to switch from Normal world to the secure world and vice-versa.
Now I want to access some secure resources from the Normal world to see TrustZone enable features. So i write a small application "switch" with the help of IO_mem_connection and mmio class which access the secure RAM region used by the secure world but nothing happens there it is executing normally in Normal world.