.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user