File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ In order to build coreboot image, follow the steps below:
149
149
Answer yes to the prompt and wait for the process to finish.
150
150
151
151
4 . Log into the BMC GUI again at https://\< BMC_IP\> /. Enter the Server power
152
- operations (https://\< BMC_IP\> /#/server-control/power-operations) and invoke warm
153
- reboot. Then move to Serial over LAN remote console
152
+ operations (https://\< BMC_IP\> /#/server-control/power-operations) and invoke
153
+ warm reboot. Then move to Serial over LAN remote console
154
154
(https://\< BMC_IP\> /#/server-control/remote-console)
155
155
156
156
Wait for a while until coreboot shows up:
@@ -160,6 +160,22 @@ In order to build coreboot image, follow the steps below:
160
160
5 . Enjoy the coreboot running on Talos II.
161
161
162
162
> ** Optional:** In order to recovery the platform quickly to healthy state, flash
163
- > the HBB partition back with:\
163
+ > the HBB partition back with: \
164
164
> ` pflash -e -P HBB -p /tmp/hbb.bin `
165
165
166
+ ## Memory configurations
167
+ Following RAM configurations were tested and are proved to be properly initialized.
168
+ ```
169
+ MCS0, MCA0
170
+ DIMM0: 1Rx4 16GB
171
+ DIMM1: not installed
172
+ MCS0, MCA1
173
+ DIMM0: 1Rx8 8GB
174
+ DIMM1: not installed
175
+ MCS1, MCA0
176
+ DIMM0: 2Rx4 32GB
177
+ DIMM1: not installed
178
+ MCS1, MCA1
179
+ DIMM0: 2Rx8 16GB
180
+ DIMM1: not installed
181
+ ```
You can’t perform that action at this time.
0 commit comments