|
Edited by vaton at 2021-4-19 05:28
Same problem, but found solution on the forum http://www.orangepi.org/orangepi ... viewthread&tid=2692
drazvan says: The sound driver is causing that, do a "sudo apt-get purge –auto-remove alsa-utils" on the first boot and then subsequent boots will work. That is unless you need sound, I have no solution for that yet.
While logged first time, delete the alsa-utils sound support package. It worked for me. The i96 board has no audio I/O, so this package is really unnecessary.
Manual suggests to configure wifi and then use ssh for subsequent logging, but somehow cryptic is description, how to find the board's IP address using two smartphones. I succeeded by more conventional "ifconfig" command .
After you have configured wifi and enabled ssh server, "ping" from the board to the router. Board connects to the router and gets assigned IP address. Then do "ifconfig" and you can see the board's IP address on the screen. Now you can log to the board over wifi by the PuTTY (ssh mode) or other terminal. Even better is changing wifi configuration to use static IP address, so board's IP address stays allways the same.
|
|