IMX8M Android 9.0 kernel panic issue?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX8M Android 9.0 kernel panic issue?

515 次查看
charleshuang
Senior Contributor II

Hi Nxp Team

Our platform is  IMX8M 4G Ram and 32G EMMC.

We already success to bring up it (Yocto 2.5).

But We try to porting in Android 9, system will be kernel panic.

Please check the log message.

Do you have any idea to fix the issue? 

Thanks

charleshuang_0-1651801852402.png

 

标签 (1)
0 项奖励
回复
1 回复

498 次查看
Liszt
Contributor V

Hi NXP team,

The system booted successful if we adjusted the PHYS_SDRAM_SIZE to 3GB.

#define PHYS_SDRAM_SIZE 0xc0000000 /* 3GB DDR */

If we adjusted 4GB, it is failed.

#define PHYS_SDRAM_SIZE 0x100000000 /* 4GB DDR */

What we gonna to do next?

 

 

 

 

0 项奖励
回复