Tool/software:
SoC: AM62X SR1.0 HS-FS
Model: Texas Instruments K3 AM625 SoC
Hi TI supports,
We have been using the AM62x processor and have implemented a Remote IPC solution that utilizes the dma_buf_phys
driver to obtain the physical address of a shared data buffer. This buffer is used for data exchange between the M4F core and the A53 core.
After upgrading our Linux platform to uses a later version of TI kernel (6.1 to 6.6), we noticed that the dma_buf_phys
driver is no longer available. We would like to inquire about the following:
- Is there a replacement or alternative driver for
dma_buf_phys
in the new Linux platform? - What steps can we take to achieve the same functionality (i.e., obtaining the physical address of a shared data buffer) with the new driver or any other recommended method?
Your guidance on this matter would be greatly appreciated.
Best regards,
Adwin Ong