avafinger / bpi-m64-firmware-v2

Banana Pi M64 firmware v2 with 7" LCD support
4 stars 4 forks source link

What is the root password for this? #1

Closed azrin1972 closed 7 years ago

avafinger commented 7 years ago

It's Ubuntu. For security reasons Ubuntu does not set up root password, use sudo su instead and type ubuntu as password, now you are root.

You can always add/change root password following this: https://askubuntu.com/questions/423942/change-password-on-root-user-and-user-account

azrin1972 commented 7 years ago

Thank you :)