Monday, April 02, 2007

5 Minutes with Dell PowerConnect Firmware

So over my my old employers blog (in the comments) you'll see some whining from SCADA end users about how controller/PLC/RTU vendors don't which RTOS they use. Since this is probably not unique to the SCADA world, I figured I'd see I what I could learn in 5 minutes after downloading firmware for Dell PowerConnect switches.

strings PowerConnect_34XX_boot-10101.rfb > powerconnect.txt

Then fire up TextMate and extract the juicy bits.

Even within a strings | head you would find:

CRER
4Copyright 1984-2003 Wind River Systems, Inc.;

And more interesting...

VxWorks
5.5.1
VxWorks5.5.1
Apr 10 2005, 10:47:25
usrRoot: MMU configuration failed, errno = %#x
strchr
Motorola MPC82xx ADS - HIP4
Motorola MPC82xx ADS - HIP7
Motorola MPC8260 ADS
1.21.38
FlashInit failed
motfcc(0,0)host:C:/Tornado_2_2/target/config/Carrier/vxWorks h=50.1.1.1 e=50.1.1.6 u=vxworks pw=vxworks
Out of Buffers in I2cInit(), Rx data Buffer
Out of Buffers in I2cInit(), Tx data Buffer

This is not rocket science!

No comments: