WebPlatformForEmbedded / WPEBackend-rdk

BSD 2-Clause "Simplified" License
8 stars 38 forks source link

Support i.MX8 #42

Closed LinhDNguyen closed 4 years ago

LinhDNguyen commented 4 years ago

Hi, Thank you for your great effort. Do you have any plan/time for i.MX8 support? Thanks again.

kraj commented 4 years ago

latest should be supporting imx8 @moorthy-bs can you comment ?

moorthy-bs commented 4 years ago

Yes, latest wpeframework supports on i.MX8 with wpeframework backend which is defaulted in meta-wpe master branch. As per the latest wpeframework, it enables Westeros wayland compositor and wpe webkit will be a client to that. i.MX8MQ enables Direct Rendering Manager (DRM) that westeros supports it. Westeros compositor with DRM backend, WPEBackend-rdk with wpeframework backend and WPE Webkit 2.22 are validated on i.MX8MQ platform.

LinhDNguyen commented 4 years ago

Thank you @kraj and @moorthy-bs for the information. Which yocto version/branch of freescale repos do you use in this case? Thank you.

moorthy-bs commented 4 years ago

latest meta-freescale master branch support warrior and zeus yocto versions.

LinhDNguyen commented 4 years ago

Thank you @moorthy-bs for helpful info. Do you think the sumo branch of meta-wpe works with iMX8? Actually, I use TechNexion iMX8M and there yocto layer is quite late (https://github.com/TechNexion/meta-edm-bsp-release). I will try to use meta-freescale with TechNexion kernel & u-boot. Hope it works.

moorthy-bs commented 4 years ago

meta-wpe master branch supports from sumo version.

LinhDNguyen commented 4 years ago

@moorthy-bs I did try sumo branch of yocto + freescale + technexion, and meta-wpe master but I got some compile error. I will build again and post detail error in meta-wpe. Thank you.

LinhDNguyen commented 4 years ago

I tried TechNexion sumo branch + meta-webkit master branch and got succeeded compile & run. Thank you all for your support.