We are experiencing crashes with Chromium on the i.MX 8M Plus (i.MX8MP) with 2GB of RAM running Yoct

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

We are experiencing crashes with Chromium on the i.MX 8M Plus (i.MX8MP) with 2GB of RAM running Yoct

Jump to solution
3,162 Views
charleshuang
Senior Contributor II

We are experiencing crashes with Chromium on the i.MX 8M Plus (i.MX8MP) with 2GB of RAM running Yocto 5.0.

result:

2G RAM FAIL

6G RAM Pass.

 

Do you have any idea for fixed the issue?

Test tool install:

FF_Browser_issue.7z

  1. sudo dpkg -i libcxx_18.1.4-r0_arm64.deb
  2. sudo dpkg -i libxslt_1.1.39-r0_arm64.deb
  3. sudo dpkg -i nspr_4.35-r0_arm64.deb
  4. sudo dpkg -i nss_3.98-r0_arm64.deb
  5. sudo dpkg -i upower_0.99.17-r0_arm64.deb
  6. sudo dpkg -i chromium-ozone-wayland_117.0.5938.132-r0_arm64.deb
  7. Test command:

    1. chromium –no-sandbox
    2G_1.jpg2G_2.jpg

2G_3.jpg

0 Kudos
Reply
1 Solution
2,271 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

i agree with this recommendation.

B.R

View solution in original post

0 Kudos
Reply
18 Replies
2,272 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

i agree with this recommendation.

B.R

0 Kudos
Reply
2,499 Views
pengyong_zhang
NXP Employee
NXP Employee
0 Kudos
Reply
2,439 Views
charleshuang
Senior Contributor II

Hi @pengyong_zhang 

Regarding the conclusion from the December 10 meeting with NXP (Wes Li) and WPI (Jimmy Chen and Andy Chien), both NXP and WPI agreed that upgrading the RAM to 4GB is required in order to resolve this issue.

 

Reference :  NXP Bio_TICFSL feedback:

If it the BSP what you are tying to build, the galcore need at least 4GB or modify the source code. The MX8Mplus can boot from 2GB but to run complete the BSP you need 4GB

https://community.nxp.com/t5/i-MX-Processors/imx8mp-How-to-slove-Galcore-crash/m-p/1526490#M195489


We would like to confirm whether you agree with this recommendation.

0 Kudos
Reply
2,531 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

Please share me your dts file. i will help you check it.

B.R

0 Kudos
Reply
2,506 Views
charleshuang
Senior Contributor II

Hi NXP @pengyong_zhang 

My dts (imx8mp-rsb3720-a1.dts) github link 

https://github.com/ADVANTECH-Corp/linux-imx/blob/adv_5.4.70_2.3.0/arch/arm64/boot/dts/freescale/imx8...

 

Do you mean we need to add "gpu_reserved" in my dts?

 

0 Kudos
Reply
2,544 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

Please also change the gpu_reserved node as following. If it still can not work, then the smallest DDR size is 4GB, you can not use just 2GB DRAM size.

gpu_reserved: gpu_reserved@80000000 {

      no-map;

      reg = <0 0x80000000 0 0x8000000>;

};

B.R 

0 Kudos
Reply
2,607 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

Try to use below command, 

echo 134217728 > /sys/module/galcore/parameters/contiguousSize

Because i have no 2GB DDR on my site, so i can not reproduce your request. you need to try it on your board.

B.R

0 Kudos
Reply
2,577 Views
charleshuang
Senior Contributor II

Hi @pengyong_zhang 

Still fail. (system crash)

image.png

 

 

0 Kudos
Reply
2,636 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

So the question is: Can we still use the 2GB RAM configuration?

>>>the answer is yes! you can use the 2GB RAM. But you need to change the CMA and galcore.contiguousSize to fit the 2Gb RAM. For example. you can change the CMA size equal 512MB and galcore.contiguousSize equal 128MB. But i do not suggest you change it, because this would obviously reduce performance. So the best choose is use your 6GB RAM. May i know why are you use 2GB, not 6GB?

