IMX8QXP MEK linux fastboot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8QXP MEK linux fastboot

794 Views
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 Kudos
1 Reply

558 Views
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 Kudos