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

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

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

1,567 Views
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 Kudos
Reply
2 Replies

1,543 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

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

regards

0 Kudos
Reply

1,488 Views
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 Kudos
Reply