Continuous Rebooting Issue with Android (version 14.0.0_2.2.0.) on i.MX8QM MEK

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

Continuous Rebooting Issue with Android (version 14.0.0_2.2.0.) on i.MX8QM MEK

1,576 次查看
DivithaDileep
Contributor I

Hi,

I am working on the Android BSP and currently building Android version 14.0.0_2.2.0.
The build was completed successfully, and I flashed the image to the i.MX8QM MEK.
However, the image keeps rebooting continuously. Below is the relevant log snippet:

Would you suggest additional steps or configurations to resolve this issue?

Thank you for your assistance.

Best regards,
Divitha.

0 项奖励
回复
2 回复数

1,552 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Per the build it marked the kernel is not building correctly please check this part.

regards

0 项奖励
回复

1,497 次查看
DivithaDileep
Contributor I

Hi,

I encountered the following error during the kernel build:

No RNG device
Unable to set property kaslr-seed, err=<unknown error>

To resolve this, I made some modifications in the kernel's defconfig as follows:

+CONFIG_DM_RNG=y
+CONFIG_KASLR=y
+CONFIG_RANDOMIZE_BASE=y

Despite these changes, the issue persists. To further investigate, I tested the prebuilt image from the NXP official website and observed that the same errors are present in the prebuilt image logs. However, the prebuilt image successfully boots despite the error.

Could you please advise on why the error might still occur and what additional steps can be taken to ensure successful booting for my custom build?

Logs for reference are attached.

Thank you,
DIvitha.

0 项奖励
回复