Hi, Fast Bootup time for imx6Q sabre auto board.

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

Hi, Fast Bootup time for imx6Q sabre auto board.

1,437 Views
rajathkumardiva
Contributor II

Hi,

Could you please help me with clear step by step procedure to minimize the boot up time. 

The information in the link https://community.nxp.com/docs/DOC-93619  is not very clear for me.

Labels (3)
2 Replies

832 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi,

You can refer to the above link, it's really can help you. When you meet problem you can tell us detail quesitons, we can give you method to solve it.

Have a nice day

Rita

0 Kudos

832 Views
rajathkumardiva
Contributor II

Hi Rita,

I am using sabre imx6 board.

I am trying to reduce the bootup time by removing unwanted driver init from kernel.

I have fallowed the below steps to build.

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga  

$ DISTRO=fsl-imx-wayland MACHINE=imx6qsabreauto source fsl-setup-release.sh –b build-wayland

$ Bitbake fsl-image-qt5

we are using .sdcard image.

$ bitbake linux-imx -c cleansstate 

$ bitbake linux-imx -c cleansall

$ bitbake linux-imx -c menuconfig

change the configuration save and exit.

copy the .config to defconfig.

$ cp build/tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/4.1.15-r0/build/.config

/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.14.38/imx/defconfig

$ bitbake linux-imx -c cleansstate 

$ bitbake linux-imx -c cleansall

$ bitbake fsl-image-qt5

 

But I dont see any changes in the kernel initialization.

Please let me know proper methods to implement this.

 

Thanks,

Rajath

0 Kudos