CustomROMs/AsteroidOS.md aktualisiert
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
|
||||
|
||||
# Installation process AsteroidOS
|
||||
- am besten mit Ubuntu-VM
|
||||
- [Anleitung](https://asteroidos.org/watches/beluga/)
|
||||
- Image herunterladen und Download ordnber in Konsole öffnen (PS C:\Users\Rober\Downloads>)
|
||||
- Image herunterladen und it WinSCP nach /home/pi laden
|
||||
|
||||
```bash
|
||||
adb devices
|
||||
@@ -25,11 +26,11 @@ adb reboot bootloader
|
||||
```
|
||||
|
||||
```bash
|
||||
fastboot flash userdata C:\Users\Rober\Downloads\asteroid-image-beluga.rootfs.ext4
|
||||
fastboot flash userdata /home/pi/asteroid-image-beluga.rootfs.ext4
|
||||
```
|
||||
|
||||
```bash
|
||||
fastboot flash boot C:\Users\Rober\Downloads\zImage-dtb-beluga.fastboot
|
||||
fastboot flash boot /home/pi/zImage-dtb-beluga.fastboot
|
||||
```
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user