We tried to transfer the uImage by tftp and got the following error
U-Boot > setenv serverip 10.6.1.123
U-Boot > setenv ipaddr 10.6.1.122
U-Boot > setenv bootfile uImage
U-Boot > tftp
Using FEC device
TFTP from server 10.6.1.123; our IP address is 10.6.1.122
Filename 'uImage'.
Load address: 0x10800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
####
done
Bytes transferred = 2346876 (23cf7c hex)
U-Boot > bootm
## Booting kernel from Legacy Image at 10800000 ...
Image Name:
Image Type: ARM Linux Kernel Image (gzip compressed)
Data Size: 2346812 Bytes = 2.2 MiB
Load Address: 70140000
Entry Point: 7018b33c
Verifying Checksum ... OK
Uncompressing Kernel Image ...It is stuck over here , let me know whether there is another way to convert uImage to a form from which we can boot from a sdcard.