From eff03c891675274535e321698ba280e31abe33f9 Mon Sep 17 00:00:00 2001 From: piccihud Date: Sat, 20 Jan 2024 18:37:22 +0100 Subject: [PATCH] Corretto la documentazione linux_mobile.md --- linux/opo6/linux_mobile.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux/opo6/linux_mobile.md b/linux/opo6/linux_mobile.md index 63e920f..0238639 100644 --- a/linux/opo6/linux_mobile.md +++ b/linux/opo6/linux_mobile.md @@ -209,7 +209,7 @@ cd images/ Collegare il dispositivo al pc e dalla cartella `images/` lanciare il seguente comando: ```bash -fastboot -w flashall +fastboot flashall ``` che si occuperà di flashare tutti le seguenti immagini: @@ -249,9 +249,11 @@ Nel caso di errore: > You need to set ANDROID_PRODUCT_OUT in /etc/environment. > You may have a folder with boot.img and system.img etc. in, this is the right folder. Example: -> ANDROID_PRODUCT_OUT=/path/to/folder/with/images/ +> export ANDROID_PRODUCT_OUT=/path/to/folder/with/images/ > After that you can call sudo fastboot flashall -w +- [https://techpiezo.com/linux/fastboot-error-mke2fs-failed-cannot-generate-image-for-userdata/](https://techpiezo.com/linux/fastboot-error-mke2fs-failed-cannot-generate-image-for-userdata/) + ### Installazione di Ubuntu Touch Ora basta scaricare l'installer: [https://ubuntu-touch.io/it/get-ubuntu-touch](https://ubuntu-touch.io/it/get-ubuntu-touch)