GeorgeP Posted September 13, 2019 Share Posted September 13, 2019 I just bought a FriendlyElec NanoPi Neo4 having had loads of experience with Armbian on Allwinner (OrangePi) boards. My preferred method for getting boards "up and running" is simply to connect a serial terminal to the debug port and power on. I tried this with several Armbian Buster images and found that I couldn't log in as root on any of them. Checking the SD card on my laptop, the debug port (ttyFIQ0) was missing from /etc/securetty. Editing /etc/securetty and adding ttyFIQ0 on a new line at the bottom of the file and all is well and I now have Buster up and running on the Neo4 :-) root@nanopineo4:/etc# diff securetty~ securetty 413a414,415 > > ttyFIQ0 root@nanopineo4:/etc# Can I suggest that this be added into the build? Thanks! George Link to comment Share on other sites More sharing options...
Igor Posted September 13, 2019 Share Posted September 13, 2019 2 hours ago, GeorgeP said: Can I suggest that this be added into the build? Noticed a week ago and its already fixed. Waiting that somebody checks/approves https://github.com/armbian/build/pull/1549 Link to comment Share on other sites More sharing options...
GeorgeP Posted September 13, 2019 Author Share Posted September 13, 2019 37 minutes ago, Igor said: Noticed a week ago and its already fixed. Waiting that somebody checks/approves https://github.com/armbian/build/pull/1549 Thanks @Igor Link to comment Share on other sites More sharing options...
Recommended Posts