-
Posts
3633 -
Joined
-
Last visited
Community Answers
-
zador.blood.stained's post in Log to root account was marked as the answer
Your serial port name should be present in /etc/securetty in order to allow root login, but ttyS0 should already be there. Based on other errors in the log that should not normally happen I can assume that either this image is broken in general or you have some issues on your end like a bad SD card.
-
zador.blood.stained's post in A20 use of gpio was marked as the answer
Either
echo out > /sys/class/gpio/gpio47/direction or
cd /sys/class/gpio/gpio47; echo out > direction
-
zador.blood.stained's post in Security Question: SSH Keys was marked as the answer
(Re)generated on the first boot: https://github.com/armbian/build/blob/master/packages/bsp/common/etc/init.d/firstrun#L196-L200