Serial Upgrade Problem

jazzylover

Inactive User
Joined
Feb 4, 2006
Messages
108
Reaction score
0
Hi all, I seem to be experiencing problems upgrading my modem using a serial cable. I’ve upgraded modems using serial cable before, but this one is proving to be a little bugger.


I start HyperTerminal, enter 2, but nothing appears in boot server and I get the output highlighted below from HyperTerminal. For some reason it just boots from internal flash.


Can anyone help? Thanks



Software used: HyperTerminal & fireball boot server (FTP Server)
Nic and ftp server 192.168.100.10

HyperTerminal Output
-------------------------------------------------------------------------------------


VxWorks System Bootmage 1 at 0xBFC40000


Copyright 1984-1996 Wind River Systems, Inc.


CPU: BCM3345
FLASH: Toshiba TC58FVT160
Version: 5.3.1
BSP version: 1.1/0
Creation date:

Press any key to stop auto-boot...
w1
[SB4200 Boot]: 2
Bootrom version: SB4200-0.4.3.3-SCM01-NOSH
Booting over the network...
Attaching network interface enetBcm0...
enetBcmAttach: mac address XX:XX:XX:XX:XX:XX
done.
bootp referenced but not included

SB4200

VxWorks System Boot


CPU: BCM3345
FLASH: Toshiba TC58FVT160
Version: 5.3.1
BSP version: 1.1/0
Creation date:


Press any key to stop auto-boot...
0
auto-booting...

Bootrom version: SB4200-0.4.3.3-SCM01-NOSH
Validating image bs1
Validating image bs2
Comparing image 1 and 2
Booting from standalone image 1 at 0xBFC40000

Starting at 0xbfc40000...

-------------------------------------------------------------------------------------

Thanks in advance.
 
Last edited:
you need to add the bootline after you stop the modem autobooting, after the 2 type this all one line

enetBcm(0,0)admin:/opt/vwMIPS_1_0_1_fcs/target/config/sb4100/vx
Works.st h=192.168.100.10 e=192.168.100.1 u=jmcqueen pw=rickey7 f=0x8 tn=SB4100
o=bs1
 
have sure when you copy that bootline, its one continous line. on my tut it was 2 lines and could see why it didnt work until i deleted the space
 
Thanks guys, with your help I’ve managed to get it running. One thing I had to change was the reference to 4100 as below, as my modem is a sb4200.

enetBcm(0,0)admin:/opt/vwMIPS_1_0_1_fcs/target/config/sb4200/vxWorks.st h=192.168.100.10 e=192.168.100.1 u=jmcqueen pw=rickey7 f=0x8 tn=SB4200 o=bs1


Thanks again guys.
 
Back
Top