IMX8QXP MEK linux fastboot

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

IMX8QXP MEK linux fastboot

1,279 次查看
hrishikesh_dele
Contributor I

Hi,

 I am  trying to reduce boot time for IMX8QXP MEK. The boot time for IMX8QXP MEK  was around 19 seconds.

I disabled the bootdelay using

$setenv  bootdelay = 0

$saveenv

Then the boot time reduced to 15 seconds.

I disabled the console by using

$setenv console = null

$saveenv

Then the boot time reduced to 11 seconds.

How can I reduce the boot time further?

Is there any reference documents..

--

Thanks,

Hrishikesh

0 项奖励
回复
1 回复

1,043 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Hrishikesh,

You can use the falcon mode:

git.denx.de Git - u-boot.git/blob - doc/README.falcon 

as demonstrate the i.mx6Q:

How to decrease boot time on iMX6 - i.MXDev Blog 

Regards

0 项奖励
回复