CustomROMs/AsteroidOS.md aktualisiert

This commit is contained in:
pi
2025-11-29 09:55:54 +00:00
parent 3db45d8ed2
commit a7121c2632

View File

@@ -12,4 +12,26 @@
- [nighties-beluga](https://release.asteroidos.org/nightlies/beluga/)
# Installation process AsteroidOS
# Installation process AsteroidOS
- [Anleitung](https://asteroidos.org/watches/beluga/)
- Image herunterladen und Download ordnber in Konsole öffnen (PS C:\Users\Rober\Downloads>)
```bash
adb reboot bootloader
```
```bash
fastboot flash userdata %systemdrive%%homepath%\Downloads\asteroid-image-beluga.rootfs.ext4
```
```bash
fastboot flash boot %systemdrive%%homepath%\Downloads\zImage-dtb-beluga.fastboot
```
```bash
fastboot continue
```
```bash
adb reboot bootloader
```