Chromium crashes at start on iMX93 EVK - Yocto Rev: LF 6.6.23_2.0.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Chromium crashes at start on iMX93 EVK - Yocto Rev: LF 6.6.23_2.0.0

408 Views
abt
Contributor II

Hi,

I have encountered an issue with Chromium that was build using Yocto Rev: LF6.6.23_2.0.0 for iMX93 EVK (MCIMX93-EVK). 

My build scenario:

Added CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" to conf/local.conf

DISTRO=fsl-imx-wayland MACHINE=imx93-11x11-lpddr4x-evk source ./imx-setup-release.sh -b ./builddir

bitbake imx-image-multimedia

 

After deploying the build to iMX93 EVK, chromium crashes with the following output:
chromium --no-sandbox
[0227/174608.541667:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0227/174608.541847:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
Segmentation fault (core dumped)

Anyone encountered a similar problem, any idea how to fix this issue?

Chromium runs OK when built with Yocto LF 6.1.55-2.2.0

 

Thanks in advance.

 

0 Kudos
Reply
3 Replies

59 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @abt,

Thank you for report this issue.

I would like to share the solution from our team.

Please use the following command to run Chromium:

cd /usr/lib/chromium && ./chromium-bin --use-gl=egl --ozone-platform=wayland --disable-features=VizDisplayCompositor --no-sandbox

This command should work to run Chromium successfully on i.MX93 with the BSP version 6.6.23_2.0.0.

 

0 Kudos
Reply

324 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @abt,

I tried to replicate the issue and I can confirm that there is a problem when starting Chromium.

I'm checking with the team for a solution. 

Thank you for your patience! 

0 Kudos
Reply

379 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @abt

Thank you for contacting NXP Support!

I will try to replicate the issue and I will contact you as soon as possible.

0 Kudos
Reply