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.
1. Remove uboot boot delay and output
2. Silence kernel console output
3. Remove unused apps from your build by editing makefiles
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.