Page 1 of 1
How do I reduce boot time?
Posted: 2024-06-04 6:48
by cocoa
I want to set up the Luckfox Pico Mini B so that the camera starts automatically after booting up within 3 seconds.
I wonder if it is possible to configure it like this.
If possible, please tell me how to do it.
Re: How do I reduce boot time?
Posted: 2024-06-04 7:04
by Eng38
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.
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