]>
Commit | Line | Data |
---|---|---|
9e3decfb MG |
1 | Firmware for RSB S2: |
2 | * http://support.fujitsu-siemens.de/Download/ShowDescription.asp?SoftwareGUID=6DB401B3-B0BD-43CB-A3AA-6278B23FBCB0 | |
3 | * http://support.fujitsu-siemens.de/Download/ShowDescription.asp?SoftwareGUID=4EC6401E-CA1A-47D8-A178-C75D91665CE2 | |
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: | |
13 | * http://download.fujitsu-siemens.com/prim_supportcd/start.html | |
14 | * http://download.fujitsu-siemens.com/prim_supportcd/SVSSoftware/Software/Deployment/PRIMERGY%20Scripting/PRIMERGY%20Scripting%20Toolkit.msi | |
15 | (DOS utilities (spman.exe)) | |
4e3a5708 MG |
16 | |
17 | How to flash: | |
18 | * Download the firmware from: | |
19 | http://support.fujitsu-siemens.de/Download/ShowDescription.asp?SoftwareGUID=6DB401B3-B0BD-43CB-A3AA-6278B23FBCB0 | |
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. | |
5fb8cacf | 36 | |
279dcf12 | 37 | Pinout: |
5fb8cacf MG |
38 | +---------------+---------------+--------------------------------------+---+- |
39 | | | 2 4 6 8 A C E | | 1 | | |
40 | | | 1 3 5 7 9 B D | | 2 | | |
41 | | +-----+ +------ ------+ +---------+ +-----+ +---+ | |
42 | | | 1 2 | CONN2 | IPMB4 | |IPMB3| J1 | |
43 | | | 3 4 | +---------+ +-----+ | |
44 | + 5 6 | +---------+ | |
45 | USB | 7 8 | | 1 2 3 | | |
46 | | 9 A | +---------+ | |
47 | + +-----+ CONN3 | |
48 | | CONN1 | |
49 | | | |
50 | . | |
51 | . | |
52 | . | |
53 | + +---+ | |
54 | PWR | 1 | | |
55 | | 2 |J2 | |
56 | + +---+ | |
57 | | +-------------+ +-+ | |
58 | | | | | | | |
59 | +---+ +------------+ +------- | |
60 | ||
61 | CONN1: CONN2: CONN3: J1(?): J2(Standby?): | |
6ad9c797 MG |
62 | 1) 1) ATX-PWR +* 1) 1) 1) |
63 | 2) 2) ATX-PWR GND* 2) 2) 2) | |
64 | 3) USB D- 3) ATX-PWR +* 3) | |
65 | 4) 4) ATX-PWR GND* | |
66 | 5) USB D+ 5) ATX-RESET +* | |
67 | 6) 6) ATX-RESET GND* | |
68 | 7) USB GND 7) ATX-RESET +* | |
69 | 8) 8) ATX-RESET GND* | |
5fb8cacf MG |
70 | 9) 9) PWR-SW |
71 | A) A) PWR-SW | |
72 | B) RESET-SW | |
73 | C) RESET-SW | |
74 | D) | |
75 | E) | |
6ad9c797 | 76 | |
8bec7e22 MG |
77 | *) use to connect to the front panel button and pinheader on the mainboard, |
78 | beware of the polarity! |