B.R

0 Kudos
Reply
2,630 Views
charleshuang
Senior Contributor II

Hi NXP @pengyong_zhang 

If I will be to change the CMA size equal 512MB , galcore.contiguousSize setting 128Mb.

How to do it?

For example : Modify Kernek dts

reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;

linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x20000000>; /* 512MB */
alignment = <0x0 0x400000>; /* 4MB alignment */
linux,cma-default;
};
};

0 Kudos
Reply
2,765 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

Can you pass the DDR stress test with DDR Config Tool ? About your 2GB DDR.

B.R

0 Kudos
Reply
2,743 Views
charleshuang
Senior Contributor II

Hi @pengyong_zhang 

The pass.

0 Kudos
Reply
2,726 Views
charleshuang
Senior Contributor II

Hi NXP @pengyong_zhang  

https://community.nxp.com/t5/i-MX-Processors/imx8mp-How-to-slove-Galcore-crash/m-p/1526490#M195489

Regarding the community issue, NXP provided feedback about the Galcore crash:

NXP Bio_TICFSK feedback:
If this is the BSP you are trying to build, Galcore requires at least 4GB of RAM, or you need to modify the source code. The i.MX8M Plus can boot with 2GB, but to run the full BSP you need 4GB. Chromium also uses Galcore.

So the question is: Can we still use the 2GB RAM configuration?

 

 

 

 

 

0 Kudos
Reply
2,975 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

What is you 2GB DRAM type? Can you pass the DDR stress test with our DDR Config Tool?

B.R

0 Kudos
Reply
2,837 Views
charleshuang
Senior Contributor II

Hi @pengyong_zhang 

The attachment file "MX8M_Plus_LPDDR4_RPA_v10" is DDR tools excel.

We try test it again.

The result is fail (crashes with Chromium ).

Do you have any idea?

Thanks.

0 Kudos
Reply
2,836 Views
charleshuang
Senior Contributor II

The attachment file "MX8M_Plus_LPDDR4_RPA_v10" is DDR tools excel.

0 Kudos
Reply
3,141 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi @charleshuang 

Please try the below command:

chromium --disable-gpu --disable-software-rasterizer --disable-extensions --disable-background-networking --disable-sync --disable-translate --disable-features=SitePerProcess --no-sandbox
``

B.R

 

 

0 Kudos
Reply
3,052 Views
Jems-advantech
Contributor I

Thank you for providing the test command. I have executed the test as suggested, but unfortunately, the Chromium browser still hangs and eventually crashes. After the crash, the desktop becomes completely unusable; however, the debug console remains operational.

Here is the running information:

Jemsadvantech_0-1762999258809.png

The memory size remains around 1.4 GB, but some error messages appear.

Jemsadvantech_1-1762999343340.png

After the desktop crash, I executed dmesg in the debug console, and additional error messages were observed.

Jemsadvantech_2-1762999362807.png

Attached is the full log for your reference.

 

