Thank you for your quick reply. I did below and substituted the image and boot files for the 6450-24 as per fohdeesha's guide. Should I have used the 08080e software version?your ping is live , maybe your tfp server or firwall issue , and you env is wrong , you need put SPR08080e.bin and mnz10114.bin in tfpserver root dir , otherwise it can not download firmware and uboot.
this is copy from @fohdeeshaCode:ipaddr=192.168.1.75 serverip=192.168.1.79 netmask=255.255.255.0 gatewayip=192.168.1.1 uboot=192.168.1.79 ---->>>wrong image_name=ICX64R08030t.bin ver=07.4.01T310 (Jun 29 2012 - 11:04:25) ICX64XX-boot>> ping 192.168.1.79 ethPortNo = 0 Link Status Changed, Re-Negotiation Start Using egiga0 device host 192.168.1.79 is alive---->> your tftp server ip is alive
Code:#plug the management ethernet port into your network , #drop into the bootloader #give the switch a temporary IP setenv ipaddr 192.168.1.50 setenv netmask 255.255.255.0 #tell the switch the IP of your tftp server: setenv serverip 192.168.1.51 #tell it the name of the OS firmware file: setenv image_name SPR08080e.bin #tell it name of bootloaader file: setenv uboot mnz10114.bin #flash the OS: update_primary #when that's done flash a new bootloader: update_uboot #when everything is done reboot the switch then follow the regular guide: reset
Code:
Model ID: 1.0.0.0.0.0
Enter 'b' to stop at boot monitor: 0
ICX64XX-boot>> printenv
baudrate=9600
ipaddr=192.168.1.75
serverip=192.168.1.79
netmask=255.255.255.0
gatewayip=192.168.1.1
uboot=kxz10105.bin
image_name=ICX64R08030t.bin
ver=07.4.01T310 (Jun 29 2012 - 11:04:25)
ICX64XX-boot>> update_primary
ethPortNo = 0
Link Status Changed, Re-Negotiation Start
Using egiga0 device
TFTP from server 192.168.1.79; our IP address is 192.168.1.75
Download Filename 'ICX64R08030t.bin'.
Load address: 0x3000000
Download to address: 0x3000000
Loading: %T %T %T %T %T %
Retry count exceeded, Try again
ICX64XX-boot>>