I.MX6 Fast Boot

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

I.MX6 Fast Boot

9,219 Views
jiongzhongliu
Contributor III

Did IMX6 MCU have fast boot solution for linux or Android, no just delete some module from the kernel ,but maybe depend on IMX6's hardware acceleration solution,that can start linux system within 2 seconds ?

Labels (3)
0 Kudos
4 Replies

3,749 Views
daiane_angolini
NXP Employee
NXP Employee

I hope this link is useful for you Booting i.MX6 under one second - i.MXDev Blog 

3,749 Views
erdani80
Contributor III

Remove the uboot bootloader and use whoosh simple booter for imx6:

GitHub - alexandrebelloni/whoosh: fast bootloader for ARM platforms 

For the kernel remove any option that is not used in your application, the smaller the better. Also when dealing with the RFS not all the systems have the same mount time.

More info:

Boot an i.MX6 in 0.58 seconds - Boundary Devices 

http://www.elinux.org/images/d/d1/Alexandre_Belloni_boottime_optimizations.pdf 

3,749 Views
joanxie
NXP TechSupport
NXP TechSupport

for linux fast boot, you can refer to the document as below:

Linux Fast Boot on i.MX6Q Board: Building Steps 

Linux Fast Boot on i.MX6 Sabresd Board 

and I send the  link to describe what the fast boot really is.

Fastboot - Android Wiki 

3,749 Views
bijeshvm
Contributor I

on clicking the above  fast boot-Android Wiki  link , my antvirus showed threat!

0 Kudos