Kindly let me know if there are any additional steps or alternative approaches you would recommend.

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2190611%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EWe%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%20Yoct%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2190611%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EWe%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%20Yocto%205.0.%3C%2FP%3E%3CP%3Eresult%3A%3C%2FP%3E%3CP%3E2G%20RAM%20FAIL%3C%2FP%3E%3CP%3E6G%20RAM%20Pass.%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EDo%20you%20have%20any%20idea%20for%20fixed%20the%20issue%3F%3C%2FP%3E%3CP%3ETest%20tool%20install%3A%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fadvantecho365-my.sharepoint.com%2F%3Au%3A%2Fg%2Fpersonal%2Fjems_cheng_advantech_com%2FEUbgi_jKcbpGulIaH1NJdbMBbnNC0GIHiLjCYkkMRR82Hw%3Fe%3DanUAlX%26amp%3Bxsdata%3DMDV8MDJ8Q2xheWRlci5IdWFuZ0BhZHZhbnRlY2guY29tLnR3fDhmMzM4NmFhYjZlNDQ2NDMwZTc1MDhkZGY1OWZhYmI4fGE3N2Q0MGQ5ZGNiYTRkZGFiNTcxNWYxOGU2ZGE4NTNmfDB8MHw2Mzg5MzY3ODgzODY0MTQ4Njl8VW5rbm93bnxUV0ZwYkdac2IzZDhleUpGYlhCMGVVMWhjR2tpT25SeWRXVXNJbFlpT2lJd0xqQXVNREF3TUNJc0lsQWlPaUpYYVc0ek1pSXNJa0ZPSWpvaVRXRnBiQ0lzSWxkVUlqb3lmUT09fDB8fHw%253d%26amp%3Bsdata%3DN1NCakhORHNFSHExVlE1cm1RNGcrT0tIQlUxS1lqYjlkM0g1aGNKbXg5OD0%253d%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EFF_Browser_issue.7z%3C%2FA%3E%3C%2FP%3E%3COL%3E%3CLI%3Esudo%20dpkg%20-i%20libcxx_18.1.4-r0_arm64.deb%3C%2FLI%3E%3CLI%3Esudo%20dpkg%20-i%20libxslt_1.1.39-r0_arm64.deb%3C%2FLI%3E%3CLI%3Esudo%20dpkg%20-i%20nspr_4.35-r0_arm64.deb%3C%2FLI%3E%3CLI%3Esudo%20dpkg%20-i%20nss_3.98-r0_arm64.deb%3C%2FLI%3E%3CLI%3Esudo%20dpkg%20-i%20upower_0.99.17-r0_arm64.deb%3C%2FLI%3E%3CLI%3Esudo%20dpkg%20-i%20chromium-ozone-wayland_117.0.5938.132-r0_arm64.deb%3C%2FLI%3E%3CLI%3E%3CP%3ETest%20command%3A%3C%2FP%3E%3COL%3E%3CLI%3Echromium%20%E2%80%93no-sandbox%3C%2FLI%3E%3C%2FOL%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_1.jpg%22%20style%3D%22width%3A%20999px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F362057iF3CAAE16031B1FF9%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%222G_1.jpg%22%20alt%3D%222G_1.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_2.jpg%22%20style%3D%22width%3A%20770px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F362056iFE01741F548FCEBE%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%222G_2.jpg%22%20alt%3D%222G_2.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FLI%3E%3C%2FOL%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%222G_3.jpg%22%20style%3D%22width%3A%20901px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F362059i988CA05E3B441215%2Fimage-size%2Flarge%3Fv%3Dv2%26amp%3Bpx%3D999%22%20role%3D%22button%22%20title%3D%222G_3.jpg%22%20alt%3D%222G_3.jpg%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-2190611%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3Ei.MX%208%20Family%20%7C%20i.MX%208QuadMax%20(8QM)%20%7C%208QuadPlus%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3Ei.MX%208M%20%7C%20i.MX%208M%20Mini%20%7C%20i.MX%208M%20Nano%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2205730%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2205730%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EWhat%20is%20you%202GB%20DRAM%20type%3F%20Can%20you%20pass%20the%20DDR%20stress%20test%20with%20our%20DDR%20Config%20Tool%3F%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2204020%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2204020%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EThank%20you%20for%20providing%20the%20test%20command.%20I%20have%20executed%20the%20test%20as%20suggested%2C%20but%20unfortunately%2C%26nbsp%3Bthe%20Chromium%20browser%20still%20hangs%20and%20eventually%20crashes.%20After%20the%20crash%2C%20the%20desktop%20becomes%20completely%20unusable%3B%20however%2C%20the%20debug%20console%20remains%20operational.%3C%2FP%3E%3CP%3EHere%20is%20the%20running%20information%3A%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_0-1762999258809.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F365383i84AE6C2B5DCE46F4%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Jemsadvantech_0-1762999258809.png%22%20alt%3D%22Jemsadvantech_0-1762999258809.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EThe%20memory%20size%20remains%20around%20%3CSTRONG%3E1.4%20GB%3C%2FSTRONG%3E%2C%20but%20some%20error%20messages%20appear.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_1-1762999343340.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F365384iDA245227B00C55CB%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Jemsadvantech_1-1762999343340.png%22%20alt%3D%22Jemsadvantech_1-1762999343340.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EAfter%20the%20desktop%20crash%2C%20I%20executed%20dmesg%20in%20the%20debug%20console%2C%20and%20additional%20error%20messages%20were%20observed.%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Jemsadvantech_2-1762999362807.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F365385i6B11787DE7A86F2D%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Jemsadvantech_2-1762999362807.png%22%20alt%3D%22Jemsadvantech_2-1762999362807.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3EAttached%20is%20the%20full%20log%20for%20your%20reference.%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EKindly%20let%20me%20know%20if%20there%20are%20any%20additional%20steps%20or%20alternative%20approaches%20you%20would%20recommend.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2190644%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2190644%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EPlease%20try%20the%20below%20command%3A%3C%2FP%3E%0A%3CPRE%3E%3CCODE%3Echromium%20--disable-gpu%20--disable-software-rasterizer%20--disable-extensions%20--disable-background-networking%20--disable-sync%20--disable-translate%20--disable-features%3DSitePerProcess%20--no-sandbox%0A%60%60%3C%2FCODE%3E%3C%2FPRE%3E%0A%3CP%3EB.R%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2254820%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2254820%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ECan%20you%20pass%20the%20DDR%20stress%20test%20with%20%3CA%20href%3D%22https%3A%2F%2Fwww.nxp.com%2Fdesign%2Fdesign-center%2Fdevelopment-boards-and-designs%2Fi-mx-evaluation-and-development-boards%2Fconfig-tools-for-i-mx-applications-processors%3ACONFIG-TOOLS-IMX%22%20target%3D%22_self%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3EDDR%20Config%20Tool%26nbsp%3B%3C%2FA%3E%3F%20About%20your%202GB%20DDR.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2254092%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2254092%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EThe%20attachment%20file%20%22MX8M_Plus_LPDDR4_RPA_v10%22%20is%20DDR%20tools%20excel.%3C%2FP%3E%3CP%3EWe%20try%20test%20it%20again.%3C%2FP%3E%3CP%3EThe%20result%20is%20fail%20(crashes%20with%20Chromium%20).%3C%2FP%3E%3CP%3EDo%20you%20have%20any%20idea%3F%3C%2FP%3E%3CP%3EThanks.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2254096%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2254096%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%3EThe%20attachment%20file%20%22MX8M_Plus_LPDDR4_RPA_v10%22%20is%20DDR%20tools%20excel.%3C%2FSPAN%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2255977%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2255977%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20NXP%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%26nbsp%3B%3C%2FP%3E%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fi-MX-Processors%2Fimx8mp-How-to-slove-Galcore-crash%2Fm-p%2F1526490%23M195489%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fi-MX-Processors%2Fimx8mp-How-to-slove-Galcore-crash%2Fm-p%2F1526490%23M195489%3C%2FA%3E%3C%2FP%3E%3CP%3ERegarding%20the%20community%20issue%2C%20NXP%20provided%20feedback%20about%20the%20Galcore%20crash%3A%3C%2FP%3E%3CP%3E%3CSTRONG%3ENXP%20Bio_TICFSK%20feedback%3A%3C%2FSTRONG%3E%3CBR%20%2F%3EIf%20this%20is%20the%20BSP%20you%20are%20trying%20to%20build%2C%20Galcore%20requires%20at%20least%204GB%20of%20RAM%2C%20or%20you%20need%20to%20modify%20the%20source%20code.%20The%20i.MX8M%20Plus%20can%20boot%20with%202GB%2C%20but%20to%20run%20the%20full%20BSP%20you%20need%204GB.%20Chromium%20also%20uses%20Galcore.%3C%2FP%3E%3CP%3ESo%20the%20question%20is%3A%20%3CSTRONG%3ECan%20we%20still%20use%20the%202GB%20RAM%20configuration%3F%3C%2FSTRONG%3E%3C%2FP%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2256599%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2256599%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3E%3CSPAN%3ESo%20the%20question%20is%3A%26nbsp%3B%3C%2FSPAN%3E%3CSTRONG%3ECan%20we%20still%20use%20the%202GB%20RAM%20configuration%3F%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3E%26gt%3B%26gt%3B%26gt%3Bthe%20answer%20is%20yes!%20you%20can%20use%20the%202GB%20RAM.%20But%20you%20need%20to%20change%20the%20CMA%20and%20galcore.contiguousSize%20to%20fit%20the%202Gb%20RAM.%20For%20example.%20you%20can%20change%20the%20CMA%20size%20equal%20512MB%20and%26nbsp%3Bgalcore.contiguousSize%20equal%20128MB.%20But%20i%20do%20not%20suggest%20you%20change%20it%2C%20because%20this%20would%20obviously%20reduce%20performance.%20So%20the%20best%20choose%20is%20use%20your%206GB%20RAM.%20May%20i%20know%20why%20are%20you%20use%202GB%2C%20not%206GB%3F%3C%2FP%3E%0A%3CP%3E%3CSTRONG%3E%3CSPAN%3EB.R%3C%2FSPAN%3E%3C%2FSTRONG%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2256653%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2256653%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20NXP%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EIf%20I%20will%20be%20to%20change%20the%20CMA%20size%20equal%20512MB%20%2C%20galcore.contiguousSize%20setting%20128Mb.%3C%2FP%3E%3CP%3EHow%20to%20do%20it%3F%3C%2FP%3E%3CP%3EFor%20example%20%3A%20Modify%20Kernek%20dts%3C%2FP%3E%3CP%3Ereserved-memory%20%7B%3CBR%20%2F%3E%23address-cells%20%3D%20%26lt%3B2%26gt%3B%3B%3CBR%20%2F%3E%23size-cells%20%3D%20%26lt%3B2%26gt%3B%3B%3CBR%20%2F%3Eranges%3B%3C%2FP%3E%3CP%3Elinux%2Ccma%20%7B%3CBR%20%2F%3Ecompatible%20%3D%20%22shared-dma-pool%22%3B%3CBR%20%2F%3Ereusable%3B%3CBR%20%2F%3Esize%20%3D%20%26lt%3B0x0%200x20000000%26gt%3B%3B%20%2F*%20512MB%20*%2F%3CBR%20%2F%3Ealignment%20%3D%20%26lt%3B0x0%200x400000%26gt%3B%3B%20%2F*%204MB%20alignment%20*%2F%3CBR%20%2F%3Elinux%2Ccma-default%3B%3CBR%20%2F%3E%7D%3B%3CBR%20%2F%3E%7D%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2257540%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2257540%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3ETry%20to%20use%20below%20command%2C%26nbsp%3B%3C%2FP%3E%0A%3CPRE%3Eecho%20134217728%20%26gt%3B%20%2Fsys%2Fmodule%2Fgalcore%2Fparameters%2FcontiguousSize%3C%2FPRE%3E%0A%3CP%3EBecause%20i%20have%20no%202GB%20DDR%20on%20my%20site%2C%20so%20i%20can%20not%20reproduce%20your%20request.%20you%20need%20to%20try%20it%20on%20your%20board.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2257740%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2257740%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3EStill%20fail.%20(system%20crash)%3C%2FP%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22image.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F369090iDAC3CC36BEAB8E0A%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22image.png%22%20alt%3D%22image.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%E2%80%83%3C%2FP%3E%3CDIV%20class%3D%22%22%3E%26nbsp%3B%3C%2FDIV%3E%3CBR%20%2F%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2258542%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2258542%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EPlease%20also%20change%20the%20gpu_reserved%20node%20as%20following.%20If%20it%20still%20can%20not%20work%2C%20then%20the%20smallest%20DDR%20size%20is%204GB%2C%20you%20can%20not%20use%20just%202GB%20DRAM%20size.%3C%2FP%3E%0A%3CPRE%3E%3CSPAN%3Egpu_reserved%3C%2FSPAN%3E%3CSPAN%3E%3A%20%3C%2FSPAN%3E%3CSPAN%3Egpu_reserved%4080000000%3C%2FSPAN%3E%3CSPAN%3E%20%7B%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20no-map%3B%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3E%26nbsp%3B%20%26nbsp%3B%20%26nbsp%3B%20reg%20%3D%20%26lt%3B%3C%2FSPAN%3E%3CSPAN%3E0%3C%2FSPAN%3E%20%3CSPAN%3E0x80000000%3C%2FSPAN%3E%20%3CSPAN%3E0%3C%2FSPAN%3E%20%3CSPAN%3E0x8000000%3C%2FSPAN%3E%3CSPAN%3E%26gt%3B%3B%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%3E%7D%3B%3CBR%20%2F%3E%3C%2FSPAN%3E%3C%2FPRE%3E%0A%3CP%3EB.R%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2258807%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2258807%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EPlease%20share%20me%20your%20dts%20file.%20i%20will%20help%20you%20check%20it.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2259660%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2259660%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3EYes%2C%20please%20refer%20the%20following%20link%20file%20change%20your%20dts%20file.%3C%2FP%3E%0A%3CP%3E%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-imx%2Flinux-imx%2Fblob%2F7ad9f6482c318b86906c53f4db5e7d4b17398abd%2Farch%2Farm64%2Fboot%2Fdts%2Ffreescale%2Fimx8mp.dtsi%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-imx%2Flinux-imx%2Fblob%2F7ad9f6482c318b86906c53f4db5e7d4b17398abd%2Farch%2Farm64%2Fboot%2Fdts%2Ffreescale%2Fimx8mp.dtsi%3C%2FA%3E%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2260691%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2260691%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F202673%22%20target%3D%22_blank%22%3E%40pengyong_zhang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%3CP%3ERegarding%20the%20conclusion%20from%20the%20December%2010%20meeting%20with%20NXP%20(Wes%20Li)%20and%20WPI%20(Jimmy%20Chen%20and%20Andy%20Chien)%2C%20both%20NXP%20and%20WPI%20agreed%20that%20upgrading%20the%20RAM%20to%204GB%20is%20required%20in%20order%20to%20resolve%20this%20issue.%3C%2FP%3E%3CBR%20%2F%3E%3CP%3EReference%20%3A%E3%80%80%E3%80%80NXP%20Bio_TICFSL%20feedback%3A%3C%2FP%3E%3CP%3E%3CFONT%20color%3D%22%23FF0000%22%3E%3CSPAN%3EIf%20it%20the%20BSP%20what%20you%20are%20tying%20to%20build%2C%20the%20galcore%20need%20at%20least%204GB%20or%20modify%20the%20source%20code.%20The%20MX8Mplus%20can%20boot%20from%202GB%20but%20to%20run%20complete%20the%20BSP%20you%20need%204GB%3C%2FSPAN%3E%3C%2FFONT%3E%3C%2FP%3E%3CP%3E%3CSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fi-MX-Processors%2Fimx8mp-How-to-slove-Galcore-crash%2Fm-p%2F1526490%23M195489%22%20target%3D%22_blank%22%3Ehttps%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fi-MX-Processors%2Fimx8mp-How-to-slove-Galcore-crash%2Fm-p%2F1526490%23M195489%3C%2FA%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%3CBR%20%2F%3EWe%20would%20like%20to%20confirm%20whether%20you%20agree%20with%20this%20recommendation.%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2262102%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20We%20are%20experiencing%20crashes%20with%20Chromium%20on%20the%20i.MX%208M%20Plus%20(i.MX8MP)%20with%202GB%20of%20RAM%20running%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2262102%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F43469%22%20target%3D%22_blank%22%3E%40charleshuang%3C%2FA%3E%26nbsp%3B%3C%2FP%3E%0A%3CP%3Ei%20agree%20with%20this%20recommendation.%3C%2FP%3E%0A%3CP%3EB.R%3C%2FP%3E%3C%2FLINGO-BODY%3E