How do I reduce boot time?

  • Hello, it is recommended to optimize the loading time of the kernel and rootfs through the following two points:

    1. Streamline the kernel configuration to remove unnecessary features and drivers. Use make menuconfig to select only the components you truly need. This helps reduce the kernel size and improve loading speed.
    2. Configure LF_TARGET_ROOTFS to use BusyBox, enhancing the system startup speed.
    企业微信截图_17174845139396.png

    To enable the camera to start automatically after booting, please refer to the tutorial to write a script to automatically run your application when booting: https://wiki.luckfox.com/Luckfox-Pico/L ... -autostart