NickAlilovic
NickAlilovic
I had the same issue with my Radxa Cubie A7A build. I fixed this with short delay. Now tty1 has enough time to kill the other root sessions. https://github.com/NickAlilovic/build/blob/Radxa-A7A/packages/bsp/common/usr/lib/armbian/armbian-firstlogin#L791-L795
We only need one root session to enter the preset information. The problem with the code is two root sessions login at the same time (tty1 and ttyS0). They both...
I wrote a script that has a priority list and the user can choose which tty fills in the preset information. In case tty1 is not used or they need...