I divided the RAM into two portions: 0x10000000-0x30000000 for secure world and 0x30000000-0x50000000 for Normal world.
After VM start, we are getting "
VM tried to access 30008040 which isn't allowed" error. Also, tried to compile the image by changing this address to 0x10001000 in the file
spec_hw_imx6.mk file (for the normal world OS image). We get the same error as above but only with the memory address changed in the error message.
Kindly let us know the possible reasons behind getting this error.
Thanks in advance.