Change links

This commit is contained in:
timoxa0 2024-02-21 21:18:39 +05:00
parent 41e9a1c722
commit 8389d4a23c
2 changed files with 16 additions and 16 deletions

View file

@ -18,26 +18,26 @@
### Installation
#### Reboot to fastboot to install installing linux
#### Reboot to fastboot to install Linux
#### Flash linux image via fastboot
```cmd
#### Flash Linux image via fastboot
```
fastboot flash linux <rootfs.img>
```
> Replace <rootfs.img> with path to ubuntu.img or arch.img
#### Reboot to bootloader
```sh
```
fastboot reboot bootloader
```
#### Erase dtbo
```sh
```
fastboot erase dtbo
```
#### Temporary boot linux from PC
```sh
#### Temporary boot Linux from PC
```
fastboot boot <linux-boot.img>
```
> Replace <linux-boot.img> with path to kernel image
@ -45,7 +45,7 @@ fastboot boot <linux-boot.img>
#### Complete initial setup and reboot the tablet into bootloader
#### Restore dtbo backup
```sh
```
fastboot flash dtbo <dtbo.img>
```
> Replace <dtbo.img> with path to dtbo backup

View file

@ -20,24 +20,24 @@
#### Перезапустите планшет в fastboot для прошивки
#### Прошейте образ linux через fastboot
```cmd
#### Прошейте образ Linux через fastboot
```
fastboot flash linux <rootfs.img>
```
> Замените <rootfs.img> на путь к ubuntu.img или arch.img
#### Перезапуститесь в bootloader
```sh
```
fastboot reboot bootloader
```
#### Очистите dtbo
```sh
```
fastboot erase dtbo
```
#### Временно запустите linux с ПК
```sh
#### Временно запустите Linux с ПК
```
fastboot boot <linux-boot.img>
```
> Замените <linux-boot.img> на путь к образу ядра
@ -45,13 +45,13 @@ fastboot boot <linux-boot.img>
#### Пройдите первоначальную настройку и перезагрузите планшет в bootloader
#### Восстановите резервную копию dtbo
```sh
```
fastboot flash dtbo <dtbo.img>
```
> Замените <dtbo.img> на путь к резервной копии dtbo
#### Перезагрузите планшет в android
```sh
```
fastboot reboot
```