[quote user="Ivanov Sergej"]Where can I find it? How can I get it?[/quote]
- You can get DVR RDK 4.0 from TI FAE/ Sales contact;
[quote user="Ivanov Sergej"]
I've executed all these instructions, except one:
I can not find the text : "srHeap = SharedRegion_getHeap(SYSTEM_IPC_SR_NON_CACHED_DEFAULT);" in my file system_ipc_msgq.c
I must replace it to other text....
Help me please with item 2).
[/quote]
- The patch replaces all occurences of SharedRegion_getHeap by System_ipcGetSRHeap. After applying the patch you should have only one occurrence of SharedRegion_getHeap under dvr_rdk/mcfw/src_linux. Looks like you have correctly applied the changes as you no longer see memoryOs_alloc as source of memory leak.
The remaining memory leaks may not get resolved simply by migrating to DVR RDK 4.0. It is better you run application like valgrind to locate the leaks.