Hi,
I am using omap-l138.
I started with the universal_copy example. I tried to change the inbuf size and encountered a error. I required a buffer size of 3mb and was told that it is unable to get a pool fitting.
Then i used CMEM_AllocParams and was also unable to get a pool fitting. I supposed it have to do with my cmemk.ko setting.
How can i change the cmemk.ko settings.
This was displayed when i attempted to load cmemk.ko.
allocated heap buffer
0xC3000000 of size 0x8AC000
8AC000 is more than 8mb so there should be enough for my 3mb.
Qns 1: Since i have 128mb, can i declare more for my heap or pool buffer? How do i modify the cmemk.ko settings?
Qns 2: Why am i unable to declare 3mb when my heap is 8mb.
Thanks