But I can not use none of the default kernels.
I have to use the 3.1.4 sheeva kernel available here to be able to tftp boot.
Here is the fw_printenv for tftpboot :
$this->bbcode_second_pass_code('', 'net_bootargs=root=/dev/nfs rw
ipaddr=192.168.2.50
bootargs_end=:::DB88FXX81:eth0:none
mvNetConfig=mv_net_config=(00:10:75:1A:CB:F6,0:1:2:3),mtu=1500
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; [b]run net_bootcmd; run
rescue_bootcmd; run pogo_bootcmd; reset
net_rootpath=/srv/tftp/
net_image_name=/boot/uImage
arcNumber=2998
tftpserverip=192.168.2.10
net_bootcmd=tftpboot 0x2000000 $net_image_name;setenv bootargs $console $net_bootargs nfsroot=$tftpserverip:$net_rootpath ip=$ipaddr:$fttpserverip$bootargs_end $mvNetConfig $mvPhoneConfig; bootm 0x2000000;')
Anyone for an advice
