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,575件の閲覧回数
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.

ラベル(2)
0 件の賞賛
返信
2 返答(返信)

1,551件の閲覧回数
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,496件の閲覧回数
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 件の賞賛
返信