Github website crashes using chromium browser for BSP 6.1.55

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

Github website crashes using chromium browser for BSP 6.1.55

659 Views
hankwang
Contributor IV

Hi ,

       We add chromium browser in the BSP 6.1.55_2.2.0 and test github website. The Chromium browser will be shutting down . We tested on i.MX8M Plus Evaluate Board.  Can anyone help?

Tags (1)
0 Kudos
9 Replies

633 Views
hankwang
Contributor IV

Hi , Thanks for your reply. We follow the i.MX Yocto Project User Guide Rev LF6.1.55_2.2.0 document to build the bsp.

The instructions are as follows :

$ mkdir imx-yocto-bsp
$ cd imx-yocto-bsp
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-mickledore -m imx-6.1.55-2.2.0.xml
$ repo sync

$ DISTRO=fsl-imx-wayland MACHINE=imx8mpevk source imx-setup-release.sh -b build-wayland

Add Chromium Browser on Wayland

Add this CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" in imx8mpevk.conf. 

The path is at " /meta-imx/meta-bsp/conf/machine"

$ bitbake imx-image-full

When the bsp image is installed on the 8MP EVK board, you can follow the instructions to launch the chromium browser.

$ chromium --no-sandbox

 

 

 

 

0 Kudos

628 Views
Harvey021
NXP TechSupport
NXP TechSupport

Have a try to add this CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland" to conf/local.conf

 

Regards

Harvey

0 Kudos

624 Views
hankwang
Contributor IV

Yes we did. So we can use chromium browser to work on 8M Plus EVK Board.

This feature command is added just to add chromium browser to the bsp image. It can be in local.conf or imx8mpevk.conf.

0 Kudos

635 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi 

Can you share how you build the BSP 6.1.55_2.2.0 with corresponding steps?

 

Regards

Harvey

0 Kudos

562 Views
hankwang
Contributor IV
Hello, I have replied to you. Can you replicate the same problem?
0 Kudos

544 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi,

Yes, the same problem here, unfortunately, we don't provide support and test the patches.

 

Regards

Harvey

0 Kudos

541 Views
hankwang
Contributor IV
May we know, would you raise this issue with the RD?
0 Kudos

442 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi @hankwang 

Gor reply from R&D as below.

For customer's case, users may need to add "--disable-gpu" to the command. 

show as following:

"chromium --no-sandbox --disable-gpu "

Disables GPU hardware acceleration. If software renderer is not in place, then the GPU process won't launch. You can reference the following ling about Chromium's issue and usage:

1.Headless: make --disable-gpu flag unnecessary - chromium

2.Chromium - ArchWiki (archlinux.org)

3. List of Chromium Command Line Switches « Peter Beverloo

 

Regards

Harvey

0 Kudos

537 Views
Harvey021
NXP TechSupport
NXP TechSupport

I've raised a case to internal team, please wait, will let you know if any update. 

 

Regards

Harvey

0 Kudos