Firmware Rescue Procedure for OSBRiDGE 24XLG(i) v.1 devices:



If your device no longer responds after firmware upgrade chances are the upgrade went wrong. There is a number of reasons why it may have happened so we have implemented a procedure into the bootloader to allow easy firmware restore.


The steps required to perform are:

- Set your computer IP address to 192.168.1.1 netmask 255.255.255.0

- Connect the OSBRiDGE 24XLG(i) device to the computer via ethernet cross-over cable or via network switch

- Power up the device

- From the dos window, in the catalog where the firmware has been unpacked, issue command:

D:\>tftp -i 192.168.1.250 PUT <firmware_file.bin>

- The device will accept the file, reflash automaticaly, reboot and come back up with the new firmware.


The device will reboot with restored firmware and configuration it had before the firmware upgrade.


Firmware Rescue Procedure for OSBRiDGE 24XLG(i) v.2 devices:


The steps required to perform are:

- Configure ip address of your computer (linux based preferably) to 192.168.1.23 netmask 255.255.255.0

- on the console shell please type:

telnet -r 192.168.1.7 9000

but don't press enter just yet.

- power on the device - as soon as the ethernet LED stops to blink press enter on the shell console to execute the 'telnet' command (please note that we only have two seconds to connect) - the following should appear:

[root@jumper rewt]# telnet -r 192.168.1.7 9000
Trying 192.168.1.7...
Connected to 192.168.1.7 (192.168.1.7).
Escape character is '^]'.
== Executing boot script in 1.670 seconds - enter ^C to abort
^C
OSBRiDGE>

After connecting please press CTRL+C immediately. Important: the telnet client must be run in so called character mode (hence the -r switch) so it sends each character separately.

Now, please enter:

fis erase -f 0xA8150000 -l 0x00010000

And You Should see:

OSBRiDGE> fis erase -f 0xA8150000 -l 0x00010000
... Erase from 0xA8150000-0xA8160000: .
OSBRiDGE>

Now, please proceed to stage two, firmware restore:

- You need to obtain tftp server software, the free one is available at tftpd32.jounin.net

- Install tftpd32.exe into the directory where firmware files are located

- Rename the Osbridge firmware file to zImage

- Change your computer IP address to 192.168.1.23 netmask 255.255.255.0

- Connect the OSBRiDGE device to the computer via ethernet cross-over cable or via network switch

- Turn on the OSBRiDGE device, it will initiate the tftp file transfer automaticaly, reflash and reboot itself.

WARNING: This process takes about 10 minutes, please do not interrupt it!

The device will reboot with restored firmware on default (192.168.1.254) address.

Last modified June 24, 2008 9:18 am