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.
Hello,
Per the build it marked the kernel is not building correctly please check this part.
regards
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.