CustomROMs/AsteroidOS.md aktualisiert

This commit is contained in:
pi
2025-11-29 11:32:59 +00:00
parent fcb25b50d8
commit 956ddb4ece

View File

@@ -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