This commit is contained in:
Bob
2026-01-16 17:32:12 +01:00
parent d6853593fa
commit c53f18c9f2

View File

@@ -28,10 +28,13 @@
adb devices
```
## go into fastboot mode and list fastboot devices
```bash
adb reboot bootloader
fastboot devices
```
## Update - complete update with wiping userdata and fastboot flash
```bash
fastboot flash userdata /home/pi/asteroid-image-beluga.rootfs.ext4
```
@@ -40,10 +43,7 @@ fastboot flash userdata /home/pi/asteroid-image-beluga.rootfs.ext4
fastboot flash boot /home/pi/zImage-dtb-beluga.fastboot
```
### Weiterbooten ohne Neustart
```bash
fastboot continue
```
```bash
adb reboot bootloader
```