Skip to content
Snippets Groups Projects
Commit a016e092 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jonathan Corbet
Browse files

docs: admin-guide: dell_rbu: Improve formatting and spelling


This improves readability a bit.

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 80c730b5
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Dell Remote BIOS Update driver (dell_rbu) ...@@ -5,7 +5,7 @@ Dell Remote BIOS Update driver (dell_rbu)
Purpose Purpose
======= =======
Document demonstrating the use of the Dell Remote BIOS Update driver. Document demonstrating the use of the Dell Remote BIOS Update driver
for updating BIOS images on Dell servers and desktops. for updating BIOS images on Dell servers and desktops.
Scope Scope
...@@ -71,7 +71,7 @@ be downloaded. It is done as below:: ...@@ -71,7 +71,7 @@ be downloaded. It is done as below::
echo XXXX > /sys/devices/platform/dell_rbu/packet_size echo XXXX > /sys/devices/platform/dell_rbu/packet_size
In the packet update mechanism, the user needs to create a new file having In the packet update mechanism, the user needs to create a new file having
packets of data arranged back to back. It can be done as follows packets of data arranged back to back. It can be done as follows:
The user creates packets header, gets the chunk of the BIOS image and The user creates packets header, gets the chunk of the BIOS image and
places it next to the packetheader; now, the packetheader + BIOS image chunk places it next to the packetheader; now, the packetheader + BIOS image chunk
added together should match the specified packet_size. This makes one added together should match the specified packet_size. This makes one
...@@ -114,7 +114,7 @@ The entries can be recreated by doing the following:: ...@@ -114,7 +114,7 @@ The entries can be recreated by doing the following::
echo init > /sys/devices/platform/dell_rbu/image_type echo init > /sys/devices/platform/dell_rbu/image_type
.. note:: echoing init in image_type does not change it original value. .. note:: echoing init in image_type does not change its original value.
Also the driver provides /sys/devices/platform/dell_rbu/data readonly file to Also the driver provides /sys/devices/platform/dell_rbu/data readonly file to
read back the image downloaded. read back the image downloaded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment