Other Parts Discussed in Thread: OMAPL138
Tool/software: Linux
Hi there,
I use Linux and RTOS SDKs 5.0.0.15 on OMAPL138LCDK.
I read much info about EDMA3 and have the undersnanding of sharing steps:
- must be no conflicts in Linux device tree and DSP peripherals used
- DSP firmware must have remoteproc resource table
- sampleInstInitConfig must be configured (shadow region 0 and 1) according to used on ARM and DSP DMA channels, PaRAMs etc. in sample_omapl138_cfg.c After that RTOS EDMA3 libs must be rebuilt.
Please, correct me if I'm wrong.
Thanks.