Tool/software:
Here is the startup time in the evm board.
1. u-boot 5s (Using Serial NAND Boot Mode) with SOC type hs-fs
2. Linux Kernel 13s
3. usr space : 5s
4. application : 3s
Total : 26s
Can you share me how to reduce the system start up time.
the customer accept the system should display the video from power on within 3s.
I have try to reduce the startup time by this action":
1. Flash the software into Nand Flash(include tispl.bin. u-boot.img uboot3.bin) and remove the autobootdelay time to 0. Did there have any other action can be implement in u-boot to reduce the boot time
2. linux kernel: did there have any example that i can do with the kernel. right now. I check with the .config file and remove same setting. but not very much time save be this acition. Did you have any example for the config file. or whitch dts can be remove in the kernel.
3. use space . i have no idea how to do to reduce the time for use space.