IMX53 QSB: ERROR: can't get kernel image!

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX53 QSB: ERROR: can't get kernel image!

847件の閲覧回数
Swamy
Contributor III

Hello,

 

I have built uboot, kernel and rootfs using LTIB for IMX53 QSB. I am using kernel 2.6.35. I am getting error as cannot get kernel image.

Please suggest.

My built kernel under /ltib/rootfs/boot is 3184904 bytes, but the u-boot command show 3184840 bytes....Is something wrong here?

 

I used following commands to flash u-boot and uImage respectively (It is a 8GB microsdcard)

 

$sudo dd if=u-boot.bin of=/dev/sdb bs=512 && sync && sync

$sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 && sync && sync

 

MMC read: dev # 0, block # 2048, count 6144 partition # 0 ...
6144 blocks read: OK
## Booting kernel from Legacy Image at 70800000 ...
Image Name:   Linux-2.6.35.3-744-g27fdf7b
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:    3184840 Bytes =  3 MB
Load Address: 70008000
Entry Point:  70008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!

MX53-LOCO U-Boot >

ラベル(1)
タグ(2)
0 件の賞賛
3 返答(返信)

599件の閲覧回数
KrishnaPavan
Contributor II

O.K... Now that you are using i.MX53 the load address needs to be fine.. sorry..

Just try to set your environment variables as that given in the Users manual.

 

That worked for me ..... Just give a try..

0 件の賞賛

599件の閲覧回数
Swamy
Contributor III

could you please tell where exactly this load address i need to modify? how to see that?

Thanks

0 件の賞賛

599件の閲覧回数
KrishnaPavan
Contributor II

The load address might need your attention

You might check that initailly

0 件の賞賛