You are not logged in.
Pages: 1
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
Thanks for the tip!
Offline
Pages: 1