Skip to content

Commit dafa41f

Browse files
committed
BIOS: update installation procedure and provide BIOS version numbers
1 parent bfb81e7 commit dafa41f

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

source/hardware/bios.rst

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Downloads
3333
^^^^^^^^^^
3434

3535
+-----------------------------------------------------------------------------------------------------------------------------------------------------+
36-
| DEC800 & DEC3800 series |
36+
| DEC800 & DEC3800 series BIOS Version 9 |
3737
+-------+-------------------------------------------------------------------------+-------------------------------------------------------------------+
3838
| OS | Download | SHA256 Checksum |
3939
+=======+=========================================================================+===================================================================+
@@ -57,7 +57,7 @@ Downloads
5757
^^^^^^^^^^
5858

5959
+-----------------------------------------------------------------------------------------------------------------------------------------------------+
60-
| DEC700 & DEC2700 series |
60+
| DEC700 & DEC2700 series BIOS version 22 |
6161
+-------+-------------------------------------------------------------------------+-------------------------------------------------------------------+
6262
| OS | Download | SHA256 Checksum |
6363
+=======+=========================================================================+===================================================================+
@@ -116,10 +116,24 @@ the appliance.
116116

117117
**Step 5**
118118

119+
Connect to the appliance using a :ref:`serial` connection. Open a terminal to the relevant COM port.
120+
121+
**Step 6**
122+
119123
Boot the appliance and enter the BIOS by pressing Escape. The current BIOS version (suffix) should show up.
120124
Make note of it so you can compare it to the new version to verify everything went well.
121125

122-
**Step 6**
126+
**Step 7**
127+
128+
Go to Setup Utility --> AMD CBS --> FCH Common Options --> UART Configuration Options --> UART 0 Legacy Options.
129+
Make sure this setting is set to **Disabled**.
130+
131+
.. note::
132+
133+
Should your serial terminal highlight a BIOS option selection in such a way that it is unreadable, for
134+
the A20 appliance it's the very first option in the UART Configuration Options menu screen.
135+
136+
**Step 8**
123137

124138
Select **Boot manager** and boot the USB drive. The UEFI shell will take over and execute the necessary BIOS update.
125139
If the update is complete, the machine will power off. **Do NOT do anything until the machine has shutdown.**
@@ -129,6 +143,6 @@ If the update is complete, the machine will power off. **Do NOT do anything unti
129143
Should the USB drive not show up, something went wrong during writing. The newly created FAT32 partition
130144
should be the very first block on the drive. Inspect the drive on a different machine to check the layout.
131145

132-
**Step 7**
146+
**Step 9**
133147

134148
Reboot the machine and check the new BIOS version in either the boot log or the BIOS itself.

source/hardware/serial_connectivity.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _serial:
2+
13
====================================
24
Serial Console connectivity
35
====================================

0 commit comments

Comments
 (0)