On 8 Apr 2020, at 14:59, JH <jupiter.hce@...> wrote:
I am running Yocto built Linux on an ARM device, it takes about more than 1 minutes to boot from NAND and kernel, any good strategy to reduce the ARM device booting time? I can think of cutting down unnecessary configures in kernel.
If you’re using systemd, you can use systemd-analyze to get some boot performance statistics. They can help identify slow-starting services, dependency chains, and other bottlenecks.