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

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

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

829 Views
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 >

Labels (1)
Tags (2)
0 Kudos
3 Replies

581 Views
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 Kudos

581 Views
Swamy
Contributor III

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

Thanks

0 Kudos

581 Views
KrishnaPavan
Contributor II

The load address might need your attention

You might check that initailly

0 Kudos