My platform is imx8q, from power-on to login luncher test 30 seconds, is too slowlly.
someone can tell me how to less time ? I want to modify framework code.
if someone can help me?
1. Remove uboot boot delay and output
2. Silence kernel console output
3. Remove unused apps from your build by editing makefiles
thanks your replay, can you order some demo or information to me learning?
To remove uboot delay, console output, and kernel console output you can google it, it just requires modifying some config settings. My examples:
To remove unused apps reffer to https://community.nxp.com/t5/i-MX-Processors/How-to-remove-Cactus-player-in-the-i-MX8M-mini-Android-...
You can remove any app you don't need, just search the source code for appropriate makefile.
Can you tell me your example whole path? I can't find it, thanks