Hi, Fast Bootup time for imx6Q sabre auto board.

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

Hi, Fast Bootup time for imx6Q sabre auto board.

2,131 次查看
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.

标签 (3)
2 回复数

1,526 次查看
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 项奖励
回复

1,526 次查看
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 项奖励
回复