Corretto la documentazione linux_mobile.md
This commit is contained in:
parent
72aded9a93
commit
eff03c8916
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue