[Buildroot] init do not start on rpi-3

Oscar Gomez Fuente oscargomezf at gmail.com
Tue Aug 9 06:40:49 UTC 2016


Hi,

I'm not pretty sure because I'm using buildroot-2016.02, but I think you
have to place this in the /etc/inittab:
...
ttyAMA0::respawn:/sbin/getty -L  ttyAMA0 0 vt100 # GENERIC_SERIAL
tty1::respawn:/sbin/getty -L  tty1 0 vt100 # HDMI console
...

Best regards.

[image: photo] Óscar Gómez Fuente
Electronic Engineer & Degree in Physical Sciences
Mobile: 659.28.97.90
Email: oscargomezf at gmail.com
Website: www.oscargomezf.com
<http://facebook.com/oscargomezf>  <http://plus.google.com/oscargomezf>
<http://us.linkedin.com/in/oscargomezf>
<http://twitter.com/oscargomezf_com>

On 9 August 2016 at 08:23, Chetan Kumar <shivakumar.chetan at gmail.com> wrote:

> Hi,
>
> No changes, used the standard contents. For trial, I had apended
> init=/bin/sh in cmdlne.txt once, that was removed later
>
> ============begin inittab===============
> # Startup the system
> ::sysinit:/bin/mount -t proc proc /proc
> ::sysinit:/bin/mount -o remount,rw /
> ::sysinit:/bin/mkdir -p /dev/pts
> ::sysinit:/bin/mkdir -p /dev/shm
> ::sysinit:/bin/mount -a
> ::sysinit:/bin/hostname -F /etc/hostname
> # now run any rc scripts
> ::sysinit:/etc/init.d/rcS
>
> # Put a getty on the serial port
> console::respawn:/sbin/getty -L  console 0 vt100 # GENERIC_SERIAL
> tty1::respawn:/sbin/getty -L  tty1 0 vt100 # HDMI console
>
> # Stuff to do for the 3-finger salute
> #::ctrlaltdel:/sbin/reboot
>
> # Stuff to do before rebooting
> ::shutdown:/etc/init.d/rcK
> ::shutdown:/sbin/swapoff -a
> ::shutdown:/bin/umount -a -r
> ==========end inittab==================
>
> =========begin cmdline.txt==============
> root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200
> ==========end cmdline.txt===============
>
> Thanks
> C
>
> On Tue, Aug 9, 2016 at 7:15 AM, Oscar Gomez Fuente <oscargomezf at gmail.com>
> wrote:
>
>> Hi,
>>
>> Could you send us the content of the following files: cmdline.txt file
>> and /etc/inittab?
>>
>> Best regards.
>>
>> Oscar Gomez Fuente.
>>
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160809/9aa59de2/attachment.html>


More information about the buildroot mailing list