This is a list of my own devices using a GSI ROM.
| Device | Notes |
|---|---|
| Xiaoxin Pad 2022 | Only system_b works, system_a is not present |
adb reboot bootloaderfastboot devices to check if your device is found properly.fastboot flashing unlock WARNING: User data will be deleted with this stepfastboot reboot fastboot to launch into standalone fastboot modevbmeta.img and boot.img are saved
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification boot boot.imgfastboot getvar current-slot
fastboot --set-active=a/bfastboot delete-logical-partition product_a then fastboot delete-logical-partition product_bfastboot flash system [image].imgadb reboot bootloaderfastboot reboot fastbootfastboot getvar current-slotfastboot --set-active=a/bfastboot flash system [image].imgfastboot rebootadb reboot bootloaderfastboot reboot fastbootfastboot erase system_a
fastboot erase system_b
fastboot erase userdata