Other Parts Discussed in Thread: SYSBIOS
Hello,
I'm trying to share memory between R5(sysbios) and A72(Linux) without IPC.
R5 and A72 need to be able to access the same physical address, so I'm looking for the way to get virtual address from physical address on Linux.
I read the below link. Is says that TI recommends to use dma-buf heap instead of mmap.
I think TI provides functions to use dma-buf heap in the below link. If not, could you let me know the functions and usage briefly?
Could you let me know how to get virtual address from physical address with these functions?
Thank you.
Best Regards,