From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Le Bihan Date: Tue, 21 Oct 2014 10:15:34 +0200 Subject: [Buildroot] systemd not working properly? In-Reply-To: <20141019124525.01fe9653@free-electrons.com> References: <20141019124525.01fe9653@free-electrons.com> Message-ID: <20141021081533.GB9754@pc-eric> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi! On Sun, Oct 19, 2014 at 12:45:25PM +0200, Thomas Petazzoni wrote: > Dear systemd/Buildroot users, > > I don't use systemd much, but every time I need to test a config with > systemd enabled, there are quite a few errors at boot time, and more > precisely, it doesn't even boot completely. Here are the errors I get: > > [FAILED] Failed to start Remount Root and Kernel File Systems. > See 'systemctl status systemd-remount-fs.service' for details. > ... > > Then a *very* long delay because of dev-ttyAMA0.device., that finally > ends up with: > > [ TIME ] Timed out waiting for device dev-ttyAMA0.device. > [DEPEND] Dependency failed for Serial Getty on ttyAMA0. > > And finally, I get no getty at all. > > Defconfig being used: > > BR2_arm=y > BR2_TOOLCHAIN_EXTERNAL=y > BR2_INIT_SYSTEMD=y > BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" > BR2_PACKAGE_AVAHI=y > BR2_PACKAGE_AVAHI_DAEMON=y I do not have a working ARM based device, I only test with QEMU/ARM and I have not experienced such issue with this configuration. :-( Best regards ELB