41 lines
1.3 KiB
Diff
41 lines
1.3 KiB
Diff
commit f567bdb8b2a3effdb4af06e2cf935b0350f2f881
|
|
Author: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
|
|
Date: Wed Feb 20 15:44:09 2019 +0530
|
|
|
|
man/update_flash: Fix man page
|
|
|
|
Add heading to NOTES section.
|
|
|
|
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
|
|
Signed-off-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
|
|
|
|
diff --git a/man/update_flash.8 b/man/update_flash.8
|
|
index 0e5ccf6..254fbac 100644
|
|
--- a/man/update_flash.8
|
|
+++ b/man/update_flash.8
|
|
@@ -196,11 +196,15 @@ PowerNV
|
|
/sys/firmware/opal/{validate/manage/update}_flash
|
|
.fi
|
|
.SH NOTES
|
|
+.B Download firmware
|
|
+.fi
|
|
Firmware may be downloaded from the IBM website. Instructions for
|
|
downloading and installing the firmware image are also there, and
|
|
information there will be more up-to-date than this page.
|
|
|
|
.P
|
|
+.B Firmware update failure
|
|
+.fi
|
|
Various conditions can lead to a firmware update failure. If you
|
|
receive an authentication-related error, such as:
|
|
.P
|
|
@@ -222,6 +226,8 @@ following the steps outlined here:
|
|
http://publib.boulder.ibm.com/infocenter/powersys/v3r1m5/index.jsp?topic=/p7hatl/iphblresetserverp6.htm
|
|
|
|
.P
|
|
+.B AIX format image
|
|
+.fi
|
|
For older "AIX format" images, the file will have a .BIN extension. This
|
|
zip file happens to be an AIX binary, but it can be extracted with the
|
|
unzip command (with password from the web page):
|