RPMSG SDB driver: memory being allocated from the A7 is not accessible to the M4.
See debug out for details.
CA7 : Forward efd info for buf7 with mFdSdbRpmsg:7 and efd:15
CA7 : DBG mmappedData[7]:0xb4d00000
CM4 : SDB0_RxCpltCallback: B7Ae8800000L00100000
CM4 : treatSDBEvent OK physAddr=0xe8800000 physSize=1048576 mArrayDdrBuffCount=7
According to the reference manual this area is only accessible by the A7 (DDR Extension).
I am using the /dev/rpmg-sdb driver to map the memory.
How do I get mmap to map in the proper space? Not sure why it is mapping in the upper range of DDR.
I have been using the logic analyzer example.
