The officially official Devuan Forum!

You are not logged in.

#1 2022-01-04 21:03:27

holala
Member
Registered: 2022-01-04
Posts: 5  

[Solved][Raspberry Pi 2] Serial console

Hi!

Thanks for the nice work. I'm using

devuan_chimaera_4.0.0_armhf_rpi2.img.zip

After I wrote the image to the SD card I had problems using the serial console (namely, there were some boot output, but no login prompt).

So I modified cmdline.txt and /etc/inittab as follows:

config.txt

enable_uart=1

cmdline.txt

dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=PARTUUID=a403f26f-02 rootfstype=ext4 fsck.repair=yes logo.nologo net.ifnames=0 firmware_class.path=/lib/firmware/updates/brcm rootwait

/etc/inittab

T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100

Maybe only inittab modification was required, but I'm posting the cmdline.txt changes anyway.

Good luck!

Offline

#2 2022-01-05 17:35:17

vortex
Member
Registered: 2020-11-12
Posts: 12  

Re: [Solved][Raspberry Pi 2] Serial console

Thanks for the tip!

Offline

Board footer