diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2014-06-18 10:12:10 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-22 19:21:31 +0200 |
commit | 9ab109869fe1758e47c75edd16b20af1db05e1fc (patch) | |
tree | 832a56a071c5fd3ac6b30c487d2ed8176f80be8f /docs/manual | |
parent | 929180d1b899f93467b8833f4b08b6dd20ff298d (diff) | |
download | buildroot-9ab109869fe1758e47c75edd16b20af1db05e1fc.tar.gz buildroot-9ab109869fe1758e47c75edd16b20af1db05e1fc.zip |
manual: (faq-boot-hang-after-starting) fix config entries
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/faq-troubleshooting.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt index 2fdb53079d..26c84604ec 100644 --- a/docs/manual/faq-troubleshooting.txt +++ b/docs/manual/faq-troubleshooting.txt @@ -19,11 +19,11 @@ 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 into the Buildroot 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. +serial console, you have to go into the Buildroot configuration, in ++System configuration+, modify +Run a getty (login prompt) after boot+ +and set the appropriate port and baud rate in the +getty options+ +submenu. This will automatically tune the +/etc/inittab+ file of the +generated system so that a shell starts on the correct serial port. [[faq-no-compiler-on-target]] == Why is there no compiler on the target? |