Quick boot with Yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Quick boot with Yocto

跳至解决方案
10,526 次查看
hjpark71
Contributor III


Hi Guys,,

I'm developing an application on I.MAX6UL and I.MAX6 with Yocto(fsl-image-qt5) but the booting speed is quite slow as it takes more than 10secs booting from NAND and SDCard.

I would like to reduce the booting time to 2 or 3 seconds with QT5..

Do you already support quick boot on Yocto ? if yes, please let me know how to get it and run..

if not, pls let me khow how to support quick boot on Yocto..

thanks a lot..

标签 (1)
标记 (2)
1 解答
6,920 次查看
vijaikumar
Contributor III

Hi Hj Park,

                  In order to obtain faster boot times, you need to customize the rootfs to remove services which you do not require. You can also modify the kernel to disable prints during boot (if you donot require them) to achieve faster boot time. Additionally, you can remove unwanted kernel drivers.

You need to find which stage of the boot process consumes more time. For that you can use applications like bootchart.

在原帖中查看解决方案

4 回复数
6,921 次查看
vijaikumar
Contributor III

Hi Hj Park,

                  In order to obtain faster boot times, you need to customize the rootfs to remove services which you do not require. You can also modify the kernel to disable prints during boot (if you donot require them) to achieve faster boot time. Additionally, you can remove unwanted kernel drivers.

You need to find which stage of the boot process consumes more time. For that you can use applications like bootchart.

6,920 次查看
nandishguruling
Contributor III

Hi Vijai Kumar,

I am also try to reduce the boot time in iMX6DL Sabre board with Linux Kernel version 3.14 in order to do the things i followed some links and  post a query on NXP forum but issue  is still pending, for your reference link is https://community.nxp.com/thread/459641  can you have any suggestion to reduce the boot time, 

Thanks in Advance

BR

Nandish SG

0 项奖励
回复
6,920 次查看
saurabh206
Senior Contributor III

Hi HJ

You can refer the following link

Linux Fast Boot on i.MX6 Sabresd Board

Thanks

Saurabh

6,920 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Thank you Surab and Vijai, for your insights on this!

0 项奖励
回复