-
HI All. I have an i.MX6 with Yocto Dunfell and the current main branch of meta-webkit in use. cog is in started with While starting the cog browser, I sometimes get the error:
Are there some Kernel configs to improve the situation or similar? Thx! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
CCing @psaavedra who's worked on etnaviv/wpe at some point in the recent past ;) |
Beta Was this translation helpful? Give feedback.
-
Addendum: My target device has 256MB RAM and one CPU core. Its sole job is to host the cog browser. |
Beta Was this translation helpful? Give feedback.
-
Sooo, after investing some hours on that issue. I discovered, that my BSP has the Kernel Config: Most likely, with a sane setting of |
Beta Was this translation helpful? Give feedback.
Sooo, after investing some hours on that issue. I discovered, that my BSP has the Kernel Config:
CONFIG_CMA_SIZE_MBYTES=320
.With a SOM with only 256MB of RAM, this consequently leads to a CMA pool of nothing.
Most likely, with a sane setting of
CONFIG_CMA_SIZE_MBYTES
, the cog browser should work as expected.