From bb72a58c91f3e066f1439864b8ba4cad31e0ba86 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Tue, 5 Aug 2014 07:04:57 +0000 Subject: Use for quotes (once more) --- en/preparing/bios-setup/arm.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'en') diff --git a/en/preparing/bios-setup/arm.xml b/en/preparing/bios-setup/arm.xml index f639c7c1d..531271c97 100644 --- a/en/preparing/bios-setup/arm.xml +++ b/en/preparing/bios-setup/arm.xml @@ -1,5 +1,5 @@ - + ARM firmware @@ -54,7 +54,7 @@ there is an address pool which is reserved for so-called locally administered addresses. It is defined by the value of two specific bits in the first byte of the address (the - article "MAC address" in the English language Wikipedia gives a + 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 ca:ff:ee:12:34:56) can be used as a locally administered address. @@ -75,7 +75,8 @@ On some systems with older u-boot versions there can be problems with properly relocating the Linux kernel, the initial ramdisk and the device-tree blob in memory during the boot process. In this case, - u-boot shows the message "Starting kernel ...", but the system freezes + u-boot shows the message Starting kernel ..., + but the system freezes afterwards without further output. These issues have been solved with newer u-boot versions from v2014.07 onwards. @@ -88,12 +89,12 @@ set, which u-boot does automatically only on fresh installations without existing environment data. It is possible to manually set bootm_size to the new u-boot's default value by running the command - "env default bootm_size; saveenv" at the u-boot prompt. + env default bootm_size; saveenv at the u-boot prompt. Another possibility to circumvent relocation-related problems is to - run the command "setenv fdt_high ffffffff; setenv initrd_high - 0xffffffff; saveenv" at the u-boot prompt to completely disable + run the command setenv fdt_high ffffffff; setenv initrd_high + 0xffffffff; saveenv at the u-boot prompt to completely disable the relocation of the initial ramdisk and the device-tree blob. -- cgit v1.2.3