Primero necesitas el fastboot actual, por ejemplo 1.4.3 (de enlace en la otra respuesta ). Entonces el comando correcto es:
fastboot --set-active=a
o:
fastboot --set-active=b
En la ayuda (fastboot help) puedes leer en fastboot la versión 28.0.3:
--slot <slot> Specify slot name to be used if the
device supports slots. All operations
on partitions that support slots will
be done on the slot specified.
'all' can be given to refer to all
slots.'other' can be given to refer to
a non-current slot. If this flag is not
used, slotted partitions will default
to the current active slot.
-a, --set-active[=<slot>] Sets the active slot. If no slot is
provided, this will default to the
value given by --slot. If slots are
not supported, this does nothing.
This will run after all non-reboot
commands.
0 votos
Por favor, copie y pegue la salida de fastboot en lugar de la captura de pantalla. Las capturas de pantalla no se pueden buscar, por lo que no permiten encontrar tu pregunta.