[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Rom Upgrade
- Subject: [cobalt-users] Rom Upgrade
- From: "Todd W" <twooly@xxxxxxxxx>
- Date: Sun Dec 22 20:10:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Ok, I flashed my BIOS.
Have a look at this:
BACKUP first:
=============================================
[root BIOS]# ./flashtool -v -r > backup.rom
./flashtool: searching for PCI 10b9:7101 : found it at /proc/bus/pci/00/03.0
./flashtool: systype = COBT_3K
./flashtool: bank 0: Intel E28F008S5/Sharp LM28F008SCT 1MB
./flashtool: Using pthread POSIX real time scheduling.
./flashtool: reading page 0
./flashtool: reading page 1
./flashtool: reading page 2
./flashtool: reading page 3
./flashtool: reading page 4
./flashtool: reading page 5
./flashtool: reading page 6
./flashtool: reading page 7
./flashtool: reading page 8
./flashtool: reading page 9
./flashtool: reading page 10
./flashtool: reading page 11
./flashtool: reading page 12
./flashtool: reading page 13
./flashtool: reading page 14
./flashtool: reading page 15
./flashtool: flushing buffers
=============================================
Then the update:
=============================================
[root BIOS]# ./flashtool -v -w 2.9.34.rom
./flashtool: searching for PCI 10b9:7101 : found it at /proc/bus/pci/00/03.0
./flashtool: systype = COBT_3K
./flashtool: bank 0: Intel E28F008S5/Sharp LM28F008SCT 1MB
./flashtool: Using pthread POSIX real time scheduling.
./flashtool: writing page 0
./flashtool: buffer page 0 does not exist - creating it
./flashtool: writing page 1
./flashtool: buffer page 1 does not exist - creating it
./flashtool: writing page 2
./flashtool: buffer page 2 does not exist - creating it
./flashtool: writing page 3
./flashtool: buffer page 3 does not exist - creating it
./flashtool: writing page 4
./flashtool: buffer page 4 does not exist - creating it
./flashtool: writing page 5
./flashtool: buffer page 5 does not exist - creating it
./flashtool: writing page 6
./flashtool: buffer page 6 does not exist - creating it
./flashtool: writing page 7
./flashtool: buffer page 7 does not exist - creating it
./flashtool: writing page 8
./flashtool: buffer page 8 does not exist - creating it
./flashtool: writing page 9
./flashtool: buffer page 9 does not exist - creating it
./flashtool: writing page 10
./flashtool: buffer page 10 does not exist - creating it
./flashtool: writing page 11
./flashtool: buffer page 11 does not exist - creating it
./flashtool: writing page 12
./flashtool: buffer page 12 does not exist - creating it
./flashtool: writing page 13
./flashtool: buffer page 13 does not exist - creating it
./flashtool: writing page 14
./flashtool: buffer page 14 does not exist - creating it
./flashtool: writing page 15
./flashtool: buffer page 15 does not exist - creating it
./flashtool: flushing buffers
./flashtool: flushing block 0 to ROM... verifying... done
./flashtool: flushing block 1 to ROM... verifying... done
./flashtool: flushing block 2 to ROM... verifying... done
./flashtool: flushing block 3 to ROM... verifying... done
./flashtool: flushing block 4 to ROM... verifying... done
./flashtool: flushing block 5 to ROM... verifying... done
./flashtool: flushing block 6 to ROM... verifying... done
./flashtool: flushing block 7 to ROM... verifying... done
./flashtool: flushing block 8 to ROM... verifying... done
./flashtool: flushing block 9 to ROM... verifying... done
./flashtool: flushing block 10 to ROM... verifying... done
./flashtool: flushing block 11 to ROM... verifying... done
./flashtool: flushing block 12 to ROM... verifying... done
./flashtool: flushing block 13 to ROM... verifying... done
./flashtool: flushing block 14 to ROM... verifying... done
./flashtool: flushing block 15 to ROM... verifying... done
=============================================
Ok, did it succeed? Is it safe for me to reboot now?
Thanks
--Todd