]>
Commit | Line | Data |
---|---|---|
9e3decfb | 1 | Firmware for RSB S2: |
ba34b57f MG |
2 | * http://support.ts.fujitsu.com/Download/ShowDescription.asp?SoftwareGUID=6DB401B3-B0BD-43CB-A3AA-6278B23FBCB0 |
3 | * http://support.ts.fujitsu.com/Download/ShowDescription.asp?SoftwareGUID=4EC6401E-CA1A-47D8-A178-C75D91665CE2 | |
9e3decfb MG |
4 | Use the first link for a patchable firmware, the second is just an "update" |
5 | firmware which will not touch user settings and rights... | |
6 | ||
7 | Documentation: | |
8 | * http://manuals.fujitsu-siemens.com/open.php?ID=4384 | |
6fa59b4c MG |
9 | * http://cp.literature.agilent.com/litweb/pdf/5988-8687EN.pdf |
10 | * http://cp.literature.agilent.com/litweb/pdf/5988-8686EN.pdf | |
9e3decfb MG |
11 | |
12 | Software: | |
fd5efab9 MG |
13 | * http://download.ts.fujitsu.com/prim_supportcd/start.html |
14 | * http://download.ts.fujitsu.com/prim_supportcd/SVSSoftware/Software/Deployment/PRIMERGY%20Scripting/PRIMERGY%20Scripting%20Toolkit.msi | |
9e3decfb | 15 | (DOS utilities (spman.exe)) |
4e3a5708 MG |
16 | |
17 | How to flash: | |
18 | * Download the firmware from: | |
fd5efab9 | 19 | http://support.ts.fujitsu.com/Download/ShowDescription.asp?SoftwareGUID=6DB401B3-B0BD-43CB-A3AA-6278B23FBCB0 |
4e3a5708 MG |
20 | * Extract the .exe file with unzip |
21 | * Place RSB_S2.bin, RSB_S2.001 and RSB_S2_SINGLE.bin in the tftpboot | |
22 | directory. Make sure that all three files are readable! | |
23 | * Initiate the firmware-upgrade from the web interface: | |
24 | - When upgrading from 6.x, flash the RSB_S2.bin file, which | |
25 | will automatically load the RSB_S2.001 file in the process | |
26 | - When upgrading from 7.x, flash the RSB_S2_SINGLE.bin | |
27 | WARNING: NEVER FLASH THE .001 FILES DIRECTLY, THIS WILL BRICK YOUR BOARD! | |
28 | * Modify RSB_S2_SINGLE.bin with 'firmware' and reflash ;-) | |
29 | (Don't try to modify the other files) | |
5fb8cacf | 30 | |
205e2b01 MG |
31 | Linux notes: |
32 | * Disable ipmi_si: | |
33 | echo "blacklist ipmi_si" >/etc/modprobe.d/rsbs2 | |
34 | If you don't do this, the bootup process will take a long time but finally | |
35 | succeed. | |
83f4ab07 | 36 | * Install required perl packages: |
fc0c5f31 | 37 | apt-get install libwww-perl libxml-simple-perl libcrypt-ssleay-perl |
5fb8cacf | 38 | |
279dcf12 | 39 | Pinout: |
5fb8cacf MG |
40 | +---------------+---------------+--------------------------------------+---+- |
41 | | | 2 4 6 8 A C E | | 1 | | |
42 | | | 1 3 5 7 9 B D | | 2 | | |
43 | | +-----+ +------ ------+ +---------+ +-----+ +---+ | |
44 | | | 1 2 | CONN2 | IPMB4 | |IPMB3| J1 | |
45 | | | 3 4 | +---------+ +-----+ | |
46 | + 5 6 | +---------+ | |
47 | USB | 7 8 | | 1 2 3 | | |
48 | | 9 A | +---------+ | |
49 | + +-----+ CONN3 | |
50 | | CONN1 | |
51 | | | |
52 | . | |
53 | . | |
54 | . | |
55 | + +---+ | |
56 | PWR | 1 | | |
57 | | 2 |J2 | |
58 | + +---+ | |
59 | | +-------------+ +-+ | |
60 | | | | | | | |
61 | +---+ +------------+ +------- | |
62 | ||
c9427cf8 MG |
63 | CONN1: CONN2: CONN3: J1: Repair mode enable |
64 | 1) 1) ATX-PWR +* 1) J2: Standby power enable | |
65 | 2) 2) ATX-PWR GND* 2) | |
66 | 3) USB D- 3) ATX-PWR +* 3) | |
6ad9c797 MG |
67 | 4) 4) ATX-PWR GND* |
68 | 5) USB D+ 5) ATX-RESET +* | |
69 | 6) 6) ATX-RESET GND* | |
70 | 7) USB GND 7) ATX-RESET +* | |
71 | 8) 8) ATX-RESET GND* | |
5fb8cacf MG |
72 | 9) 9) PWR-SW |
73 | A) A) PWR-SW | |
74 | B) RESET-SW | |
75 | C) RESET-SW | |
76 | D) | |
77 | E) | |
6ad9c797 | 78 | |
8bec7e22 MG |
79 | *) use to connect to the front panel button and pinheader on the mainboard, |
80 | beware of the polarity! |