From 5318c6cfec44ffa952a0b3570709feef18250020 Mon Sep 17 00:00:00 2001 From: erebion Date: Thu, 29 Aug 2024 11:25:20 +0200 Subject: [PATCH] add info about 'fastboot oem uart enable' --- IMAGE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IMAGE.md b/IMAGE.md index dcbaf05..b7c1e5a 100644 --- a/IMAGE.md +++ b/IMAGE.md @@ -53,6 +53,7 @@ To Do: Verify whether those keys really end up in the image. fastboot --set-active --slot a fastboot flash boot_a mobian-qcom-phosh-20240614.boot-sargo.img fastboot flash userdata mobian-qcom-phosh-20240614.rootfs.img +fastboot oem uart enable # currently does not seem to boot without, probably because the kernel config enables SSH for debugging right now fastboot erase dtbo ```