diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-26 10:03:55 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-11-26 10:08:20 +0100 |
commit | 5a51a370f0327936b597f106c82d47af5cfbe76a (patch) | |
tree | ac928d0cb0cb9658e71bfd626961356cb4a9f444 | |
parent | 42ddff55d4ab08defc25d8f59a1d41d536ae5fad (diff) | |
download | buildroot-novena-5a51a370f0327936b597f106c82d47af5cfbe76a.tar.gz buildroot-novena-5a51a370f0327936b597f106c82d47af5cfbe76a.zip |
documentation: add FAQ entry concerning serial port configuration
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | docs/buildroot.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index d9df668d3..bb02f17c5 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1597,8 +1597,31 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP <h2 id="faq">Frequently asked questions</h2> <ul> + <li><a href="#faq-boot-hangs">The boot hangs + after <code>Starting network...</code></a></li> </ul> + <h3 id="faq-boot-hangs">The boot hangs after <code>Starting + network...</code></h3> + + <p>If the boot process seems to hang after the following messages + (messages not necessarly exactly similar, depending on the list of + packages selected):</p> + + <pre>Freeing init memory: 3972K +Initializing random number generator... done. +Starting network... +Starting dropbear sshd: generating rsa key... generating dsa key... OK</pre> + + <p>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, <code>Target options</code>, enable <code>Generic + serial port config</code>, and select the serial port and speed + you would like to use for the shell. This will automatically tune + the <code>/etc/inittab</code> file of the generated system so that + a shell starts on the correct serial port.</p> + <h2 id="links">Resources</h2> <p>To learn more about Buildroot you can visit these websites:</p> |