TFTP runs fine and executes some code.
it should show the uploading process and finally mentioning starting kernel (in the u-boot console window)
Did you get that message ?
something like this (note this is an example your kernel name and size as well as Ip's will be different)
- Code: Select all
Marvell>> tftpboot 0x800000 UIMAGE-26394-NWSP2CL-59
tftpboot 0x800000 UIMAGE-26394-NWSP2CL-59
Using egiga0 device
TFTP from server 192.168.1.147; our IP address is 192.168.1.197
Filename 'UIMAGE-26394-NWSP2CL-59'.
Load address: 0x800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##########################
done
Bytes transferred = 3123520 (2fa940 hex)
Marvell>> bootm 0x800000
bootm 0x800000
## Booting image at 00800000 ...
Image Name: Linux-2.6.39.4
Created: 2012-12-23 21:59:32 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3123456 Bytes = 3 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...