From: Trevor Woerner Date: Mon, 21 Nov 2011 22:06:46 +0000 (-0500) Subject: docs: Configuration path update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a51194985af9ffa7e9c956b58ef32132748c7d0b;p=buildroot.git docs: Configuration path update Update the procedure for modifying /etc/inittab's getty line with the correct port and baud values to reflect their current names and locations in the Buildroot configuration. Signed-off-by: Trevor Woerner Signed-off-by: Peter Korsgaard --- diff --git a/docs/buildroot.html b/docs/buildroot.html index 2314d1095c..d5be1276c3 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1787,9 +1787,9 @@ Starting dropbear sshd: generating rsa key... generating dsa key... OK

then it means that your system is running, but didn't start a shell on the serial console. In order to have the system start a shell on your serial console, you have to go in the Buildroot - configuration, Target options, enable Generic - serial port config, and select the serial port and speed - you would like to use for the shell. This will automatically tune + configuration, System configuration, and modify + Port to run a getty (login prompt) on and + Baudrate to use as appropriate. This will automatically tune the /etc/inittab file of the generated system so that a shell starts on the correct serial port.