commit 5d52d1342e46c08d3aa2ab963bc54c0bafd0bdd1 parent 9d75c0c038b7fe84b58bc1f9b9a49517bce1795a Author: smeeb <smeeb@web> Date: Tue, 5 May 2026 08:42:53 +0200 Diffstat:
| M | unbrick01.mdwn | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -66,3 +66,17 @@ Turn the phone off again, enter `Download Mode` again and flash the rootfs `pmbo Turn the phone off again, enter `Download Mode` again and flash the DTBO which you can get from here [https://github.com/map220v/postmarket_samsung_a72q/releases/tag/dtbo](https://github.com/map220v/postmarket_samsung_a72q/releases/tag/dtbo). You flash this with the compiled heimdall by running `heimdall flash --DTBO emptyDTBO.img` When you reboot the phone now you should see the pmOS splash screen followed by tty + +## SSH to device + +After you boot to a TTY you can ssh into the phone after you give the phone an ip address. Find the phone with the command + +`ip a` + +Usually the phone has a random string like this `enx9ad89e8d8f22`. This is a USB network interface. Give this interface a ip address + +`sudo dclient enx9ad89e8d8f22` + +Now you can SSH into the phone with the username and password set during `pmbootstrap install`. + +`ssh user@172.16.42.1`