From ae4106be164757b0e8f573feca2a94c84c668762 Mon Sep 17 00:00:00 2001 From: Karsten Merker Date: Mon, 19 May 2014 08:20:55 +0000 Subject: installation-guide: Add information about setting boot parameters in u-boot --- en/boot-installer/arm.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'en') diff --git a/en/boot-installer/arm.xml b/en/boot-installer/arm.xml index c3999173e..9d1993de4 100644 --- a/en/boot-installer/arm.xml +++ b/en/boot-installer/arm.xml @@ -97,9 +97,18 @@ tftpboot ${ramdisk_addr_r} <filename of the initial ramdisk image> - The third part is actually executing the loaded code, for which the - exact command depends on the image format used. With uImage/uInitrd, - the command is + The third part is setting the kernel commandline and actually + executing the loaded code. U-boot passes the content of the + bootargs environment variable as commandline to the + kernel, so any parameters for the kernel and the installer - such as + the console device (see ) or + preseeding options (see and ) - can be set with a command like + +setenv bootargs console=ttyS0,115200 rootwait panic=10 + + The exact command to execute the previously loaded code depends on + the image format used. With uImage/uInitrd, the command is bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} -- cgit v1.2.3