diff options
Diffstat (limited to 'en/boot-installer/arm.xml')
-rw-r--r-- | en/boot-installer/arm.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml index 496c19f08..784995dac 100644 --- a/en/boot-installer/arm.xml +++ b/en/boot-installer/arm.xml @@ -56,15 +56,15 @@ for jessie so the serial console is used. The console device should be detected automatically from the firmware, but if it is not then after you boot linux from the GRUB menu you will see a - 'Booting Linux' message then nothing more. + <quote>Booting Linux</quote> message, then nothing more. </para> <para> If you hit this issue you will need to set a specific console config on the kernel command line. Hit <userinput>e</userinput> - for 'Edit Kernel command-line' at the GRUB menu, and change + for <quote>Edit Kernel command-line</quote> at the GRUB menu, and change <informalexample><screen>--- quiet</screen></informalexample> to <informalexample><screen>console=<device>,<speed></screen></informalexample> - e.g. <informalexample><screen>console=ttyAMA0,115200n8</screen></informalexample> + e.g. <informalexample><screen>console=ttyAMA0,115200n8</screen></informalexample>. When finished hit <keycombo><keycap>Control</keycap> <keycap>x</keycap></keycombo> to continue booting with new setting. @@ -121,8 +121,8 @@ </para> <para> Run a serial console at 115200, 8bit no parity, and boot the - machine. Reboot the machine and when you see "Hit any key to - stop autoboot:" hit a key to get a Mustang# prompt. Then use + machine. Reboot the machine and when you see <quote>Hit any key to + stop autoboot:</quote> hit a key to get a Mustang# prompt. Then use U-Boot commands to load and boot the kernel, dtb and initrd. </para> </sect2> |