New WS 12 -250B Attempted to upgrade firmware. It did not finish.
Using the serial port, I get
Platform: VCore-III (MIPS32 24KEc) LUTON26
RAM: 0x80000000-0x88000000 [0x80021b68-0x87fafffc available]
FLASH: 0x40000000-0x40ffffff, 64 x 0x40000 blocks
== Executing boot script in 1.000 seconds - enter ^C to abort
RedBoot> fis load -d linux
** Warning - checksum failure. stored: 0xa9ae88d4, computed: 0xdcb6be26
** Use -f to force decompress despite CRC error.
decompression error: CRC failure
RedBoot> go
No entry point known - aborted
Can I recover this???
Won't boot after firmware upgrade
-
KeesH - Member
- Posts: 8
- Joined: Thu Jul 02, 2015 8:58 pm
- Location: Elk Grove, CA
- Has thanked: 0 time
- Been thanked: 0 time
-
sirhc - Employee
- Posts: 7415
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Won't boot after firmware upgrade
Eric is off line but I sent him a skype.
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Won't boot after firmware upgrade
You can try "fis load -d -f linux".
If that doesn't work try "fis load -d linux_recovery". If the recovery image boots then I can give you instructions on how to recover it.
If that doesn't work try "fis load -d linux_recovery". If the recovery image boots then I can give you instructions on how to recover it.
-
KeesH - Member
- Posts: 8
- Joined: Thu Jul 02, 2015 8:58 pm
- Location: Elk Grove, CA
- Has thanked: 0 time
- Been thanked: 0 time
-
sirhc - Employee
- Posts: 7415
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Won't boot after firmware upgrade
Eric will be back after lunch, he had to run over to the location where we assemble our PCBs (boards)
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Won't boot after firmware upgrade
Download this file: firmware/recovery.tar.gz
You will need a terminal program that can send files with Xmodem. I use SecureCRT, which you can download as a 30 day demo.
The commands below get the latest stable firmware from the Netonix server. If your switch cannot access the internet you will have to get this file and put it on a web server the switch can get to and change the URL in the "wget" command accordingly.
If you are at the RedBoot prompt enter "fis load -d linux_recovery", and then "go".
After you see the "i2c_vcoreiii i2c_vcoreiii: i2c bus driver on IRQ 19" message hit ENTER and you should have a command prompt.
Enter these commands:
The switch should now be up and running.
You will need a terminal program that can send files with Xmodem. I use SecureCRT, which you can download as a 30 day demo.
The commands below get the latest stable firmware from the Netonix server. If your switch cannot access the internet you will have to get this file and put it on a web server the switch can get to and change the URL in the "wget" command accordingly.
If you are at the RedBoot prompt enter "fis load -d linux_recovery", and then "go".
After you see the "i2c_vcoreiii i2c_vcoreiii: i2c bus driver on IRQ 19" message hit ENTER and you should have a command prompt.
Enter these commands:
- Code: Select all
cd /tmp
rx recovery.tar.gz
<now use your terminal program to send the recovery.tar.gz file using Xmodem>
tar -xzf recovery.tar.gz
for i in `cat /proc/switch/status | grep -v Down | cut -b 1-2`; do ./switch -t $i; done
wget http://forum.netonix.com/firmware/wispswitch-1.2.2.bin
tar -xjf wispswitch-1.2.2.bin
./mtd -p -F linux write kernel.img linux
./mtd -q write fisdir "FIS directory"
./mtd -q write redundant_fisdir "Redundant FIS"
./mtd -p write rootfs.img rootfs
./mtd -q write redboot_config "RedBoot config"
reboot
The switch should now be up and running.
-
KeesH - Member
- Posts: 8
- Joined: Thu Jul 02, 2015 8:58 pm
- Location: Elk Grove, CA
- Has thanked: 0 time
- Been thanked: 0 time
Re: Won't boot after firmware upgrade
The ethernet ports of the switch are not enabled. Can I use xmodem to upload?
Last edited by KeesH on Fri Jul 03, 2015 4:23 pm, edited 1 time in total.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Won't boot after firmware upgrade
Yep. Instead of the wget command use "rx wispswitch-1.2.2.bin". Unfortunately it will take about 25 minutes.
-
KeesH - Member
- Posts: 8
- Joined: Thu Jul 02, 2015 8:58 pm
- Location: Elk Grove, CA
- Has thanked: 0 time
- Been thanked: 0 time
Re: Won't boot after firmware upgrade
Yup at ~4000 cps = `25 minutes, you must have done it before :-)
Up and running - Thank you very much.
Up and running - Thank you very much.
-
KeesH - Member
- Posts: 8
- Joined: Thu Jul 02, 2015 8:58 pm
- Location: Elk Grove, CA
- Has thanked: 0 time
- Been thanked: 0 time
Re: Won't boot after firmware upgrade
Had the console still open. Do I need to be concerned about this?
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
Who is online
Users browsing this forum: Google [Bot] and 58 guests