How can imx6 u-boot (u-boot 2014) support boot raw kernel image?

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

How can imx6 u-boot (u-boot 2014) support boot raw kernel image?

跳至解决方案
1,546 次查看
zhanxiaozhang
Contributor III

Hi,I now optimize the imx6 boot time (yocto  ),with the fb backend ,the vivi_launcher can show image about 3s ,but I found the "starting kernel " stuck for 1s,can I use raw kernel image and reduce the boot time? So ,with this u-boot ,how can I boot the raw kernel image(kernel 3.10.53)?

标签 (4)
0 项奖励
回复
1 解答
1,326 次查看
zhanxiaozhang
Contributor III

1: cannce bootz ( let uboot recognize Image as uImage)

mkimage -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n 'TestImage' -d arch/arm/boot/Image arch/arm/boot/uImage

2: bootm 12000000 - 12c00000

It seems there no obviously boot time reducing between using zImage & Image

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,327 次查看
zhanxiaozhang
Contributor III

1: cannce bootz ( let uboot recognize Image as uImage)

mkimage -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n 'TestImage' -d arch/arm/boot/Image arch/arm/boot/uImage

2: bootm 12000000 - 12c00000

It seems there no obviously boot time reducing between using zImage & Image

0 项奖励
回复