
hello
I'm using pxa based board with u-boot 1.0.0 installed. I'm trying to download kernel image from tftp to ram and this is what i get upon entering 'tftp addr image'
=> tftp a0100000 kernel.img smc91111 mac addr:00:c4:0e:43:36:68 TFTP from server 10.10.10.1; our IP address is 10.10.10.2 Filename 'kernel.img'. Load address: 0xa0100000 Loading: ...#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#..........#.........len bad 48 < 544 .#..........#......len bad 48 < 544 .
uImage type kernel image is there and bootp seems to be working since i get my ip address assigned. What could be the cause of this?
regards, himba