-
-
Notifications
You must be signed in to change notification settings - Fork 108
Barebone Image Quick Start
After your phone booted with the barebone image, you should see a TTY login prompt.
There are two ways to take control of the device:
You can either attach a USB keyboard to your device via a USB-OTG cable, the convergence dock or using the PinePhone keyboard addon. This allows you to login to your device like a normal computer and do whatever you want.
Login credentials:
- root: root
- alarm: 123456
Dock/OTG will not work on a non-fixed Braveheart/UBports Edition device or non-flashed ANX7688 controller.
If you do not have a USB keyboard or a OTG cable, you can plug the device to a computer, now you should see a new network interface on your computer.
If you do not have a SSH client:
- Windows: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- macOS/Linux: Open Terminal -> ssh
Now SSH to [email protected], the password is 123456.
Connect to a Wi-Fi network if you have not (optional for USB ethernet), this can be done by running "sudo nmtui" and select "Activate a connection".
It is recommended to run "sudo pacman -Syu" first, this make sure that your installation is updated before you tinker with the device (remember to reboot if a kernel update is performed!)
Read the ArchWiki for more information on how to setup your dream "Linux phone" environment!
- Remember to secure your SSH server with keys and disable password authentication. (or disable the service if you don't use it anymore)
- Root login is enabled by default on barebone images, you can login with the password 'root'. Please disable this or change the password to a stronger one.