From 42ddff55d4ab08defc25d8f59a1d41d536ae5fad Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni If you package software that might be useful for other people, don't
forget to send a patch to Buildroot developers! To learn more about Buildroot you can visit these websites: If the boot process seems to hang after the following messages
+ (messages not necessarly exactly similar, depending on the list of
+ packages selected): 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, To learn more about Buildroot you can visit these websites:Frequently asked questions
+
+
+
+
Resources
Frequently asked questions
+ The boot hangs after
+
+ Starting
+ network...
Freeing init memory: 3972K
+Initializing random number generator... done.
+Starting network...
+Starting dropbear sshd: generating rsa key... generating dsa key... OK
+
+ 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
+ the /etc/inittab
file of the generated system so that
+ a shell starts on the correct serial port.Resources
The boot hangs after
Starting
@@ -1622,6 +1624,19 @@ Starting dropbear sshd: generating rsa key... generating dsa key... OK
the
/etc/inittab
file of the generated system so that
a shell starts on the correct serial port.
cannot find -lc
If the build of module-init-tools for the host fails + with:
+ +/usr/bin/ld: cannot find -lc+ +
then probably you are running a Fedora (or similar)
+ distribution, and you should install the glibc-static
+ package. This is because the module-init-tools build
+ process wants to link statically against the C library.
To learn more about Buildroot you can visit these websites:
-- cgit v1.2.3