diff options
-rw-r--r-- | en/preparing/bios-setup/arm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/preparing/bios-setup/arm.xml b/en/preparing/bios-setup/arm.xml index 0db9a1ce2..c47e2323f 100644 --- a/en/preparing/bios-setup/arm.xml +++ b/en/preparing/bios-setup/arm.xml @@ -56,7 +56,7 @@ the value of two specific bits in the first byte of the address (the article "MAC address" in the English language Wikipedia gives a good explanation). In practice this means that e.g. any address starting - with hexadecimal ca (such as caffee123456) can be used as a locally + with hexadecimal ca (such as ca:ff:ee:12:34:56) can be used as a locally administered address. </para> <para> @@ -64,7 +64,7 @@ is placed in the <quote>ethaddr</quote> environment variable. It can be checked at the u-boot command prompt with the command <quote>printenv ethaddr</quote> and can be set with the command - <quote>setenv ethaddr caffee123456</quote>. After setting the value, + <quote>setenv ethaddr ca:ff:ee:12:34:56</quote>. After setting the value, the command <quote>saveenv</quote> makes the assignment permanent. </para> </sect2> |