BC4000 Series RAID Controllers
User Manual
02/13/06
B ro ad c om C o r p or at i on
Page 40
Updating Components for the BC4000 Series
Document
BC4000-UM100-R
5.
Mount the floppy image using the loopback device, running the following commands in order.
mkdir /mnt/img
mount -o loop dd.img-athlon /mnt/img
6.
Change directory to the mounted image by running the following command:
cd /mnt/img
7.
Install the driver by running the following command.
./install
To complete updating the driver on a self-hosted system:
8.
Reboot the system.
To complete updating the driver on a data-only system:
9.
Remove and install the new bcraid.o module by running the following commands in order.
rmmod bcraid
insmod bcraid
U
PDATING
THE
BC4000 S
ERIES
BIOS I
MAGE
(L
INUX
)
To update the BIOS firmware on a Linux system:
1.
Create a DOS-bootable floppy on a Windows system as described in
“Creating a Bootable Floppy Disk” on
page 42
.
2.
Copy all the files in the firmware\ directory to the DOS-bootable floppy.
3.
Boot the Linux system into DOS from the DOS-bootable floppy.
4.
At the DOS prompt, enter
bcflash
.
Note:
If you are installing the driver software in a Linux 2.6 system, use the
modprobe
command
instead of
insmod
.